SpatialReferenceSystem.CreateCompound
SpatialReferenceSystem.CreateCompound method
Crear compuesto SRS.
public static CompoundSpatialReferenceSystem CreateCompound(string name,
SpatialReferenceSystem head, SpatialReferenceSystem tail, Identifier identifier = null)
Parámetro | Escribe | Descripción |
---|---|---|
name | String | Nombre del nuevo SRS. |
head | SpatialReferenceSystem | Jefe SRS de nuevo SRS. |
tail | SpatialReferenceSystem | SRS de cola de SRS nuevo. |
identifier | Identifier | Identificador, que se adjuntará al SRS. Adjuntar un identificador no modificará otros parámetros de SRS. Depende de usted garantizar la coherencia del identificador y los parámetros de SRS. |
Valor_devuelto
Nuevo Compuesto SRS.
Excepciones
excepción | condición |
---|---|
ArgumentNullException | Cualquier argumento exceptoidentifier esnull . |
InvalidOperationException | head otail son compuestos SRS en sí mismos. |
Ver también
- class CompoundSpatialReferenceSystem
- class Identifier
- class SpatialReferenceSystem
- espacio de nombres Aspose.Gis.SpatialReferencing
- asamblea Aspose.GIS