SpatialReferenceSystem.CreateGeocentric

SpatialReferenceSystem.CreateGeocentric method

Create geocentric SRS from custom parameters.

public static GeocentricSpatialReferenceSystem CreateGeocentric(
    GeocentricSpatialReferenceSystemParameters parameters, Identifier identifier = null)
ParameterTypeDescription
parametersGeocentricSpatialReferenceSystemParametersParameters 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 Geocentric SRS.

See Also