SpatialReferenceSystem.CreateGeographic

SpatialReferenceSystem.CreateGeographic method

Create geographic SRS from custom parameters.

public static GeographicSpatialReferenceSystem CreateGeographic(
    GeographicSpatialReferenceSystemParameters parameters, Identifier identifier = null)
ParameterTypeDescription
parametersGeographicSpatialReferenceSystemParametersParameters to create from.
identifierIdentifierIdentifier, 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