|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IProjectedCoordinateSystem4GEN. You can use the GEN interface proxy's Object-constructor to cast an instance of this interface to its GEN equivalent. Any ArcGIS class that implements this interface also implements the GEN interface.
Provides access to members that control additional properties and methods for projected coordinate systems.
| Method Summary | |
double |
getCentralLongitude()
Deprecated. Returns CentralLongitude of the projected coordinate system. |
_WKSPoint |
getNorthPole()
Deprecated. Returns the north pole in projected coordinates, or an empty point if the north pole is outside the PCS horizon. |
int |
getNorthPoleGeometry()
Deprecated. Returns type of north pole geometry. |
int |
getNorthPoleLocation()
Deprecated. Returns type of location of north pole with respect to the PCS horizon. |
IGeometry |
getPCSHorizon(_WKSEnvelope[] horizonEnvelope,
boolean[] inclusive)
Deprecated. Returns PCS horizon polygon, its envelope and whether it is inclusive or exclusive; the horizon polygon may be 0. |
_WKSPoint |
getSouthPole()
Deprecated. Returns the south pole in projected coordinates, or an empty point if the south pole is outside the PCS horizon. |
int |
getSouthPoleGeometry()
Deprecated. Returns type of south pole geometry. |
int |
getSouthPoleLocation()
Deprecated. Returns type of location of south pole with respect to the PCS horizon. |
boolean |
isHorizonConvexHull()
Deprecated. Returns true if PCS horizon is convex. |
boolean |
isHorizonEdgeDuplicated()
Deprecated. Returns true if some edges of PCS horizon project inversely to identical lines. |
boolean |
isHorizonEntireWorld()
Deprecated. Returns true if PCS horizon contains the entire world. |
| Methods inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem3 |
getHeight, setHeight |
| Methods inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem2 |
getGCSParams, getHorizon, getLatitudeOfCenter, getLatitudeOfOrigin, getLongitudeOfCenter, getPseudoStandardParallel1, getRotation, getShiftedHorizon, getXScaleFactor, getYScaleFactor, inverseWithShift, isEqualNoNames, putLinearAndAngularUnits, setLatitudeOfCenter, setLatitudeOfOrigin, setLongitudeOfCenter, setPseudoStandardParallel1, setRotation, setXScaleFactor, setYScaleFactor |
| 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 |
public IGeometry getPCSHorizon(_WKSEnvelope[] horizonEnvelope,
boolean[] inclusive)
throws java.io.IOException,
AutomationException
GetPCSHorizon retrieves the polygon that describes the valid area of a a projected coordinate system in PCS coordinates and unit of measure. Use IProjectedCoordinateSystem5::GetPCSHorizonEnvelope to retrieve the envelope of the PCS horizon.
horizonEnvelope - A Structure: com.esri.arcgis.system._WKSEnvelope (A com.esri.arcgis.system._WKSEnvelope COM typedef) (out: use single element array)inclusive - The inclusive (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCentralLongitude()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public _WKSPoint getNorthPole()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public _WKSPoint getSouthPole()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNorthPoleLocation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSouthPoleLocation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNorthPoleGeometry()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSouthPoleGeometry()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHorizonEdgeDuplicated()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHorizonConvexHull()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHorizonEntireWorld()
throws java.io.IOException,
AutomationException
java.io.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 | |||||||||