SpatialReferenceSystem.CreateProjected
SpatialReferenceSystem.CreateProjected method
Create projected SRS from custom parameters.
public static ProjectedSpatialReferenceSystem CreateProjected(
ProjectedSpatialReferenceSystemParameters parameters, Identifier identifier = null)
Parameter | Type | Description |
---|---|---|
parameters | ProjectedSpatialReferenceSystemParameters | 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 Projected SRS.
Exceptions
exception | condition |
---|---|
InvalidOperationException | Base SRS in parameters is null . Projection method in parameters is null . |
See Also
- class ProjectedSpatialReferenceSystem
- class ProjectedSpatialReferenceSystemParameters
- class Identifier
- class SpatialReferenceSystem
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS