com.esri.arcgis.geometry
Interface IProjectedCoordinateSystem4

All Superinterfaces:
IProjectedCoordinateSystem, IProjectedCoordinateSystem2, IProjectedCoordinateSystem3, ISpatialReference, ISpatialReferenceInfo, java.io.Serializable
All Known Subinterfaces:
IProjectedCoordinateSystem5
All Known Implementing Classes:
IProjectedCoordinateSystem4Proxy, IProjectedCoordinateSystem5Proxy, ProjectedCoordinateSystem

public interface IProjectedCoordinateSystem4
extends IProjectedCoordinateSystem3, java.io.Serializable

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.IProjectedCoordinateSystem
forward, getAzimuth, getCentralMeridian, getCentralParallel, getCoordinateUnit, getFalseEasting, getFalseNorthing, getGeographicCoordinateSystem, getHorizon, getHorizonCount, getLatitudeOf1st, getLatitudeOf2nd, getLongitudeOf1st, getLongitudeOf2nd, getLongitudeOfOrigin, getParameters, getProjection, getScaleFactor, getStandardParallel1, getStandardParallel2, getUsage, inverse, setAzimuth, setCentralMeridian, setCentralParallel, setFalseEasting, setFalseNorthing, setLatitudeOf1st, setLatitudeOf2nd, setLongitudeOf1st, setLongitudeOf2nd, setLongitudeOfOrigin, setScaleFactor, setStandardParallel1, setStandardParallel2
 
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

IIDd765fb6b_05d3_4398_86ac_79430de530e5

static final int IIDd765fb6b_05d3_4398_86ac_79430de530e5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPCSHorizon

IGeometry getPCSHorizon(_WKSEnvelope[] horizonEnvelope,
                        boolean[] inclusive)
                        throws java.io.IOException,
                               AutomationException
Returns PCS horizon polygon, its envelope and whether it is inclusive or exclusive; the horizon polygon may be 0.

Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCentralLongitude

double getCentralLongitude()
                           throws java.io.IOException,
                                  AutomationException
Returns CentralLongitude of the projected coordinate system. Always defined, unlike CentralMeridian or LongitudeOfCenter.

Returns:
The centralLongitude
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNorthPole

_WKSPoint getNorthPole()
                       throws java.io.IOException,
                              AutomationException
Returns the north pole in projected coordinates, or an empty point if the north pole is outside the PCS horizon.

Returns:
A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSouthPole

_WKSPoint getSouthPole()
                       throws java.io.IOException,
                              AutomationException
Returns the south pole in projected coordinates, or an empty point if the south pole is outside the PCS horizon.

Returns:
A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNorthPoleLocation

int getNorthPoleLocation()
                         throws java.io.IOException,
                                AutomationException
Returns type of location of north pole with respect to the PCS horizon.

Returns:
A com.esri.arcgis.geometry.esriSRPoleLocation constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSouthPoleLocation

int getSouthPoleLocation()
                         throws java.io.IOException,
                                AutomationException
Returns type of location of south pole with respect to the PCS horizon.

Returns:
A com.esri.arcgis.geometry.esriSRPoleLocation constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNorthPoleGeometry

int getNorthPoleGeometry()
                         throws java.io.IOException,
                                AutomationException
Returns type of north pole geometry.

Returns:
A com.esri.arcgis.geometry.esriSRPoleGeometry constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSouthPoleGeometry

int getSouthPoleGeometry()
                         throws java.io.IOException,
                                AutomationException
Returns type of south pole geometry.

Returns:
A com.esri.arcgis.geometry.esriSRPoleGeometry constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHorizonEdgeDuplicated

boolean isHorizonEdgeDuplicated()
                                throws java.io.IOException,
                                       AutomationException
Returns true if some edges of PCS horizon project inversely to identical lines.

Returns:
The isEdgeDuplicated
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHorizonConvexHull

boolean isHorizonConvexHull()
                            throws java.io.IOException,
                                   AutomationException
Returns true if PCS horizon is convex.

Returns:
The isConvexHull
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHorizonEntireWorld

boolean isHorizonEntireWorld()
                             throws java.io.IOException,
                                    AutomationException
Returns true if PCS horizon contains the entire world.

Returns:
The isWorld
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.