com.esri.arcgis.geometry
Interface ISpatialReferenceAuthority

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbridgedMolodenskyTransformation, AngularUnit, CoordinateFrameTransformation, Datum, GeocentricTranslation, Geographic2DOffsetTransformation, GeographicCoordinateSystem, GeoTransformation, HARNTransformation, ISpatialReferenceAuthorityProxy, LinearUnit, LongitudeRotationTransformation, MolodenskyBadekasTransformation, MolodenskyTransformation, NADCONTransformation, NTv2Transformation, NullTransformation, Parameter, PositionVectorTransformation, PrimeMeridian, ProjectedCoordinateSystem, Projection, Spheroid, UnitChangeTransformation, VerticalCoordinateSystem, VerticalDatum

public interface ISpatialReferenceAuthority
extends java.io.Serializable

COM Interface 'ISpatialReferenceAuthority'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to the authority-related metadata for a spatial reference object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd2f20dac_5ca7_4b58_bddb_309fdd0e364a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void define(java.lang.String authorityName, int authorityCode, java.lang.String authorityVersion)
          Defines the authority-related metadata properties for this spatial reference object.
 java.lang.String getAuthorityName()
          The name of the defining authority for this object.
 int getCode()
          The code identifying this object relative to its authority.
 java.lang.String getVersion()
          The version of this spatial reference object.
 

Field Detail

IIDd2f20dac_5ca7_4b58_bddb_309fdd0e364a

static final int IIDd2f20dac_5ca7_4b58_bddb_309fdd0e364a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getAuthorityName

java.lang.String getAuthorityName()
                                  throws java.io.IOException,
                                         AutomationException
The name of the defining authority for this object.

Returns:
The pAuthName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersion

java.lang.String getVersion()
                            throws java.io.IOException,
                                   AutomationException
The version of this spatial reference object.

Returns:
The pVersion
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCode

int getCode()
            throws java.io.IOException,
                   AutomationException
The code identifying this object relative to its authority. For the EPSG authority, this will initially be the WKID (factory code).

Returns:
The pAuthCode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

define

void define(java.lang.String authorityName,
            int authorityCode,
            java.lang.String authorityVersion)
            throws java.io.IOException,
                   AutomationException
Defines the authority-related metadata properties for this spatial reference object.

Parameters:
authorityName - The authorityName (in)
authorityCode - The authorityCode (in)
authorityVersion - The authorityVersion (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.