com.esri.arcgis.geometry
Interface IProjectedCoordinateSystem5
- All Superinterfaces:
- IProjectedCoordinateSystem, IProjectedCoordinateSystem2, IProjectedCoordinateSystem3, IProjectedCoordinateSystem4, ISpatialReference, ISpatialReferenceInfo, Serializable
- All Known Implementing Classes:
- ProjectedCoordinateSystem
public interface IProjectedCoordinateSystem5
- extends IProjectedCoordinateSystem4, Serializable
Provides access to members that control additional properties and methods for projected coordinate systems.
When To Use
Use IProjectedCoordinateSystem5 to retrieve the envelope in the projected coordinate system's units of its horizon. The horizon describes the valid area of a projected coordinate system.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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.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 |
isCentralLongitudeVertical
boolean isCentralLongitudeVertical()
throws IOException,
AutomationException
- Returns true if central meridian is a straight vertical line.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The pbIsVertical
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getConvergenceAngle
double getConvergenceAngle(_WKSPoint pt,
boolean trueToGridNorth)
throws IOException,
AutomationException
- Returns the grid convergence angle .
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- 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:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.