Enum SpatialReferenceSystemType
SpatialReferenceSystemType enumeration
Represents type of spatial reference system.
public enum SpatialReferenceSystemType
Values
Name | Value | Description |
---|---|---|
Unknown | 0 | Default value. Can be returned from Type if this is a compound SRS with invalid combination of underlying SRSs. See IsCompound . |
Geographic | 1 | Geographic SRS is based on angular longitude and angular latitude. Geographic SRS can be converted to GeographicSpatialReferenceSystem via AsGeographic method. |
Geocentric | 2 | Geocentric SRS is three dimensional cartesian SRS with origin at Earth center. Geocentric SRS can be converted to GeocentricSpatialReferenceSystem via AsGeocentric method. |
Projected | 3 | Projected SRS is based on linear X and linear Y. It is the result of application a projection on a Geographic SRS. Projected SRS can be converted to ProjectedSpatialReferenceSystem via AsProjected method. |
Vertical | 4 | Vertical SRS describes linear height coordinate. Vertical SRS can be converted to VerticalSpatialReferenceSystem via AsVertical method. |
Local | 5 | Local SRS relates coordinates to some object, other them Earth. Local SRS can be converted to LocalSpatialReferenceSystem via AsLocal method. |
See Also
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS