SpatialReferenceSystem.CreateProjected

SpatialReferenceSystem.CreateProjected method

Create projected SRS from custom parameters.

public static ProjectedSpatialReferenceSystem CreateProjected(
    ProjectedSpatialReferenceSystemParameters parameters, Identifier identifier = null)
ParameterTypeDescription
parametersProjectedSpatialReferenceSystemParametersParameters 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 Projected SRS.

Exceptions

exceptioncondition
InvalidOperationExceptionBase SRS in parameters is null. Projection method in parameters is null.

See Also