|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProjectedCoordinateSystem4
COM Interface 'IProjectedCoordinateSystem4'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'
Description: 'Provides access to members that control additional properties and methods for projected coordinate systems.' 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 |
IIDd765fb6b_05d3_4398_86ac_79430de530e5
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem3 |
---|
IIDd9b13c10_5c5e_11d5_9fee_00c04f6bdd7f |
Fields inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem2 |
---|
IIDa690307d_6c11_43a1_966a_9e8db0672033 |
Fields inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem |
---|
IIDf94e4c00_1dd1_11b2_bf4e_08002022f573 |
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 | |
---|---|
double |
getCentralLongitude()
Returns CentralLongitude of the projected coordinate system. |
_WKSPoint |
getNorthPole()
Returns the north pole in projected coordinates, or an empty point if the north pole is outside the PCS horizon. |
int |
getNorthPoleGeometry()
Returns type of north pole geometry. |
int |
getNorthPoleLocation()
Returns type of location of north pole with respect to the PCS horizon. |
IGeometry |
getPCSHorizon(_WKSEnvelope[] horizonEnvelope,
boolean[] inclusive)
Returns PCS horizon polygon, its envelope and whether it is inclusive or exclusive; the horizon polygon may be 0. |
_WKSPoint |
getSouthPole()
Returns the south pole in projected coordinates, or an empty point if the south pole is outside the PCS horizon. |
int |
getSouthPoleGeometry()
Returns type of south pole geometry. |
int |
getSouthPoleLocation()
Returns type of location of south pole with respect to the PCS horizon. |
boolean |
isHorizonConvexHull()
Returns true if PCS horizon is convex. |
boolean |
isHorizonEdgeDuplicated()
Returns true if some edges of PCS horizon project inversely to identical lines. |
boolean |
isHorizonEntireWorld()
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 |
Field Detail |
---|
static final int IIDd765fb6b_05d3_4398_86ac_79430de530e5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IGeometry getPCSHorizon(_WKSEnvelope[] horizonEnvelope, boolean[] inclusive) throws java.io.IOException, AutomationException
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.double getCentralLongitude() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception._WKSPoint getNorthPole() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception._WKSPoint getSouthPole() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNorthPoleLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSouthPoleLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNorthPoleGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSouthPoleGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHorizonEdgeDuplicated() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHorizonConvexHull() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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 |