|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProjectedCoordinateSystem4GEN
Provides access to members that control additional properties and methods for projected coordinate systems. IProjectedCoordinateSystem4GEN is generic version of IProjectedCoordinateSystem4.
Method Summary | |
---|---|
void |
changed()
Notify this object that some of its parts have changed (parameter values, z unit, etc.). |
void |
forward(_WKSPoint[][] points)
Projects points from geographic to planar coordinates. |
String |
getAbbreviation()
The abbreviated name of this spatial reference component. |
String |
getAlias()
The alias of this spatial reference component. |
double |
getAzimuth()
The azimuth of a projected coordinate system. |
double |
getCentralLongitude()
Returns CentralLongitude of the projected coordinate system. |
double |
getCentralMeridian(boolean inDegrees)
The central meridian (Lambda0) of a projected coordinate system. |
double |
getCentralParallel()
The central parallel (Phi 0) of a projected coordinate system. |
ILinearUnit |
getCoordinateUnit()
The linear unit of a projected coordinate system. |
void |
getDomain(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
Get the domain extent. |
int |
getFactoryCode()
The factory code of the spatial reference. |
double |
getFalseEasting()
The false easting (X0) of a projected coordinate system. |
double |
getFalseNorthing()
The false northing (Y0) of a projected coordinate system. |
void |
getFalseOriginAndUnits(double[] falseX,
double[] falseY,
double[] xyUnits)
Get the false origin and units. |
void |
getGCSParams(double[] p_180,
double[] pDelta)
Returns 180 degrees and horizon delta in proper GCS units. |
IGeographicCoordinateSystem |
getGeographicCoordinateSystem()
The geographic coordinate system of a projected coordinate system. |
double |
getHeight()
The height above the sphere in projected coordinate system units. |
esriSRHorizon |
getHorizon(int horizonIndex)
The mathematical limits of a projected coordinate system. |
IGeometry |
getHorizon2(_WKSEnvelope[] horizonEnvelope,
boolean[] inclusive)
Returns the standard horizon polygon, its envelope, and whether it is inclusive or exclusive; the horizon polygon may be 0. |
int |
getHorizonCount()
The number of shapes that describe the limits of a ProjCS. |
double |
getLatitudeOf1st()
The latitude of the first point (Phi 1) of a projected coordinate system. |
double |
getLatitudeOf2nd()
The latitude of the second point (Phi 2) of a projected coordinate system. |
double |
getLatitudeOfCenter()
The latitude of center (Phi C) of a projected coordinate system. |
double |
getLatitudeOfOrigin()
The latitude of the origin (Phi 0) of a projected coordinate system. |
double |
getLongitudeOf1st()
The longitude of the first point (Lambda 1) of a projected coordinate system. |
double |
getLongitudeOf2nd()
The longitude of the second point (Lambda 2) of a projected coordinate system. |
double |
getLongitudeOfCenter()
The longitude of center (Lam C) of a projected coordinate system. |
double |
getLongitudeOfOrigin()
The longitude of origin (Lambda0) of a projected coordinate system. |
void |
getMDomain(double[] outMMin,
double[] outMMax)
Get the measure domain extent. |
void |
getMFalseOriginAndUnits(double[] falseM,
double[] mUnits)
Get the measure false origin and units. |
String |
getName()
The name of this spatial reference component. |
_WKSPoint |
getNorthPole()
Returns north pole in projected coordinates, or an empty point if 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 PCS horizon. |
void |
getParameters(IParameter[][] parameters)
Gets the map projection parameters of a projected coordinate system. |
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. |
IProjection |
getProjection()
The map projection of a projected coordinate system. |
double |
getPseudoStandardParallel1()
The latitude on an oblique spheroid that defines the oblique cone for a Krovak projected coordinate system. |
String |
getRemarks()
The comment string of this spatial reference component. |
double |
getRotation()
The rotation value used to change the axis directions in a Krovak projected coordinate system. |
double |
getScaleFactor()
The scale factor (K0) of a projected coordinate system. |
IGeometry |
getShiftedHorizon(int shift)
Returns the horizon polygon, shifted once or twice, west/east of standard horizon for a negative/positive shift. |
_WKSPoint |
getSouthPole()
Returns south pole in projected coordinates, or an empty point if 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 PCS horizon. |
double |
getStandardParallel1()
The first parallel (Phi 1) of a projected coordinate system. |
double |
getStandardParallel2()
The second parallel (Phi 2) of a projected coordinate system. |
String |
getUsage()
The usage notes of a projected coordinate system. |
double |
getXScaleFactor()
The X axis scale value used to flip the axis direction in a Krovak projected coordinate system. |
double |
getYScaleFactor()
The Y axis scale value used to flip the axis direction in a Krovak projected coordinate system. |
ILinearUnit |
getZCoordinateUnit()
The unit for the Z coordinate. |
void |
getZDomain(double[] outZMin,
double[] outZMax)
Get the Z domain extent. |
void |
getZFalseOriginAndUnits(double[] falseZ,
double[] zUnits)
Get the Z false origin and units. |
boolean |
hasMPrecision()
Returns true when m-value precision information has been defined. |
boolean |
hasXYPrecision()
Returns true when (x,y) precision information has been defined. |
boolean |
hasZPrecision()
Returns true when z-value precision information has been defined. |
void |
inverse(_WKSPoint[][] points)
Projects points from planar to geographic coordinates. |
void |
inverseWithShift(double shift,
_WKSPoint[][] points)
Projects points from planar to geographic coordinates. |
boolean |
isEqualNoNames(IProjectedCoordinateSystem pOther)
Compares two projected coordinate systems for equality but ignores their names. |
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. |
void |
isPrecisionEqual(ISpatialReference otherSR,
boolean[] isPrecisionEqual)
Returns TRUE when the precision information for the two spatial references is the same. |
void |
putLinearAndAngularUnits(ILinearUnit linearUnit,
IAngularUnit angularUnit)
Modify linear unit of projected coordinates and angular unit of associated geographic coordinates. |
void |
setAzimuth(double azimuth)
The azimuth of a projected coordinate system. |
void |
setCentralMeridian(boolean inDegrees,
double centralMeridian)
The central meridian (Lambda0) of a projected coordinate system. |
void |
setCentralParallel(double centralParallel)
The central parallel (Phi 0) of a projected coordinate system. |
void |
setDomain(double xMin,
double xMax,
double yMin,
double yMax)
Set the xy domain extent. |
void |
setFalseEasting(double falseEasting)
The false easting (X0) of a projected coordinate system. |
void |
setFalseNorthing(double falseNorthing)
The false northing (Y0) of a projected coordinate system. |
void |
setFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
Set the false origin and units. |
void |
setHeight(double height)
The height above the sphere in projected coordinate system units. |
void |
setLatitudeOf1st(double standardLongitude1)
The latitude of the first point (Phi 1) of a projected coordinate system. |
void |
setLatitudeOf2nd(double latitudeOf2nd)
The latitude of the second point (Phi 2) of a projected coordinate system. |
void |
setLatitudeOfCenter(double latitudeOfCenter)
The latitude of center (Phi C) of a projected coordinate system. |
void |
setLatitudeOfOrigin(double latitudeOfOrigin)
The latitude of the origin (Phi 0) of a projected coordinate system. |
void |
setLongitudeOf1st(double longitudeOf1st)
The longitude of the first point (Lambda 1) of a projected coordinate system. |
void |
setLongitudeOf2nd(double longitudeOf2nd)
The longitude of the second point (Lambda 2) of a projected coordinate system. |
void |
setLongitudeOfCenter(double longitudeOfCenter)
The longitude of center (Lam C) of a projected coordinate system. |
void |
setLongitudeOfOrigin(double longitudeOfOrigin)
The longitude of origin (Lambda0) of a projected coordinate system. |
void |
setMDomain(double inMMin,
double inMMax)
Set the measure domain extent. |
void |
setMFalseOriginAndUnits(double falseM,
double mUnits)
Set the measure false origin and units. |
void |
setPseudoStandardParallel1(double psp1)
The latitude on an oblique spheroid that defines the oblique cone for a Krovak projected coordinate system. |
void |
setRotation(double r)
The rotation value used to change the axis directions in a Krovak projected coordinate system. |
void |
setScaleFactor(double scaleFactor)
The scale factor (K0) of a projected coordinate system. |
void |
setStandardParallel1(double standardParallel1)
The first parallel (Phi 1) of a projected coordinate system. |
void |
setStandardParallel2(double standardParallel2)
The second parallel (Phi 2) of a projected coordinate system. |
void |
setXScaleFactor(double xs)
The X axis scale value used to flip the axis direction in a Krovak projected coordinate system. |
void |
setYScaleFactor(double ys)
The Y axis scale value used to flip the axis direction in a Krovak projected coordinate system. |
void |
setZCoordinateUnit(ILinearUnit zunit)
The unit for the Z coordinate. |
void |
setZDomain(double inZMin,
double inZMax)
Set the z domain extent. |
void |
setZFalseOriginAndUnits(double falseZ,
double zUnits)
Set the Z false origin and units. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAlias() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAbbreviation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRemarks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFactoryCode() throws IOException, AutomationException
The factory code is an integer identifier that is unique by projection engine object type, such as a projected coordinate system. You can use a factory code in the ISpatialReferenceFactory::CreateProjectedCoordinateSystem method. If you create a custom projected coordinate system, the factory code is zero.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasXYPrecision() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasZPrecision() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasMPrecision() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void isPrecisionEqual(ISpatialReference otherSR, boolean[] isPrecisionEqual) throws IOException, AutomationException
otherSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)isPrecisionEqual
- The isPrecisionEqual (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFalseOriginAndUnits(double falseX, double falseY, double xyUnits) throws IOException, AutomationException
falseX
- The falseX (in)falseY
- The falseY (in)xyUnits
- The xyUnits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZFalseOriginAndUnits(double falseZ, double zUnits) throws IOException, AutomationException
falseZ
- The falseZ (in)zUnits
- The zUnits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMFalseOriginAndUnits(double falseM, double mUnits) throws IOException, AutomationException
falseM
- The falseM (in)mUnits
- The mUnits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getFalseOriginAndUnits(double[] falseX, double[] falseY, double[] xyUnits) throws IOException, AutomationException
falseX
- The falseX (in/out: use single element array)falseY
- The falseY (in/out: use single element array)xyUnits
- The xyUnits (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getZFalseOriginAndUnits(double[] falseZ, double[] zUnits) throws IOException, AutomationException
falseZ
- The falseZ (in/out: use single element array)zUnits
- The zUnits (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getMFalseOriginAndUnits(double[] falseM, double[] mUnits) throws IOException, AutomationException
falseM
- The falseM (in/out: use single element array)mUnits
- The mUnits (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getDomain(double[] xMin, double[] xMax, double[] yMin, double[] yMax) throws IOException, AutomationException
xMin
- The xMin (in/out: use single element array)xMax
- The xMax (in/out: use single element array)yMin
- The yMin (in/out: use single element array)yMax
- The yMax (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDomain(double xMin, double xMax, double yMin, double yMax) throws IOException, AutomationException
xMin
- The xMin (in)xMax
- The xMax (in)yMin
- The yMin (in)yMax
- The yMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getZDomain(double[] outZMin, double[] outZMax) throws IOException, AutomationException
outZMin
- The outZMin (in/out: use single element array)outZMax
- The outZMax (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZDomain(double inZMin, double inZMax) throws IOException, AutomationException
inZMin
- The inZMin (in)inZMax
- The inZMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getMDomain(double[] outMMin, double[] outMMax) throws IOException, AutomationException
outMMin
- The outMMin (in/out: use single element array)outMMax
- The outMMax (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMDomain(double inMMin, double inMMax) throws IOException, AutomationException
inMMin
- The inMMin (in)inMMax
- The inMMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILinearUnit getZCoordinateUnit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZCoordinateUnit(ILinearUnit zunit) throws IOException, AutomationException
zunit
- A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void changed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getUsage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeographicCoordinateSystem getGeographicCoordinateSystem() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IProjection getProjection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getParameters(IParameter[][] parameters) throws IOException, AutomationException
parameters
- A reference to a com.esri.arcgis.geometry.IParameter array (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILinearUnit getCoordinateUnit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void forward(_WKSPoint[][] points) throws IOException, AutomationException
points
- A Structure: com.esri.arcgis.system._WKSPoint (An array of com.esri.arcgis.system._WKSPoint COM typedef) (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void inverse(_WKSPoint[][] points) throws IOException, AutomationException
points
- A Structure: com.esri.arcgis.system._WKSPoint (An array of com.esri.arcgis.system._WKSPoint COM typedef) (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHorizonCount() throws IOException, AutomationException
Obsolete. Use IProjectedCoordinateSystem2::GetHorizon.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.esriSRHorizon getHorizon(int horizonIndex) throws IOException, AutomationException
GetHorizon returns, in geographic coordinate system coordinates and unit of measure, the valid geometry of a projected coordinate system. The method also returns whether the geometry should be considered inclusive or exclusive, and its envelope.
horizonIndex
- The horizonIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCentralMeridian(boolean inDegrees) throws IOException, AutomationException
inDegrees
- The inDegrees (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCentralMeridian(boolean inDegrees, double centralMeridian) throws IOException, AutomationException
inDegrees
- The inDegrees (in)centralMeridian
- The centralMeridian (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLongitudeOfOrigin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLongitudeOfOrigin(double longitudeOfOrigin) throws IOException, AutomationException
longitudeOfOrigin
- The longitudeOfOrigin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLatitudeOf1st() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLatitudeOf1st(double standardLongitude1) throws IOException, AutomationException
standardLongitude1
- The standardLongitude1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLatitudeOf2nd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLatitudeOf2nd(double latitudeOf2nd) throws IOException, AutomationException
latitudeOf2nd
- The latitudeOf2nd (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFalseEasting() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFalseEasting(double falseEasting) throws IOException, AutomationException
falseEasting
- The falseEasting (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFalseNorthing() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFalseNorthing(double falseNorthing) throws IOException, AutomationException
falseNorthing
- The falseNorthing (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCentralParallel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCentralParallel(double centralParallel) throws IOException, AutomationException
centralParallel
- The centralParallel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getStandardParallel1() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStandardParallel1(double standardParallel1) throws IOException, AutomationException
standardParallel1
- The standardParallel1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getStandardParallel2() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStandardParallel2(double standardParallel2) throws IOException, AutomationException
standardParallel2
- The standardParallel2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLongitudeOf1st() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLongitudeOf1st(double longitudeOf1st) throws IOException, AutomationException
longitudeOf1st
- The longitudeOf1st (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLongitudeOf2nd() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLongitudeOf2nd(double longitudeOf2nd) throws IOException, AutomationException
longitudeOf2nd
- The longitudeOf2nd (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getScaleFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleFactor(double scaleFactor) throws IOException, AutomationException
scaleFactor
- The scaleFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAzimuth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAzimuth(double azimuth) throws IOException, AutomationException
azimuth
- The azimuth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLongitudeOfCenter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLongitudeOfCenter(double longitudeOfCenter) throws IOException, AutomationException
longitudeOfCenter
- The longitudeOfCenter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLatitudeOfCenter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLatitudeOfCenter(double latitudeOfCenter) throws IOException, AutomationException
latitudeOfCenter
- The latitudeOfCenter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getGCSParams(double[] p_180, double[] pDelta) throws IOException, AutomationException
p_180
- The p_180 (out: use single element array)pDelta
- The pDelta (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getHorizon2(_WKSEnvelope[] horizonEnvelope, boolean[] inclusive) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getShiftedHorizon(int shift) throws IOException, AutomationException
The standard horizon is the valid area of a projected coordinate system, but in geographic coordinate system coordinates and unit of measure. The standard horizon usually has longitude values between +/-180 (or equivalent). If you use -2, -1, 1 or 2 for the shift value, GetShiftedHorizon will translate the horizon by 360 degrees to the left or right.
shift
- The shift (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPseudoStandardParallel1() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPseudoStandardParallel1(double psp1) throws IOException, AutomationException
psp1
- The psp1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXScaleFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXScaleFactor(double xs) throws IOException, AutomationException
xs
- The xs (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYScaleFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYScaleFactor(double ys) throws IOException, AutomationException
ys
- The ys (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getRotation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRotation(double r) throws IOException, AutomationException
r
- The r (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void inverseWithShift(double shift, _WKSPoint[][] points) throws IOException, AutomationException
shift
- The shift (in)points
- A Structure: com.esri.arcgis.system._WKSPoint (An array of com.esri.arcgis.system._WKSPoint COM typedef) (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putLinearAndAngularUnits(ILinearUnit linearUnit, IAngularUnit angularUnit) throws IOException, AutomationException
linearUnit
- A reference to a com.esri.arcgis.geometry.ILinearUnit (in)angularUnit
- A reference to a com.esri.arcgis.geometry.IAngularUnit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLatitudeOfOrigin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLatitudeOfOrigin(double latitudeOfOrigin) throws IOException, AutomationException
latitudeOfOrigin
- The latitudeOfOrigin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEqualNoNames(IProjectedCoordinateSystem pOther) throws IOException, AutomationException
pOther
- A reference to a com.esri.arcgis.geometry.IProjectedCoordinateSystem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHeight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(double height) throws IOException, AutomationException
height
- The height (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getPCSHorizon(_WKSEnvelope[] horizonEnvelope, boolean[] inclusive) throws IOException, AutomationException
horizonEnvelope
- A Structure: com.esri.arcgis.system._WKSEnvelope (A com.esri.arcgis.system._WKSEnvelope COM typedef) (in/out: use single element array)inclusive
- The inclusive (in/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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |