SpatialReferenceSystem.CreateCompound

SpatialReferenceSystem.CreateCompound method

Crear compuesto SRS.

public static CompoundSpatialReferenceSystem CreateCompound(string name, 
    SpatialReferenceSystem head, SpatialReferenceSystem tail, Identifier identifier = null)
ParámetroEscribeDescripción
nameStringNombre del nuevo SRS.
headSpatialReferenceSystemJefe SRS de nuevo SRS.
tailSpatialReferenceSystemSRS de cola de SRS nuevo.
identifierIdentifierIdentificador, 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óncondición
ArgumentNullExceptionCualquier argumento exceptoidentifier esnull .
InvalidOperationExceptionhead otail son compuestos SRS en sí mismos.

Ver también