ISpatialReferenceAuthority Interface

Provides access to the authority-related metadata for a spatial reference object.

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Read-only property AuthorityName The name of the defining authority for this object.
Read-only property Code The code identifying this object relative to its authority. For the EPSG authority, this will initially be the WKID (factory code).
Method Define Defines the authority-related metadata properties for this spatial reference object.
Read-only property Version The version of this spatial reference object.

ISpatialReferenceAuthority.AuthorityName Property

The name of the defining authority for this object.

Public ReadOnly Property AuthorityName As String
public string AuthorityName {get;}

ISpatialReferenceAuthority.Code Property

The code identifying this object relative to its authority. For the EPSG authority, this will initially be the WKID (factory code).

Public ReadOnly Property Code As Integer
public int Code {get;}

ISpatialReferenceAuthority.Define Method

Defines the authority-related metadata properties for this spatial reference object.

Public Sub Define ( _
    ByVal AuthorityName As String, _
    ByVal authorityCode As Integer, _
    ByVal authorityVersion As String _
)
public void Define (
    string AuthorityName,
    int authorityCode,
    string authorityVersion
);

ISpatialReferenceAuthority.Version Property

The version of this spatial reference object.

Public ReadOnly Property Version As String
public string Version {get;}

Classes that implement ISpatialReferenceAuthority

Classes Description
AbridgedMolodenskyTransformation Creates an Abridged Molodensky transformation.
AngularUnit Creates a angular unit of measure.
CoordinateFrameTransformation Creates a Coordinate Frame transformation.
Datum Creates a datum.
GeocentricTranslation Creates a geocentric translation.
GEOCONTransformation Creates a GEOCON-based transformation.
Geographic2DOffsetTransformation Creates a geographic 2D offset transformation.
GeographicCoordinateSystem Creates a geographic coordinate system.
GeoTransformation Generic geotransformation class, holds either a WKT (string) or a WKID (factory code).
HARNTransformation Creates a HARN-based transformation.
LinearUnit Creates a linear unit of measure.
LongitudeRotationTransformation Creates a longitude rotation transformation.
MolodenskyBadekasTransformation Creates a Molodensky-Badekas transformation.
MolodenskyTransformation Creates a Molodensky transformation.
NADCON5Transformation Creates a NADCON5-based transformation.
NADCONTransformation Creates a NADCON-based transformation.
NTv2Transformation Creates a NTv2-based transformation.
NullTransformation Creates a null geographic transformation.
Parameter Creates a parameter.
PositionVectorTransformation Creates a Position Vector transformation.
PrimeMeridian Creates a prime meridian.
ProjectedCoordinateSystem Creates a projected coordinate system.
Projection Creates a map projection.
Spheroid Creates a spheroid.
UnitChangeTransformation Creates a unit change transformation.
VerticalCoordinateSystem Creates a vertical coordinate system.
VerticalDatum Creates a vertical datum.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.