|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geometry.ProjectedCoordinateSystem
public class ProjectedCoordinateSystem
Creates a projected coordinate system.
The IClone::IsIdentical method is not implemented.
Constructor Summary | |
---|---|
ProjectedCoordinateSystem()
Constructs a ProjectedCoordinateSystem using ArcGIS Engine. |
|
ProjectedCoordinateSystem(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ProjectedCoordinateSystem theProjectedCoordinateSystem = (ProjectedCoordinateSystem) obj; |
Method Summary | |
---|---|
void |
applyPrecision(_WKSPoint[] points,
double[] ms,
double[] zs)
Applies the measure and z value precisions. |
void |
applyPrecision(int cPoints,
_WKSPoint points,
double[] ms,
double[] zs)
Applies the measure and z value precisions. |
void |
applyXYPrecision(_WKSPoint[] points)
Applies the XY precision. |
void |
applyXYPrecision(int cPoints,
_WKSPoint points)
Applies the XY precision. |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
changed()
Notify this object that some of its parts have changed (parameter values, z unit, etc.). |
void |
constructFromHorizon()
Defines the XY resolution and domain extent of this spatial reference based on the extent of its horizon. |
void |
define(Object name,
Object alias,
Object abbreviation,
Object remarks,
Object useage,
Object gcs,
Object projectedUnit,
Object projection,
Object parameters)
Defines the properties of a projected coordinate system. |
void |
define(String authorityName,
int authorityCode,
String authorityVersion)
Defines the authority-related metadata properties for this spatial reference object. |
boolean |
equals(Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
exportSpatialReferenceToPRJ(String[] str,
int[] cBytesWrote)
Exports the spatial reference to a buffer. |
void |
exportToESRISpatialReference(String[] str,
int[] cBytesWrote)
Exports this spatial reference component to a buffer. |
void |
exportToESRISpatialReference2(String[] str,
int[] cBytesWrote)
Exports this spatial reference component to a buffer. |
void |
forward(_WKSPoint[][] points)
Projects points from geographic to planar coordinates. |
void |
forward(int count,
_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. |
String |
getAuthorityName()
The name of the defining authority for this object. |
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. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
int |
getCode()
The code identifying this object relative to its authority. |
double |
getConvergenceAngle(_WKSPoint pt,
boolean trueToGridNorth)
Returns the grid convergence angle . |
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 |
getESRISpatialReferenceSize()
The number of bytes required to hold the persistant representation of this spatial reference component. |
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. |
IGeometry |
getHorizon(_WKSEnvelope[] horizonEnvelope,
boolean[] inclusive)
Returns the standard horizon polygon, its envelope, and whether it is inclusive or exclusive; the horizon polygon may be 0. |
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. |
double |
getMResolution()
The M, or measure, resolution of this spatial reference. |
double |
getMTolerance()
The tolerance used to determine equality of M values. |
int |
getMToleranceValid()
Returns true if the M tolerance is well defined (not NaN) and >= the minimum M tolerance. |
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)
Deprecated. This method uses C style arrays which is not supported in the Java API for ArcObjects. It is replaced by IProjectedCoordinateSystem4GEN.getParameters(com.esri.arcgis.geometry.IParameter[][]) . |
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. |
void |
getPrecisionSizeMax(int[] byteCount)
Returns the number of bytes needed to store the false x, false y and xy units of this spatial reference. |
int |
getPRJSpatialReferenceSize()
The number of bytes required to hold the persistant representation of the spatial reference. |
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. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
_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. |
String |
getVersion()
The version of this spatial reference object. |
IVerticalCoordinateSystem |
getVerticalCoordinateSystem()
The VCS associated with this spatial reference. |
double |
getXScaleFactor()
The X axis scale value used to flip the axis direction in a Krovak projected coordinate system. |
double |
getXYResolution(boolean bStandardUnits)
The XY resolution (distance in SR units between distinguishable grid points) of this spatial reference. |
double |
getXYTolerance()
The xy tolerance used to control point coalescing in the X and Y dimensions. |
int |
getXYToleranceValid()
Returns esriSRToleranceOK if the XY tolerance is well defined (not NaN) and >= the minimum XY tolerance. |
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. |
double |
getZResolution(boolean bStandardUnits)
The Z resolution (height/depth distance between distinguishable grid points) of this spatial reference. |
double |
getZTolerance()
The tolerance used to control point coalescing strictly along the Z axis. |
int |
getZToleranceValid()
Returns true if the Z tolerance is well defined (not NaN) and >= the minimum Z tolerance. |
double |
getZToXYFactor()
Conversion factor from Z units to XY units. |
int |
hashCode()
the hashcode for this object |
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 |
importFromESRISpatialReference(String str,
int[] cBytesRead)
Defines this spatial reference component from the specified ESRISpatialReference buffer. |
void |
importSpatialReferenceFromPRJ(String str,
int[] cBytesRead)
Defines the spatial reference from the specified ESRISpatialReference buffer. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
inverse(_WKSPoint[][] points)
Projects points from planar to geographic coordinates. |
void |
inverse(int count,
_WKSPoint points)
Projects points from planar to geographic coordinates. |
void |
inverseWithShift(double shift,
_WKSPoint[][] points)
Projects points from planar to geographic coordinates. |
void |
inverseWithShift(double shift,
int count,
_WKSPoint points)
Projects points from planar to geographic coordinates. |
boolean |
isCentralLongitudeVertical()
Returns true if central meridian is a straight vertical line. |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isEqualLeftLongitude(ISpatialReference other,
boolean compareVCS)
For geographic coordinate systems, this version of IsEqual includes considers their left longitude properties. |
boolean |
isEqualNoNames(IProjectedCoordinateSystem pOther)
Compares two projected coordinate systems for equality but ignores their names. |
boolean |
isEqualNoVCS(ISpatialReference other)
Compares spatial references without considering any vertical coordinate system that may be associated with the spatial reference. |
boolean |
isHighPrecision()
TRUE if a high precision integer grid is being used to round coordinate values. |
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. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isMPrecisionEqual(ISpatialReference otherSR)
Returns true if the measure precisions of the two spatial references are the same. |
boolean |
isMToleranceEqual(ISpatialReference otherSR)
Returns true if the measure tolerances of the two spatial references are the same. |
void |
isPrecisionEqual(ISpatialReference otherSR,
boolean[] isPrecisionEqual)
Returns TRUE when the precision information for the two spatial references is the same. |
boolean |
isUsePrecision()
Returns TRUE if the precision information can be used for snapping. |
boolean |
isXYPrecisionEqual(ISpatialReference otherSR)
Returns true if the XY precisions of the two spatial references are the same. |
boolean |
isXYToleranceEqual(ISpatialReference otherSR)
Returns true if the XY tolerances of the two spatial references are the same. |
boolean |
isZPrecisionEqual(ISpatialReference otherSR)
Returns true if the Z precisions of the two spatial references are the same. |
boolean |
isZToleranceEqual(ISpatialReference otherSR)
Returns true if the Z tolerances of the two spatial references are the same. |
void |
load(IStream pstm)
load |
void |
loadPrecision(IStream pStream)
Initializes this spatial reference's false x, false y and xy units from information in the specified stream. |
void |
projectionHint(IGeometry geometry,
ISpatialReference targetSR,
int[] direction,
ITransformation[] pXForm,
int[] projectionHint)
Projection hint for speeding up projections. |
void |
putLinearAndAngularUnits(ILinearUnit linearUnit,
IAngularUnit angularUnit)
Modify linear unit of projected coordinates and angular unit of associated geographic coordinates. |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
savePrecision(IStream pStream,
int fClearDirty)
Saves this spatial reference's false x, false y and xy units to the specified stream. |
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 |
setDefaultMResolution()
Sets the m coordinate grid resolution to 1 mm for a low precision spatial reference or 1/10 mm for a high precision spatial reference. |
void |
setDefaultMTolerance()
Sets the default tolerance used to determine equality of M values (2.0 * m resolution). |
void |
setDefaultXYResolution()
defaults: PCS(hi): 1/10 mm; PCS(lo): 1 mm; GCS(hi): 1/10,000 arc-second; GCS(lo): 1/500 arc-second; UCS(hi): 1/10 mm (assumed); UCS(lo): 1 mm (assumed). |
void |
setDefaultXYTolerance()
Sets the default cluster tolerance used to control point coalescing in the X and Y dimensions (the equivalent of 1 mm in the current spatial reference units). |
void |
setDefaultZResolution()
Sets the z coordinate grid resolution to 1 mm for a low precision spatial reference or 1/10 mm for a high precision spatial reference. |
void |
setDefaultZTolerance()
Sets the default value for the Z cluster tolerance used to control point coalescing strictly along the Z axis (the equivalent of 1 mm in the current vertical coordinate system units). |
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 |
setIsHighPrecision(boolean isHighPrecision)
TRUE if a high precision integer grid is being used to round coordinate values. |
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 |
setMinimumMTolerance()
Sets the minimum tolerance (i.e., pre 9.2) used to determine equality of M values (2.0 * m resolution). |
void |
setMinimumXYTolerance()
Sets the xy cluster tolerance to be 2.0 * resolution. |
void |
setMinimumZTolerance()
Sets the minimum value for the Z cluster tolerance (i.e., pre 9.2) used to control point coalescing strictly along the Z axis (the equivalent of 1 mm in the current vertical coordinate system units). |
void |
setMResolution(double interval)
The M, or measure, resolution of this spatial reference. |
void |
setMTolerance(double mTolerance)
The tolerance used to determine equality of M values. |
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 |
setUsePrecision(boolean usePrecision)
Returns TRUE if the precision information can be used for snapping. |
void |
setVerticalCoordinateSystemByRef(IVerticalCoordinateSystem vcs)
The VCS associated with this spatial reference. |
void |
setXScaleFactor(double xs)
The X axis scale value used to flip the axis direction in a Krovak projected coordinate system. |
void |
setXYResolution(boolean bStandardUnits,
double xYResolution)
The XY resolution (distance in SR units between distinguishable grid points) of this spatial reference. |
void |
setXYTolerance(double xYTolerance)
The xy tolerance used to control point coalescing in the X and Y dimensions. |
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. |
void |
setZResolution(boolean bStandardUnits,
double zResolution)
The Z resolution (height/depth distance between distinguishable grid points) of this spatial reference. |
void |
setZTolerance(double zTolerance)
The tolerance used to control point coalescing strictly along the Z axis. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ProjectedCoordinateSystem() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ProjectedCoordinateSystem(Object obj) throws IOException
ProjectedCoordinateSystem theProjectedCoordinateSystem = (ProjectedCoordinateSystem) obj;
obj
to ProjectedCoordinateSystem
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
getName
in interface IProjectedCoordinateSystem4GEN
getName
in interface ISpatialReference2GEN
getName
in interface ISpatialReferenceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAlias() throws IOException, AutomationException
getAlias
in interface IProjectedCoordinateSystem4GEN
getAlias
in interface ISpatialReference2GEN
getAlias
in interface ISpatialReferenceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAbbreviation() throws IOException, AutomationException
getAbbreviation
in interface IProjectedCoordinateSystem4GEN
getAbbreviation
in interface ISpatialReference2GEN
getAbbreviation
in interface ISpatialReferenceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRemarks() throws IOException, AutomationException
getRemarks
in interface IProjectedCoordinateSystem4GEN
getRemarks
in interface ISpatialReference2GEN
getRemarks
in interface ISpatialReferenceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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.
getFactoryCode
in interface IProjectedCoordinateSystem4GEN
getFactoryCode
in interface ISpatialReference2GEN
getFactoryCode
in interface ISpatialReferenceInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasXYPrecision() throws IOException, AutomationException
hasXYPrecision
in interface IProjectedCoordinateSystem4GEN
hasXYPrecision
in interface ISpatialReference
hasXYPrecision
in interface ISpatialReference2GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasZPrecision() throws IOException, AutomationException
hasZPrecision
in interface IProjectedCoordinateSystem4GEN
hasZPrecision
in interface ISpatialReference
hasZPrecision
in interface ISpatialReference2GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasMPrecision() throws IOException, AutomationException
hasMPrecision
in interface IProjectedCoordinateSystem4GEN
hasMPrecision
in interface ISpatialReference
hasMPrecision
in interface ISpatialReference2GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isPrecisionEqual(ISpatialReference otherSR, boolean[] isPrecisionEqual) throws IOException, AutomationException
isPrecisionEqual
in interface IProjectedCoordinateSystem4GEN
isPrecisionEqual
in interface ISpatialReference
isPrecisionEqual
in interface ISpatialReference2GEN
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.public void setFalseOriginAndUnits(double falseX, double falseY, double xyUnits) throws IOException, AutomationException
setFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
setFalseOriginAndUnits
in interface ISpatialReference
setFalseOriginAndUnits
in interface ISpatialReference2GEN
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.public void setZFalseOriginAndUnits(double falseZ, double zUnits) throws IOException, AutomationException
setZFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
setZFalseOriginAndUnits
in interface ISpatialReference
setZFalseOriginAndUnits
in interface ISpatialReference2GEN
falseZ
- The falseZ (in)zUnits
- The zUnits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMFalseOriginAndUnits(double falseM, double mUnits) throws IOException, AutomationException
setMFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
setMFalseOriginAndUnits
in interface ISpatialReference
setMFalseOriginAndUnits
in interface ISpatialReference2GEN
falseM
- The falseM (in)mUnits
- The mUnits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getFalseOriginAndUnits(double[] falseX, double[] falseY, double[] xyUnits) throws IOException, AutomationException
getFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
getFalseOriginAndUnits
in interface ISpatialReference
getFalseOriginAndUnits
in interface ISpatialReference2GEN
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.public void getZFalseOriginAndUnits(double[] falseZ, double[] zUnits) throws IOException, AutomationException
getZFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
getZFalseOriginAndUnits
in interface ISpatialReference
getZFalseOriginAndUnits
in interface ISpatialReference2GEN
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.public void getMFalseOriginAndUnits(double[] falseM, double[] mUnits) throws IOException, AutomationException
getMFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
getMFalseOriginAndUnits
in interface ISpatialReference
getMFalseOriginAndUnits
in interface ISpatialReference2GEN
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.public void getDomain(double[] xMin, double[] xMax, double[] yMin, double[] yMax) throws IOException, AutomationException
getDomain
in interface IProjectedCoordinateSystem4GEN
getDomain
in interface ISpatialReference
getDomain
in interface ISpatialReference2GEN
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.public void setDomain(double xMin, double xMax, double yMin, double yMax) throws IOException, AutomationException
setDomain
in interface IProjectedCoordinateSystem4GEN
setDomain
in interface ISpatialReference
setDomain
in interface ISpatialReference2GEN
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.public void getZDomain(double[] outZMin, double[] outZMax) throws IOException, AutomationException
getZDomain
in interface IProjectedCoordinateSystem4GEN
getZDomain
in interface ISpatialReference
getZDomain
in interface ISpatialReference2GEN
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.public void setZDomain(double inZMin, double inZMax) throws IOException, AutomationException
setZDomain
in interface IProjectedCoordinateSystem4GEN
setZDomain
in interface ISpatialReference
setZDomain
in interface ISpatialReference2GEN
inZMin
- The inZMin (in)inZMax
- The inZMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getMDomain(double[] outMMin, double[] outMMax) throws IOException, AutomationException
getMDomain
in interface IProjectedCoordinateSystem4GEN
getMDomain
in interface ISpatialReference
getMDomain
in interface ISpatialReference2GEN
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.public void setMDomain(double inMMin, double inMMax) throws IOException, AutomationException
setMDomain
in interface IProjectedCoordinateSystem4GEN
setMDomain
in interface ISpatialReference
setMDomain
in interface ISpatialReference2GEN
inMMin
- The inMMin (in)inMMax
- The inMMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILinearUnit getZCoordinateUnit() throws IOException, AutomationException
getZCoordinateUnit
in interface IProjectedCoordinateSystem4GEN
getZCoordinateUnit
in interface ISpatialReference
getZCoordinateUnit
in interface ISpatialReference2GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZCoordinateUnit(ILinearUnit zunit) throws IOException, AutomationException
setZCoordinateUnit
in interface IProjectedCoordinateSystem4GEN
setZCoordinateUnit
in interface ISpatialReference
setZCoordinateUnit
in interface ISpatialReference2GEN
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.public void changed() throws IOException, AutomationException
changed
in interface IProjectedCoordinateSystem4GEN
changed
in interface ISpatialReference
changed
in interface ISpatialReference2GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getUsage() throws IOException, AutomationException
getUsage
in interface IProjectedCoordinateSystem
getUsage
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeographicCoordinateSystem getGeographicCoordinateSystem() throws IOException, AutomationException
getGeographicCoordinateSystem
in interface IProjectedCoordinateSystem
getGeographicCoordinateSystem
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IProjection getProjection() throws IOException, AutomationException
getProjection
in interface IProjectedCoordinateSystem
getProjection
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getParameters(IParameter[][] parameters) throws IOException, AutomationException
getParameters
in interface IProjectedCoordinateSystem4GEN
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.public ILinearUnit getCoordinateUnit() throws IOException, AutomationException
getCoordinateUnit
in interface IProjectedCoordinateSystem
getCoordinateUnit
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void forward(_WKSPoint[][] points) throws IOException, AutomationException
forward
in interface IProjectedCoordinateSystem4GEN
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.public void inverse(_WKSPoint[][] points) throws IOException, AutomationException
inverse
in interface IProjectedCoordinateSystem4GEN
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.public int getHorizonCount() throws IOException, AutomationException
Obsolete. Use IProjectedCoordinateSystem2::GetHorizon.
getHorizonCount
in interface IProjectedCoordinateSystem
getHorizonCount
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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.
getHorizon
in interface IProjectedCoordinateSystem
getHorizon
in interface IProjectedCoordinateSystem4GEN
horizonIndex
- The horizonIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCentralMeridian(boolean inDegrees) throws IOException, AutomationException
getCentralMeridian
in interface IProjectedCoordinateSystem
getCentralMeridian
in interface IProjectedCoordinateSystem4GEN
inDegrees
- The inDegrees (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCentralMeridian(boolean inDegrees, double centralMeridian) throws IOException, AutomationException
setCentralMeridian
in interface IProjectedCoordinateSystem
setCentralMeridian
in interface IProjectedCoordinateSystem4GEN
inDegrees
- The inDegrees (in)centralMeridian
- The centralMeridian (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOfOrigin() throws IOException, AutomationException
getLongitudeOfOrigin
in interface IProjectedCoordinateSystem
getLongitudeOfOrigin
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOfOrigin(double longitudeOfOrigin) throws IOException, AutomationException
setLongitudeOfOrigin
in interface IProjectedCoordinateSystem
setLongitudeOfOrigin
in interface IProjectedCoordinateSystem4GEN
longitudeOfOrigin
- The longitudeOfOrigin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLatitudeOf1st() throws IOException, AutomationException
getLatitudeOf1st
in interface IProjectedCoordinateSystem
getLatitudeOf1st
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLatitudeOf1st(double standardLongitude1) throws IOException, AutomationException
setLatitudeOf1st
in interface IProjectedCoordinateSystem
setLatitudeOf1st
in interface IProjectedCoordinateSystem4GEN
standardLongitude1
- The standardLongitude1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLatitudeOf2nd() throws IOException, AutomationException
getLatitudeOf2nd
in interface IProjectedCoordinateSystem
getLatitudeOf2nd
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLatitudeOf2nd(double latitudeOf2nd) throws IOException, AutomationException
setLatitudeOf2nd
in interface IProjectedCoordinateSystem
setLatitudeOf2nd
in interface IProjectedCoordinateSystem4GEN
latitudeOf2nd
- The latitudeOf2nd (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFalseEasting() throws IOException, AutomationException
getFalseEasting
in interface IProjectedCoordinateSystem
getFalseEasting
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFalseEasting(double falseEasting) throws IOException, AutomationException
setFalseEasting
in interface IProjectedCoordinateSystem
setFalseEasting
in interface IProjectedCoordinateSystem4GEN
falseEasting
- The falseEasting (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFalseNorthing() throws IOException, AutomationException
getFalseNorthing
in interface IProjectedCoordinateSystem
getFalseNorthing
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFalseNorthing(double falseNorthing) throws IOException, AutomationException
setFalseNorthing
in interface IProjectedCoordinateSystem
setFalseNorthing
in interface IProjectedCoordinateSystem4GEN
falseNorthing
- The falseNorthing (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCentralParallel() throws IOException, AutomationException
getCentralParallel
in interface IProjectedCoordinateSystem
getCentralParallel
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCentralParallel(double centralParallel) throws IOException, AutomationException
setCentralParallel
in interface IProjectedCoordinateSystem
setCentralParallel
in interface IProjectedCoordinateSystem4GEN
centralParallel
- The centralParallel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getStandardParallel1() throws IOException, AutomationException
getStandardParallel1
in interface IProjectedCoordinateSystem
getStandardParallel1
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStandardParallel1(double standardParallel1) throws IOException, AutomationException
setStandardParallel1
in interface IProjectedCoordinateSystem
setStandardParallel1
in interface IProjectedCoordinateSystem4GEN
standardParallel1
- The standardParallel1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getStandardParallel2() throws IOException, AutomationException
getStandardParallel2
in interface IProjectedCoordinateSystem
getStandardParallel2
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStandardParallel2(double standardParallel2) throws IOException, AutomationException
setStandardParallel2
in interface IProjectedCoordinateSystem
setStandardParallel2
in interface IProjectedCoordinateSystem4GEN
standardParallel2
- The standardParallel2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOf1st() throws IOException, AutomationException
getLongitudeOf1st
in interface IProjectedCoordinateSystem
getLongitudeOf1st
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOf1st(double longitudeOf1st) throws IOException, AutomationException
setLongitudeOf1st
in interface IProjectedCoordinateSystem
setLongitudeOf1st
in interface IProjectedCoordinateSystem4GEN
longitudeOf1st
- The longitudeOf1st (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOf2nd() throws IOException, AutomationException
getLongitudeOf2nd
in interface IProjectedCoordinateSystem
getLongitudeOf2nd
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOf2nd(double longitudeOf2nd) throws IOException, AutomationException
setLongitudeOf2nd
in interface IProjectedCoordinateSystem
setLongitudeOf2nd
in interface IProjectedCoordinateSystem4GEN
longitudeOf2nd
- The longitudeOf2nd (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getScaleFactor() throws IOException, AutomationException
getScaleFactor
in interface IProjectedCoordinateSystem
getScaleFactor
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScaleFactor(double scaleFactor) throws IOException, AutomationException
setScaleFactor
in interface IProjectedCoordinateSystem
setScaleFactor
in interface IProjectedCoordinateSystem4GEN
scaleFactor
- The scaleFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getAzimuth() throws IOException, AutomationException
getAzimuth
in interface IProjectedCoordinateSystem
getAzimuth
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAzimuth(double azimuth) throws IOException, AutomationException
setAzimuth
in interface IProjectedCoordinateSystem
setAzimuth
in interface IProjectedCoordinateSystem4GEN
azimuth
- The azimuth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOfCenter() throws IOException, AutomationException
getLongitudeOfCenter
in interface IProjectedCoordinateSystem2
getLongitudeOfCenter
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOfCenter(double longitudeOfCenter) throws IOException, AutomationException
setLongitudeOfCenter
in interface IProjectedCoordinateSystem2
setLongitudeOfCenter
in interface IProjectedCoordinateSystem4GEN
longitudeOfCenter
- The longitudeOfCenter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLatitudeOfCenter() throws IOException, AutomationException
getLatitudeOfCenter
in interface IProjectedCoordinateSystem2
getLatitudeOfCenter
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLatitudeOfCenter(double latitudeOfCenter) throws IOException, AutomationException
setLatitudeOfCenter
in interface IProjectedCoordinateSystem2
setLatitudeOfCenter
in interface IProjectedCoordinateSystem4GEN
latitudeOfCenter
- The latitudeOfCenter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getGCSParams(double[] p_180, double[] pDelta) throws IOException, AutomationException
getGCSParams
in interface IProjectedCoordinateSystem2
getGCSParams
in interface IProjectedCoordinateSystem4GEN
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.public IGeometry getHorizon2(_WKSEnvelope[] horizonEnvelope, boolean[] inclusive) throws IOException, AutomationException
getHorizon2
in interface IProjectedCoordinateSystem4GEN
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.public 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.
getShiftedHorizon
in interface IProjectedCoordinateSystem2
getShiftedHorizon
in interface IProjectedCoordinateSystem4GEN
shift
- The shift (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getPseudoStandardParallel1() throws IOException, AutomationException
getPseudoStandardParallel1
in interface IProjectedCoordinateSystem2
getPseudoStandardParallel1
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPseudoStandardParallel1(double psp1) throws IOException, AutomationException
setPseudoStandardParallel1
in interface IProjectedCoordinateSystem2
setPseudoStandardParallel1
in interface IProjectedCoordinateSystem4GEN
psp1
- The psp1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getXScaleFactor() throws IOException, AutomationException
getXScaleFactor
in interface IProjectedCoordinateSystem2
getXScaleFactor
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXScaleFactor(double xs) throws IOException, AutomationException
setXScaleFactor
in interface IProjectedCoordinateSystem2
setXScaleFactor
in interface IProjectedCoordinateSystem4GEN
xs
- The xs (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getYScaleFactor() throws IOException, AutomationException
getYScaleFactor
in interface IProjectedCoordinateSystem2
getYScaleFactor
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setYScaleFactor(double ys) throws IOException, AutomationException
setYScaleFactor
in interface IProjectedCoordinateSystem2
setYScaleFactor
in interface IProjectedCoordinateSystem4GEN
ys
- The ys (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getRotation() throws IOException, AutomationException
getRotation
in interface IProjectedCoordinateSystem2
getRotation
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRotation(double r) throws IOException, AutomationException
setRotation
in interface IProjectedCoordinateSystem2
setRotation
in interface IProjectedCoordinateSystem4GEN
r
- The r (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void inverseWithShift(double shift, _WKSPoint[][] points) throws IOException, AutomationException
inverseWithShift
in interface IProjectedCoordinateSystem4GEN
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.public void putLinearAndAngularUnits(ILinearUnit linearUnit, IAngularUnit angularUnit) throws IOException, AutomationException
putLinearAndAngularUnits
in interface IProjectedCoordinateSystem2
putLinearAndAngularUnits
in interface IProjectedCoordinateSystem4GEN
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.public double getLatitudeOfOrigin() throws IOException, AutomationException
getLatitudeOfOrigin
in interface IProjectedCoordinateSystem2
getLatitudeOfOrigin
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLatitudeOfOrigin(double latitudeOfOrigin) throws IOException, AutomationException
setLatitudeOfOrigin
in interface IProjectedCoordinateSystem2
setLatitudeOfOrigin
in interface IProjectedCoordinateSystem4GEN
latitudeOfOrigin
- The latitudeOfOrigin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqualNoNames(IProjectedCoordinateSystem pOther) throws IOException, AutomationException
isEqualNoNames
in interface IProjectedCoordinateSystem2
isEqualNoNames
in interface IProjectedCoordinateSystem4GEN
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.public double getHeight() throws IOException, AutomationException
getHeight
in interface IProjectedCoordinateSystem3
getHeight
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeight(double height) throws IOException, AutomationException
setHeight
in interface IProjectedCoordinateSystem3
setHeight
in interface IProjectedCoordinateSystem4GEN
height
- The height (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getPCSHorizon(_WKSEnvelope[] horizonEnvelope, boolean[] inclusive) throws IOException, AutomationException
getPCSHorizon
in interface IProjectedCoordinateSystem4
getPCSHorizon
in interface IProjectedCoordinateSystem4GEN
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.public double getCentralLongitude() throws IOException, AutomationException
getCentralLongitude
in interface IProjectedCoordinateSystem4
getCentralLongitude
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public _WKSPoint getNorthPole() throws IOException, AutomationException
getNorthPole
in interface IProjectedCoordinateSystem4
getNorthPole
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public _WKSPoint getSouthPole() throws IOException, AutomationException
getSouthPole
in interface IProjectedCoordinateSystem4
getSouthPole
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNorthPoleLocation() throws IOException, AutomationException
getNorthPoleLocation
in interface IProjectedCoordinateSystem4
getNorthPoleLocation
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSouthPoleLocation() throws IOException, AutomationException
getSouthPoleLocation
in interface IProjectedCoordinateSystem4
getSouthPoleLocation
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNorthPoleGeometry() throws IOException, AutomationException
getNorthPoleGeometry
in interface IProjectedCoordinateSystem4
getNorthPoleGeometry
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSouthPoleGeometry() throws IOException, AutomationException
getSouthPoleGeometry
in interface IProjectedCoordinateSystem4
getSouthPoleGeometry
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHorizonEdgeDuplicated() throws IOException, AutomationException
The PCS horizon is the valid area of a projected coordinate system, in the units of the PCS.
isHorizonEdgeDuplicated
in interface IProjectedCoordinateSystem4
isHorizonEdgeDuplicated
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHorizonConvexHull() throws IOException, AutomationException
The PCS horizon is the valid area of a projected coordinate system, in the units of the PCS.
isHorizonConvexHull
in interface IProjectedCoordinateSystem4
isHorizonConvexHull
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHorizonEntireWorld() throws IOException, AutomationException
The PCS horizon is the valid area of a projected coordinate system, in the units of the PCS.
isHorizonEntireWorld
in interface IProjectedCoordinateSystem4
isHorizonEntireWorld
in interface IProjectedCoordinateSystem4GEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IProjectedCoordinateSystem4.isHorizonEntireWorld()
,
IProjectedCoordinateSystem5
,
IProjectedCoordinateSystem4.isHorizonConvexHull()
public boolean isXYPrecisionEqual(ISpatialReference otherSR) throws IOException, AutomationException
isXYPrecisionEqual
in interface ISpatialReference2
isXYPrecisionEqual
in interface ISpatialReference2GEN
otherSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMPrecisionEqual(ISpatialReference otherSR) throws IOException, AutomationException
isMPrecisionEqual
in interface ISpatialReference2
isMPrecisionEqual
in interface ISpatialReference2GEN
otherSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isZPrecisionEqual(ISpatialReference otherSR) throws IOException, AutomationException
isZPrecisionEqual
in interface ISpatialReference2
isZPrecisionEqual
in interface ISpatialReference2GEN
otherSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void applyXYPrecision(_WKSPoint[] points) throws IOException, AutomationException
applyXYPrecision
in interface ISpatialReference2GEN
points
- A Structure: com.esri.arcgis.system._WKSPoint (An array of com.esri.arcgis.system._WKSPoint COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void applyPrecision(_WKSPoint[] points, double[] ms, double[] zs) throws IOException, AutomationException
applyPrecision
in interface ISpatialReference2GEN
points
- A Structure: com.esri.arcgis.system._WKSPoint (An array of com.esri.arcgis.system._WKSPoint COM typedef) (in)ms
- The ms (in)zs
- The zs (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getESRISpatialReferenceSize() throws IOException, AutomationException
getESRISpatialReferenceSize
in interface IESRISpatialReference
getESRISpatialReferenceSize
in interface IESRISpatialReferenceGEN
getESRISpatialReferenceSize
in interface IESRISpatialReferenceGEN2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void importFromESRISpatialReference(String str, int[] cBytesRead) throws IOException, AutomationException
importFromESRISpatialReference
in interface IESRISpatialReference
importFromESRISpatialReference
in interface IESRISpatialReferenceGEN
importFromESRISpatialReference
in interface IESRISpatialReferenceGEN2
str
- The str (in)cBytesRead
- The cBytesRead (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void exportToESRISpatialReference(String[] str, int[] cBytesWrote) throws IOException, AutomationException
exportToESRISpatialReference
in interface IESRISpatialReference
exportToESRISpatialReference
in interface IESRISpatialReferenceGEN
str
- The str (out: use single element array)cBytesWrote
- The cBytesWrote (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void exportToESRISpatialReference2(String[] str, int[] cBytesWrote) throws IOException, AutomationException
exportToESRISpatialReference2
in interface IESRISpatialReferenceGEN2
str
- The str (out: use single element array)cBytesWrote
- The cBytesWrote (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPRJSpatialReferenceSize() throws IOException, AutomationException
getPRJSpatialReferenceSize
in interface IPRJSpatialReference
getPRJSpatialReferenceSize
in interface IPRJSpatialReferenceGEN
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void importSpatialReferenceFromPRJ(String str, int[] cBytesRead) throws IOException, AutomationException
importSpatialReferenceFromPRJ
in interface IPRJSpatialReference
importSpatialReferenceFromPRJ
in interface IPRJSpatialReferenceGEN
str
- The str (in)cBytesRead
- The cBytesRead (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void exportSpatialReferenceToPRJ(String[] str, int[] cBytesWrote) throws IOException, AutomationException
Converts a spatial reference object into a PRJ file. A PRJ file stores the coordinate system information for a coverage, GRID, or TIN.
A sample representation (reformatted for display) is below.
Projection UTM
Zone 10
Datum NAD83
Zunits NO
Units METERS
Spheroid GRS1980
Xshift 0.0000000000
Yshift 0.0000000000
Parameters
If the spatial reference cannot be represented with the workstation PRJ format, E_SPATIALREFERENCE_CANTDEFINESR is returned.
exportSpatialReferenceToPRJ
in interface IPRJSpatialReference
exportSpatialReferenceToPRJ
in interface IPRJSpatialReferenceGEN
str
- The str (out: use single element array)cBytesWrote
- The cBytesWrote (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getParameters(IParameter[] parameters) throws IOException, AutomationException
IProjectedCoordinateSystem4GEN.getParameters(com.esri.arcgis.geometry.IParameter[][])
.
getParameters
in interface IProjectedCoordinateSystem
parameters
- A reference to a com.esri.arcgis.geometry.IParameter (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void forward(int count, _WKSPoint points) throws IOException, AutomationException
forward
in interface IProjectedCoordinateSystem
count
- The count (in)points
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void inverse(int count, _WKSPoint points) throws IOException, AutomationException
inverse
in interface IProjectedCoordinateSystem
count
- The count (in)points
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getHorizon(_WKSEnvelope[] horizonEnvelope, boolean[] inclusive) 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.
getHorizon
in interface IProjectedCoordinateSystem2
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.public void inverseWithShift(double shift, int count, _WKSPoint points) throws IOException, AutomationException
inverseWithShift
in interface IProjectedCoordinateSystem2
shift
- The shift (in)count
- The count (in)points
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCentralLongitudeVertical() throws IOException, AutomationException
isCentralLongitudeVertical
in interface IProjectedCoordinateSystem5
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getConvergenceAngle(_WKSPoint pt, boolean trueToGridNorth) throws IOException, AutomationException
getConvergenceAngle
in interface IProjectedCoordinateSystem5
pt
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)trueToGridNorth
- The trueToGridNorth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void define(Object name, Object alias, Object abbreviation, Object remarks, Object useage, Object gcs, Object projectedUnit, Object projection, Object parameters) throws IOException, AutomationException
One of the difficult parts of defining a projected coordinate system is determining which parameters a map projection supports. All map projection supports the FalseEasting and FalseNorthing parameters. The other parameters for each projection are listed below.
Aitoff
CentralMeridian
Albers
CentralMeridian
StandardParallel1
StandardParallel2
LatitudeOfOrigin
Azimuthal_Equidistant
CentralMeridian
LatitudeOfOrigin
Behrmann
CentralMeridian
Bonne
CentralMeridian
StandardParallel1
Cassini
CentralMeridian
ScaleFactor
LatitudeOfOrigin
Craster_Parabolic
CentralMeridian
Cylindrical_Equal_Area
CentralMeridian
StandardParallel1
Double_Stereographic
CentralMeridian
ScaleFactor
LatitudeOfOrigin
Eckert_I
CentralMeridian
Eckert_II
CentralMeridian
Eckert_III
CentralMeridian
Eckert_IV
CentralMeridian
Eckert_V
CentralMeridian
Eckert_VI
CentralMeridian
Equidistant_Conic
CentralMeridian
StandardParallel1
StandardParallel2
LatitudeOfOrigin
Equidistant_Cylindrical
CentralMeridian
StandardParallel1
Flat_Polar_Quartic
CentralMeridian
Gall_Stereographic
CentralMeridian
Gauss_Kruger
CentralMeridian
ScaleFactor
LatitudeOfOrigin
Gnomonic
LongitudeOfCenter
LatitudeOfCenter
Hammer_Aitoff
CentralMeridian
Hotine_Oblique_Mercator_Azimuth_Center
ScaleFactor
Azimuth
LongitudeOfCenter
LatitudeOfCenter
Hotine_Oblique_Mercator_Azimuth_Natural_Origin
ScaleFactor
Azimuth
LongitudeOfCenter
LatitudeOfCenter
Hotine_Oblique_Mercator_Two_Point_Center
LatitudeOf1st
LatitudeOf2nd
ScaleFactor
LongitudeOf1st
LongitudeOf2nd
LatitudeOfCenter
Hotine_Oblique_Mercator_Two_Point_Natural_Origin
LatitudeOf1st
LatitudeOf2nd
ScaleFactor
LongitudeOf1st
LongitudeOf2nd
LatitudeOfCenter
Krovak
PseudoStandardParallel1
ScaleFactor
Azimuth
LongitudeOfCenter
LatitudeOfCenter
XScaleFactor
YScaleFactor
Rotation
Lambert_Azimuthal_Equal_Area
CentralMeridian
LatitudeOfOrigin
Lambert_Conformal_Conic
CentralMeridian
StandardParallel1
StandardParallel2
ScaleFactor
LatitudeOfOrigin
Local
ScaleFactor
Azimuth
LongitudeOfCenter
LatitudeOfCenter
Loximuthal
CentralMeridian
CentralParallel
Mercator
CentralMeridian
StandardParallel1
Miller_Cylindrical
CentralMeridian
Mollweide
CentralMeridian
New_Zealand_Map_Grid
LongitudeOfOrigin
LatitudeOfOrigin
Orthographic
LongitudeOfCenter
LatitudeOfCenter
Plate_Carree
CentralMeridian
Polyconic
CentralMeridian
LatitudeOfOrigin
Quartic_Authalic
CentralMeridian
Rectified_Skew_Orthomorphic_Center
ScaleFactor
Azimuth
LongitudeOfCenter
LatitudeOfCenter
Rotation
Rectified_Skew_Orthomorphic_Natural_Origin
ScaleFactor
Azimuth
LongitudeOfCenter
LatitudeOfCenter
Rotation
Robinson
CentralMeridian
Robinson_ARC_INFO
CentralMeridian
Sinusoidal
CentralMeridian
Stereographic
CentralMeridian
ScaleFactor
LatitudeOfOrigin
Stereographic_North_Pole
CentralMeridian
StandardParallel1
Stereographic_South_Pole
CentralMeridian
StandardParallel1
Times
CentralMeridian
Transverse_Mercator
CentralMeridian
ScaleFactor
LatitudeOfOrigin
Transverse_Mercator_Complex
CentralMeridian
ScaleFactor
LatitudeOfOrigin
Two_Point_Equidistant
LatitudeOf1st
LatitudeOf2nd
LongitudeOf1st
LongitudeOf2nd
Van_der_Grinten_I
CentralMeridian
Vertical_Near_Side_Perspective
LongitudeOfCenter
LatitudeOfCenter
Height
Winkel_I
CentralMeridian
StandardParallel1
Winkel_II
CentralMeridian
StandardParallel1
Winkel_Tripel
CentralMeridian
StandardParallel1
define
in interface IProjectedCoordinateSystemEdit
name
- A Variant (in, optional, pass null if not required)alias
- A Variant (in, optional, pass null if not required)abbreviation
- A Variant (in, optional, pass null if not required)remarks
- A Variant (in, optional, pass null if not required)useage
- A Variant (in, optional, pass null if not required)gcs
- A Variant (in, optional, pass null if not required)projectedUnit
- A Variant (in, optional, pass null if not required)projection
- A Variant (in, optional, pass null if not required)parameters
- A Variant (in, optional, pass null if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void applyXYPrecision(int cPoints, _WKSPoint points) throws IOException, AutomationException
The ApplyXYPrecision method snaps XY coordinate values to the spatial reference's coordinate grid. Normally, the geodatabase calls this method when appropriate, however you may need to use it when comparing locally generated coordinates against features coming from a geodatabase.
The cPoints value is the number of points to which you wish to apply the XY precision (1/resolution). A WKSPoint is a structure that contains the X and Y values of a coordinate pair.
applyXYPrecision
in interface ISpatialReference2
cPoints
- The cPoints (in)points
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void applyPrecision(int cPoints, _WKSPoint points, double[] ms, double[] zs) throws IOException, AutomationException
The ApplyPrecision method snaps measure or z values to the spatial reference grid. Each SpatialReference has an extent and a resolution (1/precision) for the xy, z, and measure values. You can set this information with the SetZDomain, SetMDomain, SetZFalseOriginAndUnits or the SetMFalseOriginAndUnits methods. If you use a Domain method, the resolution (1/precision) is calculated from the given extent. The FalseOriginAndUnits methods sets the lower bound of the extent and explicitly defines the precision (units, or 1/resolution) of the spatial reference.
applyPrecision
in interface ISpatialReference2
cPoints
- The cPoints (in)points
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)ms
- The ms (in)zs
- The zs (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IVerticalCoordinateSystem getVerticalCoordinateSystem() throws IOException, AutomationException
getVerticalCoordinateSystem
in interface ISpatialReference3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVerticalCoordinateSystemByRef(IVerticalCoordinateSystem vcs) throws IOException, AutomationException
setVerticalCoordinateSystemByRef
in interface ISpatialReference3
vcs
- A reference to a com.esri.arcgis.geometry.IVerticalCoordinateSystem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void projectionHint(IGeometry geometry, ISpatialReference targetSR, int[] direction, ITransformation[] pXForm, int[] projectionHint) throws IOException, AutomationException
projectionHint
in interface ISpatialReference3
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)targetSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)direction
- A com.esri.arcgis.geometry.esriTransformDirection constant (in/out: use single element array)pXForm
- A reference to a com.esri.arcgis.geometry.ITransformation (in/out: use single element array)projectionHint
- The projectionHint (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZToXYFactor() throws IOException, AutomationException
getZToXYFactor
in interface ISpatialReference4
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws IOException, AutomationException
esri_clone
in interface IClone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws IOException, AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws IOException, AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqualNoVCS(ISpatialReference other) throws IOException, AutomationException
isEqualNoVCS
in interface ICompareCoordinateSystems
other
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqualLeftLongitude(ISpatialReference other, boolean compareVCS) throws IOException, AutomationException
isEqualLeftLongitude
in interface ICompareCoordinateSystems
other
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)compareVCS
- The compareVCS (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getPrecisionSizeMax(int[] byteCount) throws IOException, AutomationException
getPrecisionSizeMax
in interface ISRPersistStream
byteCount
- The byteCount (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadPrecision(IStream pStream) throws IOException, AutomationException
loadPrecision
in interface ISRPersistStream
pStream
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void savePrecision(IStream pStream, int fClearDirty) throws IOException, AutomationException
savePrecision
in interface ISRPersistStream
pStream
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUsePrecision() throws IOException, AutomationException
isUsePrecision
in interface IControlPrecision
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUsePrecision(boolean usePrecision) throws IOException, AutomationException
setUsePrecision
in interface IControlPrecision
usePrecision
- The usePrecision (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHighPrecision() throws IOException, AutomationException
isHighPrecision
in interface IControlPrecision2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsHighPrecision(boolean isHighPrecision) throws IOException, AutomationException
setIsHighPrecision
in interface IControlPrecision2
isHighPrecision
- The isHighPrecision (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultXYTolerance() throws IOException, AutomationException
SetDefaultXYTolerance establishes the default value for the XY tolerance, taking into account the current units of the spatial reference. Any established tolerance will not be changed automatically if the units of the spatial reference are changed. For a ProjectedCoordinateSystem or an UnknownCoordinateSystem, the default tolerance is 1 mm (expressed in the units of the spatial reference) or 2.0 * XYResolution, whichever is larger. For a GeographicCoordinateSystem, it is the angle subtending 1 mm at the equator, or 2.0 * XYResolution, whichever is larger.
The minimum allowable XYTolerance is 2.0 * XYResolution.
If the value specified by SetDefaultXYTolerance is not greater than or equal to 2.0 * XYResolution, the XYTolerance will be set at 2.0 * XYResolution.
A file-based data source, such as shapefiles, CAD and SDC, that has an UnknownCoordinateSystem and that has an X coordinate data extent that falls between +/-400, will use a tolerance in degrees corresponding to 1mm along the equator (8.98315284119522E-09 degrees).
setDefaultXYTolerance
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumXYTolerance() throws IOException, AutomationException
The SetMinimumXYTolerance method sets the tolerance to the value of the spatial reference's grid resolution (or 2.0 * XYResolution). Setting the XYTolerance using this method provides a mechanism to maintain backward compatibility with ArcGIS 9.1 geometric and relational operators. At version 9.1 and before, this is the only tolerance value used by geometric and relational operators.
setMinimumXYTolerance
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getXYTolerance() throws IOException, AutomationException
The XYTolerance property is the planar cluster tolerance associated with a spatial reference that will be used by geometric and relational operators. It has the same meaning as the cluster tolerance parameter presented in other parts of ArcGIS, including topology and Geoprocessing. The default value is 1mm (scaled to whatever units are associated with the spatial reference) for ProjectedCoordinateSystems and UnknownCoordinateSystems, and the angle corresponding to 1mm along the equator for geographic coordinate systems.
Setting the XYTolerance using this property provides finer control than SetDefaultXYTolerance or SetMinimumXYTolerance.
The minimum allowable XYTolerance is 2.0 * XYResolution. XYTolerance is undefined (NaN) by after creating a spatial reference. Operations on the spatial reference that define its coordinate grid will set the tolerance to its minimum value if its currently NaN. The tolerance is not modified if the grid resolution changes. To ensure that the XYTolerance specified is valid, use XYToleranceValid.
getXYTolerance
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXYTolerance(double xYTolerance) throws IOException, AutomationException
setXYTolerance
in interface ISpatialReferenceTolerance
xYTolerance
- The xYTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultZTolerance() throws IOException, AutomationException
The SetDefaultZTolerance method establishes the default value for the ZTolerance. Any established tolerance will not automatically be changed by changing the units of the spatial reference. The default value is 1mm (scaled to whatever units are associated with the spatial reference's vertical coordinate system).
The minimum allowable ZTolerance is 2.0 * ZResolution.
setDefaultZTolerance
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumZTolerance() throws IOException, AutomationException
The SetMinimumZTolerance method sets the ZTolerance to 2.0 * z resolution. Setting the ZTolerance using this method provides a mechanism to maintain backward compatibility with ArcGIS 9.1 geometric and relational operators. At 9.1 and before, this is the only tolerance value used by the geometric and relational operators.
The ZResolution should be defined before calling SetMinimumZTolerance.
setMinimumZTolerance
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZTolerance() throws IOException, AutomationException
The ZTolerance property controls clustering of the z-values of coordinates. It currently is used only in the context of the topology validation operation. It is expressed in the spatial reference's vertical coordinate system units. Setting the ZTolerance using this property provides finer control than SetDefaultZTolerance or SetMinimumZTolerance.
The minimum allowable ZTolerance is 2 * ZResolution (defined by ISpatialReferenceResolution::ZResolution). To ensure that the ZTolerance specified is valid, use ZToleranceValid after setting the ZTolerance using this property.
The ZTolerance is undefined (NaN) by default. Methods that define the z coordinate grid will set the z tolerance to the minimum value if it isn't currently defined
getZTolerance
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZTolerance(double zTolerance) throws IOException, AutomationException
setZTolerance
in interface ISpatialReferenceTolerance
zTolerance
- The zTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultMTolerance() throws IOException, AutomationException
The SetDefaultMTolerance method establishes the default value for the M tolerance. The default value is 0.001 units.
The minimum allowable MTolerance is 2.0 * MResolution.
If the value specified by SetDefaultMTolerance is not greater than or equal to 2.0 * MResolution, the MTolerance will be set at 2.0 * MResolution.
setDefaultMTolerance
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumMTolerance() throws IOException, AutomationException
The SetMinimumMTolerance method sets the tolerance to the value of the spatial reference's grid resolution (or 2.0 * M resolution). Setting the MTolerance using this method provides a mechanism to maintain backward compatibility with ArcGIS 9.1 geometric and relational operators. At 9.1 and before, this is the only tolerance value used by measure or linear referencing aware operations in the geometry system.
setMinimumMTolerance
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMTolerance() throws IOException, AutomationException
The MTolerance method establishes or retrieves the value for the MTolerance of the spatial reference. Setting the MTolerance using this property provides finer control than SetDefaultMTolerance or SetMinimumMTolerance.
The minimum allowable MTolerance is 2.0 * MResolution. To ensure that the MTolerance specified is valid, use MToleranceValid after setting the MTolerance using this property.
The MTolerance is undefined (NaN) by default.
getMTolerance
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMTolerance(double mTolerance) throws IOException, AutomationException
The MTolerance method establishes or retrieves the value for the MTolerance of the spatial reference. Setting the MTolerance using this property provides finer control than SetDefaultMTolerance or SetMinimumMTolerance.
The minimum allowable MTolerance is 2.0 * MResolution. To ensure that the MTolerance specified is valid, use MToleranceValid after setting the MTolerance using this property.
The MTolerance is undefined (NaN) by default.
setMTolerance
in interface ISpatialReferenceTolerance
mTolerance
- The mTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getXYToleranceValid() throws IOException, AutomationException
The xy grid resolution of a spatial reference can be altered independantly of the XYTolerance. Use this method to ensure that the current XYTolerance is defined and not less than the minimum legal value (2.0 * XYResolution).
getXYToleranceValid
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getZToleranceValid() throws IOException, AutomationException
ZToleranceValid determines if the current ZTolerance associated with the spatial reference is valid. A ZTolerance is considered valid when it is well defined (not NaN) and the Z tolerance is greater than or equal to the minimum ZTolerance. The minimum allowable ZTolerance is 2.0 * ZResolution.
To ensure that the ZTolerance specified is valid, call ZToleranceValid after calling ISpatialReferenceTolerance::ZTolerance.
getZToleranceValid
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMToleranceValid() throws IOException, AutomationException
The MToleranceValid property determines if the current M tolerance associated with the spatial reference is valid. A M Tolerance is considered valid when it is well-defined (not NaN) and the M tolerance is greater than or equal to the minimum M tolerance. The minimum allowable MTolerance is 2.0 * MResolution.
To ensure that the MTolerance specified is valid, call MToleranceValid after calling ISpatialReferenceTolerance::MTolerance.
getMToleranceValid
in interface ISpatialReferenceTolerance
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isXYToleranceEqual(ISpatialReference otherSR) throws IOException, AutomationException
IsXYToleranceEqual will return True if both Spatial Reference XYTolerances are undefined (NaN) or if they are both defined and numerically equal.
Note that the IClone::IsEqual method on spatial references does not consider coordinate grid or tolerance properties. It only looks at the coordinate system part (i.e. projection information) part of the spatial reference.
isXYToleranceEqual
in interface ISpatialReferenceTolerance
otherSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isMToleranceEqual(ISpatialReference otherSR) throws IOException, AutomationException
IsMToleranceEqual will return True if both Spatial Reference MTolerances are undefined (NaN) or if they are both defined and numerically equal.
Note that the IClone::IsEqual method on spatial references does not consider coordinate grid or tolerance properties. It only looks at the coordinate system part (i.e. projection information) of the spatial reference.
isMToleranceEqual
in interface ISpatialReferenceTolerance
otherSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isZToleranceEqual(ISpatialReference otherSR) throws IOException, AutomationException
IsZToleranceEqual will return True if both Spatial Reference Z Tolerances are undefined (NaN)or if they are both defined and numerically equal.
Note that the IClone::IsEqual method on spatial references does not consider coordinate grid or tolerance properties. It only looks at the coordinate system part (i.e. projection information) part of the spatial reference.
isZToleranceEqual
in interface ISpatialReferenceTolerance
otherSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void constructFromHorizon() throws IOException, AutomationException
ConstructFromHorizon defines a domain extent and resolution sufficient to cover the horizon of a given coordinate system for high precision spatial references. For low-precision spatial references the domain extent is centered on the horizon center. It does not define an extent for the Z- or M-domains; for these use methods available on ISpatialReference.
Projected Coordinate Systems
For a high precision ProjectedCoordinateSystem (PCS), ConstructFromHorizon defines the domain extent to be a square completely covering, and slightly larger than, the horizon extent of the PCS (which is an arbitrary rectangle). The scale factor (1/precision) is chosen to fit this domain.
For a low precision PCS, the center of the domain extent is aligned with the center of the horizon extent and expanded to achieve a target resolution of 1mm.
The example below lists high and low precision extents for WGS 1984 UTM Zone 11N.
Name | Low Precision ProjectedCoordinateSystem | High Precision ProjectedCoordinateSystem |
---|---|---|
MinX | -573,741.824 | -5,120,900.0 |
MinY | -1,073,741.824 | -9,998,100.0 |
MaxX | 1,573,741.823 | 14,875,300.0 |
MaxY | 1,073,741.823 | 9,998,100.0 |
Resolution | 0.001 | 2.2 x 10^-9 |
Geographic Coordinate Systems
For a high precision GeographicCoordinateSystem (GCS), ConstructFromHorizon produces the square domain (-400, -400, 400, 400) (expressed in the units of the SR).
For a low precision GCS the upper right hand corner is adjusted to achieve a default resolution of 1/500 of an arc-second.
Name | Low Precision GeographicCoordinateSystem | High Precision GeographicCoordinateSystem |
---|---|---|
MinX | -400 | -400 |
MinY | -400 | -400 |
MaxX | 793.046469444444 | 400 |
MaxY | 793.046469444444 | 400 |
Resolution | 5.55555555555556E-07 (1/500 arc-second) | 8.8 x 10^-14 |
Unknown Coordinate Systems
For an UnknownCoordinateSystem (UCS), the "horizon" is defined to be a square that produces a resolution of 1 millimeter for a low precision UCS or 1/10 mm for a high precision UCS.
The example below lists high and low precision extents for an UnknownCoordinateSystem.
Name | Low Precision UnknownCoordinateSystem | High Precision UnknownCoordinateSystem |
---|---|---|
MinX | -1,073,741.8245 | -450,359,962,737.05 |
MinY | -1,073,741.8245 | -450,359,962,737.05 |
MaxX | 1,073,741.8225 | 450,359,962,737.049 |
MaxY | 1,073,741.8225 | 450,359,962,737.049 |
Resolution | 0.001 | 0.0001 |
constructFromHorizon
in interface ISpatialReferenceResolution
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXYResolution(boolean bStandardUnits, double xYResolution) throws IOException, AutomationException
setXYResolution
in interface ISpatialReferenceResolution
bStandardUnits
- The bStandardUnits (in)xYResolution
- The xYResolution (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getXYResolution(boolean bStandardUnits) throws IOException, AutomationException
getXYResolution
in interface ISpatialReferenceResolution
bStandardUnits
- The bStandardUnits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultXYResolution() throws IOException, AutomationException
SetDefaultXYResolution recalculates the maximum x and y coordinates for the domain of the spatial reference in order to achieve a target resolution of 1 millimeter for low precision ProjectedCoordinateSystems or 1/10 millimeter for high precision. For high precision GeographicCoordinateSystems, the target resolution is 1/10,000 of an arc-second and the low precision target resolution is 1/500 of an arc-second. For UnknownCoordinateSystems, the high precision target resolution is 1/10 millimeter and the low precision target resolution is 1 millimeter. Resolutions are listed here in metric units but are converted to the units of the spatial reference by these methods.
Use the ISpatialReferenceResolution::XYResolution(False) property to specify the target resolution in units defined by the spatial reference.
setDefaultXYResolution
in interface ISpatialReferenceResolution
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZResolution(boolean bStandardUnits, double zResolution) throws IOException, AutomationException
setZResolution
in interface ISpatialReferenceResolution
bStandardUnits
- The bStandardUnits (in)zResolution
- The zResolution (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZResolution(boolean bStandardUnits) throws IOException, AutomationException
getZResolution
in interface ISpatialReferenceResolution
bStandardUnits
- The bStandardUnits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultZResolution() throws IOException, AutomationException
This method behaves analogously to the SetDefaultXYResolution method, but operates on the linear z coordinate grid. For a high-precision spatial reference the default ZResolution is 0.0001 meters (expressed in the units defined by the VCS if applicable); for a low-precision spatial reference the default ZResolution is 0.001 units.
setDefaultZResolution
in interface ISpatialReferenceResolution
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMResolution(double interval) throws IOException, AutomationException
setMResolution
in interface ISpatialReferenceResolution
interval
- The interval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMResolution() throws IOException, AutomationException
MResolution resizes the existing grid about its center to accommodate the new resolution specified. This property provides finer control for specifying the resolution than does ISpatialReferenceResolution::SetDefaultMResolution. The default MResolution is defined as 0.001 units for high and low precision spatial references.
The default value for MResolution is NaN for a new spatial reference. If the MResolution is not well-defined (MResolution is NaN), calls to ISpatialReference::SetMDomain or ISpatialReference::SetMFalseOriginAndUnits will set the MResolution to the minimum allowable value (2.0/mUnits). If the MResolution was already defined, these methods will not alter the MResolution.
getMResolution
in interface ISpatialReferenceResolution
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultMResolution() throws IOException, AutomationException
This method behaves analogously to the SetDefaultXYResolution method, but operates on the linear m coordinate grid. For a high-precision spatial reference the default MResolution is 0.0001 units; for a low-precision spatial reference the default MResolution is 0.001 units.
setDefaultMResolution
in interface ISpatialReferenceResolution
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAuthorityName() throws IOException, AutomationException
getAuthorityName
in interface ISpatialReferenceAuthority
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getVersion() throws IOException, AutomationException
getVersion
in interface ISpatialReferenceAuthority
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCode() throws IOException, AutomationException
getCode
in interface ISpatialReferenceAuthority
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void define(String authorityName, int authorityCode, String authorityVersion) throws IOException, AutomationException
define
in interface ISpatialReferenceAuthority
authorityName
- The authorityName (in)authorityCode
- The authorityCode (in)authorityVersion
- The authorityVersion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |