SpatialReferenceSystem.CreateGeographic
SpatialReferenceSystem.CreateGeographic method
Create geographic SRS from custom parameters.
public static GeographicSpatialReferenceSystem CreateGeographic(
GeographicSpatialReferenceSystemParameters parameters, Identifier identifier = null)
Parameter | Type | Description |
---|---|---|
parameters | GeographicSpatialReferenceSystemParameters | Parameters to create from. |
identifier | Identifier | Identifier, that will be attached to SRS. Attaching an Identifier will not modify other SRS parameters. Its up to you to ensure consistency of identifier and SRS parameters. |
Return Value
New Geographic SRS.
See Also
- class GeographicSpatialReferenceSystem
- class GeographicSpatialReferenceSystemParameters
- class Identifier
- class SpatialReferenceSystem
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS