|
|||||||||
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.
public interface IProjectedCoordinateSystem4
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 |
---|
IGeometry getPCSHorizon(_WKSEnvelope[] horizonEnvelope, boolean[] inclusive) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCentralLongitude() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception._WKSPoint getNorthPole() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception._WKSPoint getSouthPole() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNorthPoleLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSouthPoleLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNorthPoleGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSouthPoleGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHorizonEdgeDuplicated() throws IOException, AutomationException
The PCS horizon is the valid area of a projected coordinate system, in the units of the PCS.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHorizonConvexHull() throws IOException, AutomationException
The PCS horizon is the valid area of a projected coordinate system, in the units of the PCS.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHorizonEntireWorld() throws IOException, AutomationException
The PCS horizon is the valid area of a projected coordinate system, in the units of the PCS.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IProjectedCoordinateSystem4.isHorizonEntireWorld()
,
IProjectedCoordinateSystem5
,
IProjectedCoordinateSystem4.isHorizonConvexHull()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |