com.esri.arcgis.geometry
Interface ISpatialReference3

All Superinterfaces:
ISpatialReference, ISpatialReference2, ISpatialReferenceInfo, java.io.Serializable
All Known Implementing Classes:
GeographicCoordinateSystem, ISpatialReference3Proxy, ProjectedCoordinateSystem

public interface ISpatialReference3
extends ISpatialReference2, java.io.Serializable

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

Description: 'Provides access to additional members that associate a spatial reference with a vertical coordinate 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 IID170572bf_545c_45a8_a45d_0d33c79441c7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.ISpatialReference2
IID3267d410_f5d9_11d3_9f69_00c04f6bdd7f
 
Fields inherited from interface com.esri.arcgis.geometry.ISpatialReference
IID4434d680_f4da_11d1_bca6_0000f875bcce
 
Fields inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo
IID4da0fe00_1dd2_11b2_bf49_08002022f573
 
Method Summary
 IVerticalCoordinateSystem getVerticalCoordinateSystem()
          The VCS associated with this spatial reference.
 void projectionHint(IGeometry geometry, ISpatialReference targetSR, int[] direction, ITransformation[] pXForm, int[] projectionHint)
          Projection hint for speeding up projections.
 void setVerticalCoordinateSystemByRef(IVerticalCoordinateSystem vcs)
          The VCS associated with this spatial reference.
 
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReference2
applyPrecision, applyXYPrecision, isMPrecisionEqual, isXYPrecisionEqual, isZPrecisionEqual
 
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReference
changed, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnits
 
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks
 

Field Detail

IID170572bf_545c_45a8_a45d_0d33c79441c7

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

getVerticalCoordinateSystem

IVerticalCoordinateSystem getVerticalCoordinateSystem()
                                                      throws java.io.IOException,
                                                             AutomationException
The VCS associated with this spatial reference.

Returns:
A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVerticalCoordinateSystemByRef

void setVerticalCoordinateSystemByRef(IVerticalCoordinateSystem vcs)
                                      throws java.io.IOException,
                                             AutomationException
The VCS associated with this spatial reference.

Parameters:
vcs - A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

projectionHint

void projectionHint(IGeometry geometry,
                    ISpatialReference targetSR,
                    int[] direction,
                    ITransformation[] pXForm,
                    int[] projectionHint)
                    throws java.io.IOException,
                           AutomationException
Projection hint for speeding up projections.

Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
targetSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in/out: use single element array)
pXForm - A reference to a com.esri.arcgis.geometry.ITransformation (in/out: use single element array)
projectionHint - The projectionHint (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.