Views
Maps Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Enumerations
project.h File Reference
#include <ilviews/maps/coord.h>
#include <ilviews/maps/projection/ellips.h>
#include <ilviews/maps/projection/hdatum.h>
#include <ilviews/maps/unitconv.h>
#include <ilviews/maps/projection/projinfo.h>
#include <ilviews/base/value.h>
#include <ilviews/graphics/io.h>

Classes

class  IlvProjection
 Parent class of all projections in the library. More...
 

Enumerations

enum  IlvProjectionGeometricProperty { IlvNoneProjectionGeometricProperty, IlvConformalProjectionGeometricProperty, IlvEqualAreaProjectionGeometricProperty }
 Properties of projections. More...
 

Detailed Description

Library: ilvmaps

Definition of the abstract class IlvProjection, the base for all projection classes.

Enumeration Type Documentation

◆ IlvProjectionGeometricProperty

Properties of projections.

Enumerator
IlvNoneProjectionGeometricProperty 

The projection is either conformal or equal area.

IlvConformalProjectionGeometricProperty 

The projection is conformal.

IlvEqualAreaProjectionGeometricProperty 

The projection is equal area.