com.esri.arcgis.geometry
Interface IProjectedCoordinateSystem5

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

public interface IProjectedCoordinateSystem5
extends IProjectedCoordinateSystem4, java.io.Serializable

COM Interface 'IProjectedCoordinateSystem5'. 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 IID734e8d44_09b8_4796_8fb7_1985a32be7be
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem4
IIDd765fb6b_05d3_4398_86ac_79430de530e5
 
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 getConvergenceAngle(_WKSPoint pt, boolean trueToGridNorth)
          Returns the grid convergence angle .
 boolean isCentralLongitudeVertical()
          Returns true if central meridian is a straight vertical line.
 
Methods inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem4
getCentralLongitude, getNorthPole, getNorthPoleGeometry, getNorthPoleLocation, getPCSHorizon, getSouthPole, getSouthPoleGeometry, getSouthPoleLocation, isHorizonConvexHull, isHorizonEdgeDuplicated, isHorizonEntireWorld
 
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

IID734e8d44_09b8_4796_8fb7_1985a32be7be

static final int IID734e8d44_09b8_4796_8fb7_1985a32be7be
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

isCentralLongitudeVertical

boolean isCentralLongitudeVertical()
                                   throws java.io.IOException,
                                          AutomationException
Returns true if central meridian is a straight vertical line.

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

getConvergenceAngle

double getConvergenceAngle(_WKSPoint pt,
                           boolean trueToGridNorth)
                           throws java.io.IOException,
                                  AutomationException
Returns the grid convergence angle .

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