public interface ISpatialReference3 extends ISpatialReference2, java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID170572bf_545c_45a8_a45d_0d33c79441c7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3267d410_f5d9_11d3_9f69_00c04f6bdd7fIID4434d680_f4da_11d1_bca6_0000f875bcceIID4da0fe00_1dd2_11b2_bf49_08002022f573| Modifier and Type | Method and Description |
|---|---|
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.
|
applyPrecision, applyXYPrecision, isMPrecisionEqual, isXYPrecisionEqual, isZPrecisionEqualchanged, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnitsgetAbbreviation, getAlias, getFactoryCode, getName, getRemarksstatic final int IID170572bf_545c_45a8_a45d_0d33c79441c7
static final int xxDummy
static final java.lang.String IID
IVerticalCoordinateSystem getVerticalCoordinateSystem() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setVerticalCoordinateSystemByRef(IVerticalCoordinateSystem vcs) throws java.io.IOException, AutomationException
vcs - A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void projectionHint(IGeometry geometry, ISpatialReference targetSR, int[] direction, ITransformation[] pXForm, int[] projectionHint) throws java.io.IOException, AutomationException
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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.