|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISpatialReference3
Provides access to additional members that associate a spatial reference with a vertical coordinate system.
Use ISpatialReference3 to work with the vertical coordinate system part of a spatial reference.
| 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 |
| Method Detail |
|---|
IVerticalCoordinateSystem getVerticalCoordinateSystem()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVerticalCoordinateSystemByRef(IVerticalCoordinateSystem vcs)
throws IOException,
AutomationException
vcs - A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem (in)
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 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||