com.esri.arcgis.geometry
Interface ISpatialReferenceInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IAngularUnit, IDatum, IGeographicCoordinateSystem, IGeographicCoordinateSystem2, ILinearUnit, ILocalCoordinateSystem, IParameter, IParameterEdit, IPrimeMeridian, IProjectedCoordinateSystem, IProjectedCoordinateSystem2, IProjectedCoordinateSystem3, IProjectedCoordinateSystem4, IProjectedCoordinateSystem5, IProjection, IProjectionGEN, ISpatialReference, ISpatialReference2, ISpatialReference3, ISpheroid, IUnit, IUnknownCoordinateSystem, IVerticalCoordinateSystem, IVerticalDatum
All Known Implementing Classes:
AngularUnit, Datum, GeographicCoordinateSystem, IAngularUnitProxy, IDatumProxy, IGeographicCoordinateSystem2Proxy, IGeographicCoordinateSystemProxy, ILinearUnitProxy, ILocalCoordinateSystemProxy, IParameterEditProxy, IParameterProxy, IPrimeMeridianProxy, IProjectedCoordinateSystem2Proxy, IProjectedCoordinateSystem3Proxy, IProjectedCoordinateSystem4Proxy, IProjectedCoordinateSystem5Proxy, IProjectedCoordinateSystemProxy, IProjectionGENProxy, IProjectionProxy, ISpatialReference2Proxy, ISpatialReference3Proxy, ISpatialReferenceInfoProxy, ISpatialReferenceProxy, ISpheroidProxy, IUnitProxy, IUnknownCoordinateSystemProxy, IVerticalCoordinateSystemProxy, IVerticalDatumProxy, LinearUnit, Parameter, PrimeMeridian, ProjectedCoordinateSystem, Projection, Spheroid, UnknownCoordinateSystem, VerticalCoordinateSystem, VerticalDatum

public interface ISpatialReferenceInfo
extends java.io.Serializable

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

Description: 'Provides access to members that control the properties common to all components of a spatial reference system.' 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 IID4da0fe00_1dd2_11b2_bf49_08002022f573
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAbbreviation()
          The abbreviated name of this spatial reference component.
 java.lang.String getAlias()
          The alias of this spatial reference component.
 int getFactoryCode()
          The factory code (WKID) of the spatial reference.
 java.lang.String getName()
          The name of this spatial reference component.
 java.lang.String getRemarks()
          The comment string of this spatial reference component.
 

Field Detail

IID4da0fe00_1dd2_11b2_bf49_08002022f573

static final int IID4da0fe00_1dd2_11b2_bf49_08002022f573
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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of this spatial reference component.

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

getAlias

java.lang.String getAlias()
                          throws java.io.IOException,
                                 AutomationException
The alias of this spatial reference component.

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

getAbbreviation

java.lang.String getAbbreviation()
                                 throws java.io.IOException,
                                        AutomationException
The abbreviated name of this spatial reference component.

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

getRemarks

java.lang.String getRemarks()
                            throws java.io.IOException,
                                   AutomationException
The comment string of this spatial reference component.

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

getFactoryCode

int getFactoryCode()
                   throws java.io.IOException,
                          AutomationException
The factory code (WKID) of the spatial reference.

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