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