Description: 'Provides access to members that control additional properties and methods for projected coordinate systems. IProjectedCoordinateSystem4GEN is generic version of IProjectedCoordinateSystem4.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class IProjectedCoordinateSystem4GENProxy extends com.esri.arcgis.interop.Dispatch implements IProjectedCoordinateSystem4GEN, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDd44edb15_8866_4641_872d_3c81f73ac8aa
Modifier | Constructor and Description |
---|---|
|
IProjectedCoordinateSystem4GENProxy()
Deprecated.
For internal use only
|
|
IProjectedCoordinateSystem4GENProxy(java.lang.Object obj)
Deprecated.
|
protected |
IProjectedCoordinateSystem4GENProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IProjectedCoordinateSystem4GENProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IProjectedCoordinateSystem4GENProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
changed()
Deprecated.
Notify this object that some of its parts have changed (parameter values, z unit, etc.).
|
void |
forward(_WKSPoint[][] points)
Deprecated.
Projects points from geographic to planar coordinates.
|
java.lang.String |
getAbbreviation()
Deprecated.
The abbreviated name of this spatial reference component.
|
java.lang.String |
getAlias()
Deprecated.
The alias of this spatial reference component.
|
double |
getAzimuth()
Deprecated.
The azimuth of a projected coordinate system.
|
double |
getCentralLongitude()
Deprecated.
Returns CentralLongitude of the projected coordinate system.
|
double |
getCentralMeridian(boolean inDegrees)
Deprecated.
The central meridian (Lambda0) of a projected coordinate system.
|
double |
getCentralParallel()
Deprecated.
The central parallel (Phi 0) of a projected coordinate system.
|
ILinearUnit |
getCoordinateUnit()
Deprecated.
The linear unit of a projected coordinate system.
|
void |
getDomain(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
Deprecated.
Get the domain extent.
|
int |
getFactoryCode()
Deprecated.
The factory code of the spatial reference.
|
double |
getFalseEasting()
Deprecated.
The false easting (X0) of a projected coordinate system.
|
double |
getFalseNorthing()
Deprecated.
The false northing (Y0) of a projected coordinate system.
|
void |
getFalseOriginAndUnits(double[] falseX,
double[] falseY,
double[] xyUnits)
Deprecated.
Get the false origin and units.
|
void |
getGCSParams(double[] p_180,
double[] pDelta)
Deprecated.
Returns 180 degrees and horizon delta in proper GCS units.
|
IGeographicCoordinateSystem |
getGeographicCoordinateSystem()
Deprecated.
The geographic coordinate system of a projected coordinate system.
|
double |
getHeight()
Deprecated.
The height above the sphere in projected coordinate system units.
|
esriSRHorizon |
getHorizon(int horizonIndex)
Deprecated.
The mathematical limits of a projected coordinate system.
|
IGeometry |
getHorizon2(_WKSEnvelope[] horizonEnvelope,
boolean[] inclusive)
Deprecated.
Returns the standard horizon polygon, its envelope, and whether it is inclusive or exclusive; the horizon polygon may be 0.
|
int |
getHorizonCount()
Deprecated.
The number of shapes that describe the limits of a ProjCS.
|
double |
getLatitudeOf1st()
Deprecated.
The latitude of the first point (Phi 1) of a projected coordinate system.
|
double |
getLatitudeOf2nd()
Deprecated.
The latitude of the second point (Phi 2) of a projected coordinate system.
|
double |
getLatitudeOfCenter()
Deprecated.
The latitude of center (Phi C) of a projected coordinate system.
|
double |
getLatitudeOfOrigin()
Deprecated.
The latitude of the origin (Phi 0) of a projected coordinate system.
|
double |
getLongitudeOf1st()
Deprecated.
The longitude of the first point (Lambda 1) of a projected coordinate system.
|
double |
getLongitudeOf2nd()
Deprecated.
The longitude of the second point (Lambda 2) of a projected coordinate system.
|
double |
getLongitudeOfCenter()
Deprecated.
The longitude of center (Lam C) of a projected coordinate system.
|
double |
getLongitudeOfOrigin()
Deprecated.
The longitude of origin (Lambda0) of a projected coordinate system.
|
void |
getMDomain(double[] outMMin,
double[] outMMax)
Deprecated.
Get the measure domain extent.
|
void |
getMFalseOriginAndUnits(double[] falseM,
double[] mUnits)
Deprecated.
Get the measure false origin and units.
|
java.lang.String |
getName()
Deprecated.
The name of this spatial reference component.
|
_WKSPoint |
getNorthPole()
Deprecated.
Returns north pole in projected coordinates, or an empty point if north pole is outside the PCS horizon.
|
int |
getNorthPoleGeometry()
Deprecated.
Returns type of north pole geometry.
|
int |
getNorthPoleLocation()
Deprecated.
Returns type of location of north pole with respect to PCS horizon.
|
void |
getParameters(IParameter[][] parameters)
Deprecated.
Gets the map projection parameters of a projected coordinate system.
|
IGeometry |
getPCSHorizon(_WKSEnvelope[] horizonEnvelope,
boolean[] inclusive)
Deprecated.
Returns PCS horizon polygon, its envelope and whether it is inclusive or exclusive; the horizon polygon may be 0.
|
IProjection |
getProjection()
Deprecated.
The map projection of a projected coordinate system.
|
double |
getPseudoStandardParallel1()
Deprecated.
The latitude on an oblique spheroid that defines the oblique cone for a Krovak projected coordinate system.
|
java.lang.String |
getRemarks()
Deprecated.
The comment string of this spatial reference component.
|
double |
getRotation()
Deprecated.
The rotation value used to change the axis directions in a Krovak projected coordinate system.
|
double |
getScaleFactor()
Deprecated.
The scale factor (K0) of a projected coordinate system.
|
IGeometry |
getShiftedHorizon(int shift)
Deprecated.
Returns the horizon polygon, shifted once or twice, west/east of standard horizon for a negative/positive shift.
|
_WKSPoint |
getSouthPole()
Deprecated.
Returns south pole in projected coordinates, or an empty point if south pole is outside the PCS horizon.
|
int |
getSouthPoleGeometry()
Deprecated.
Returns type of south pole geometry.
|
int |
getSouthPoleLocation()
Deprecated.
Returns type of location of south pole with respect to PCS horizon.
|
double |
getStandardParallel1()
Deprecated.
The first parallel (Phi 1) of a projected coordinate system.
|
double |
getStandardParallel2()
Deprecated.
The second parallel (Phi 2) of a projected coordinate system.
|
java.lang.String |
getUsage()
Deprecated.
The usage notes of a projected coordinate system.
|
double |
getXScaleFactor()
Deprecated.
The X axis scale value used to flip the axis direction in a Krovak projected coordinate system.
|
double |
getYScaleFactor()
Deprecated.
The Y axis scale value used to flip the axis direction in a Krovak projected coordinate system.
|
ILinearUnit |
getZCoordinateUnit()
Deprecated.
The unit for the Z coordinate.
|
void |
getZDomain(double[] outZMin,
double[] outZMax)
Deprecated.
Get the Z domain extent.
|
void |
getZFalseOriginAndUnits(double[] falseZ,
double[] zUnits)
Deprecated.
Get the Z false origin and units.
|
boolean |
hasMPrecision()
Deprecated.
Returns true when m-value precision information has been defined.
|
boolean |
hasXYPrecision()
Deprecated.
Returns true when (x,y) precision information has been defined.
|
boolean |
hasZPrecision()
Deprecated.
Returns true when z-value precision information has been defined.
|
void |
inverse(_WKSPoint[][] points)
Deprecated.
Projects points from planar to geographic coordinates.
|
void |
inverseWithShift(double shift,
_WKSPoint[][] points)
Deprecated.
Projects points from planar to geographic coordinates.
|
boolean |
isEqualNoNames(IProjectedCoordinateSystem pOther)
Deprecated.
Compares two projected coordinate systems for equality but ignores their names.
|
boolean |
isHorizonConvexHull()
Deprecated.
Returns true if PCS horizon is convex.
|
boolean |
isHorizonEdgeDuplicated()
Deprecated.
Returns true if some edges of PCS horizon project inversely to identical lines.
|
boolean |
isHorizonEntireWorld()
Deprecated.
Returns true if PCS horizon contains the entire world.
|
void |
isPrecisionEqual(ISpatialReference otherSR,
boolean[] isPrecisionEqual)
Deprecated.
Returns TRUE when the precision information for the two spatial references is the same.
|
void |
putLinearAndAngularUnits(ILinearUnit linearUnit,
IAngularUnit angularUnit)
Deprecated.
Modify linear unit of projected coordinates and angular unit of associated geographic coordinates.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAzimuth(double azimuth)
Deprecated.
The azimuth of a projected coordinate system.
|
void |
setCentralMeridian(boolean inDegrees,
double centralMeridian)
Deprecated.
The central meridian (Lambda0) of a projected coordinate system.
|
void |
setCentralParallel(double centralParallel)
Deprecated.
The central parallel (Phi 0) of a projected coordinate system.
|
void |
setDomain(double xMin,
double xMax,
double yMin,
double yMax)
Deprecated.
Set the xy domain extent.
|
void |
setFalseEasting(double falseEasting)
Deprecated.
The false easting (X0) of a projected coordinate system.
|
void |
setFalseNorthing(double falseNorthing)
Deprecated.
The false northing (Y0) of a projected coordinate system.
|
void |
setFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
Deprecated.
Set the false origin and units.
|
void |
setHeight(double height)
Deprecated.
The height above the sphere in projected coordinate system units.
|
void |
setLatitudeOf1st(double standardLongitude1)
Deprecated.
The latitude of the first point (Phi 1) of a projected coordinate system.
|
void |
setLatitudeOf2nd(double latitudeOf2nd)
Deprecated.
The latitude of the second point (Phi 2) of a projected coordinate system.
|
void |
setLatitudeOfCenter(double latitudeOfCenter)
Deprecated.
The latitude of center (Phi C) of a projected coordinate system.
|
void |
setLatitudeOfOrigin(double latitudeOfOrigin)
Deprecated.
The latitude of the origin (Phi 0) of a projected coordinate system.
|
void |
setLongitudeOf1st(double longitudeOf1st)
Deprecated.
The longitude of the first point (Lambda 1) of a projected coordinate system.
|
void |
setLongitudeOf2nd(double longitudeOf2nd)
Deprecated.
The longitude of the second point (Lambda 2) of a projected coordinate system.
|
void |
setLongitudeOfCenter(double longitudeOfCenter)
Deprecated.
The longitude of center (Lam C) of a projected coordinate system.
|
void |
setLongitudeOfOrigin(double longitudeOfOrigin)
Deprecated.
The longitude of origin (Lambda0) of a projected coordinate system.
|
void |
setMDomain(double inMMin,
double inMMax)
Deprecated.
Set the measure domain extent.
|
void |
setMFalseOriginAndUnits(double falseM,
double mUnits)
Deprecated.
Set the measure false origin and units.
|
void |
setPseudoStandardParallel1(double psp1)
Deprecated.
The latitude on an oblique spheroid that defines the oblique cone for a Krovak projected coordinate system.
|
void |
setRotation(double r)
Deprecated.
The rotation value used to change the axis directions in a Krovak projected coordinate system.
|
void |
setScaleFactor(double scaleFactor)
Deprecated.
The scale factor (K0) of a projected coordinate system.
|
void |
setStandardParallel1(double standardParallel1)
Deprecated.
The first parallel (Phi 1) of a projected coordinate system.
|
void |
setStandardParallel2(double standardParallel2)
Deprecated.
The second parallel (Phi 2) of a projected coordinate system.
|
void |
setXScaleFactor(double xs)
Deprecated.
The X axis scale value used to flip the axis direction in a Krovak projected coordinate system.
|
void |
setYScaleFactor(double ys)
Deprecated.
The Y axis scale value used to flip the axis direction in a Krovak projected coordinate system.
|
void |
setZCoordinateUnit(ILinearUnit zunit)
Deprecated.
The unit for the Z coordinate.
|
void |
setZDomain(double inZMin,
double inZMax)
Deprecated.
Set the z domain extent.
|
void |
setZFalseOriginAndUnits(double falseZ,
double zUnits)
Deprecated.
Set the Z false origin and units.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IProjectedCoordinateSystem4GENProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IProjectedCoordinateSystem4GENProxy()
public IProjectedCoordinateSystem4GENProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IProjectedCoordinateSystem4GENProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IProjectedCoordinateSystem4GENProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAlias() throws java.io.IOException, AutomationException
getAlias
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAbbreviation() throws java.io.IOException, AutomationException
getAbbreviation
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRemarks() throws java.io.IOException, AutomationException
getRemarks
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getFactoryCode() throws java.io.IOException, AutomationException
getFactoryCode
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean hasXYPrecision() throws java.io.IOException, AutomationException
hasXYPrecision
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean hasZPrecision() throws java.io.IOException, AutomationException
hasZPrecision
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean hasMPrecision() throws java.io.IOException, AutomationException
hasMPrecision
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void isPrecisionEqual(ISpatialReference otherSR, boolean[] isPrecisionEqual) throws java.io.IOException, AutomationException
isPrecisionEqual
in interface IProjectedCoordinateSystem4GEN
otherSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)isPrecisionEqual
- The isPrecisionEqual (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFalseOriginAndUnits(double falseX, double falseY, double xyUnits) throws java.io.IOException, AutomationException
setFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
falseX
- The falseX (in)falseY
- The falseY (in)xyUnits
- The xyUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZFalseOriginAndUnits(double falseZ, double zUnits) throws java.io.IOException, AutomationException
setZFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
falseZ
- The falseZ (in)zUnits
- The zUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMFalseOriginAndUnits(double falseM, double mUnits) throws java.io.IOException, AutomationException
setMFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
falseM
- The falseM (in)mUnits
- The mUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getFalseOriginAndUnits(double[] falseX, double[] falseY, double[] xyUnits) throws java.io.IOException, AutomationException
getFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getZFalseOriginAndUnits(double[] falseZ, double[] zUnits) throws java.io.IOException, AutomationException
getZFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
falseZ
- The falseZ (in/out: use single element array)zUnits
- The zUnits (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getMFalseOriginAndUnits(double[] falseM, double[] mUnits) throws java.io.IOException, AutomationException
getMFalseOriginAndUnits
in interface IProjectedCoordinateSystem4GEN
falseM
- The falseM (in/out: use single element array)mUnits
- The mUnits (in/out: use single element array)java.io.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 java.io.IOException, AutomationException
getDomain
in interface IProjectedCoordinateSystem4GEN
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)java.io.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 java.io.IOException, AutomationException
setDomain
in interface IProjectedCoordinateSystem4GEN
xMin
- The xMin (in)xMax
- The xMax (in)yMin
- The yMin (in)yMax
- The yMax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getZDomain(double[] outZMin, double[] outZMax) throws java.io.IOException, AutomationException
getZDomain
in interface IProjectedCoordinateSystem4GEN
outZMin
- The outZMin (in/out: use single element array)outZMax
- The outZMax (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZDomain(double inZMin, double inZMax) throws java.io.IOException, AutomationException
setZDomain
in interface IProjectedCoordinateSystem4GEN
inZMin
- The inZMin (in)inZMax
- The inZMax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getMDomain(double[] outMMin, double[] outMMax) throws java.io.IOException, AutomationException
getMDomain
in interface IProjectedCoordinateSystem4GEN
outMMin
- The outMMin (in/out: use single element array)outMMax
- The outMMax (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMDomain(double inMMin, double inMMax) throws java.io.IOException, AutomationException
setMDomain
in interface IProjectedCoordinateSystem4GEN
inMMin
- The inMMin (in)inMMax
- The inMMax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ILinearUnit getZCoordinateUnit() throws java.io.IOException, AutomationException
getZCoordinateUnit
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setZCoordinateUnit(ILinearUnit zunit) throws java.io.IOException, AutomationException
setZCoordinateUnit
in interface IProjectedCoordinateSystem4GEN
zunit
- A reference to a com.esri.arcgis.geometry.ILinearUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void changed() throws java.io.IOException, AutomationException
changed
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getUsage() throws java.io.IOException, AutomationException
getUsage
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeographicCoordinateSystem getGeographicCoordinateSystem() throws java.io.IOException, AutomationException
getGeographicCoordinateSystem
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IProjection getProjection() throws java.io.IOException, AutomationException
getProjection
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getParameters(IParameter[][] parameters) throws java.io.IOException, AutomationException
getParameters
in interface IProjectedCoordinateSystem4GEN
parameters
- A reference to a com.esri.arcgis.geometry.IParameter array (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ILinearUnit getCoordinateUnit() throws java.io.IOException, AutomationException
getCoordinateUnit
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void forward(_WKSPoint[][] points) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void inverse(_WKSPoint[][] points) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getHorizonCount() throws java.io.IOException, AutomationException
getHorizonCount
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public esriSRHorizon getHorizon(int horizonIndex) throws java.io.IOException, AutomationException
getHorizon
in interface IProjectedCoordinateSystem4GEN
horizonIndex
- The horizonIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getCentralMeridian(boolean inDegrees) throws java.io.IOException, AutomationException
getCentralMeridian
in interface IProjectedCoordinateSystem4GEN
inDegrees
- The inDegrees (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCentralMeridian(boolean inDegrees, double centralMeridian) throws java.io.IOException, AutomationException
setCentralMeridian
in interface IProjectedCoordinateSystem4GEN
inDegrees
- The inDegrees (in)centralMeridian
- The centralMeridian (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOfOrigin() throws java.io.IOException, AutomationException
getLongitudeOfOrigin
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOfOrigin(double longitudeOfOrigin) throws java.io.IOException, AutomationException
setLongitudeOfOrigin
in interface IProjectedCoordinateSystem4GEN
longitudeOfOrigin
- The longitudeOfOrigin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getLatitudeOf1st() throws java.io.IOException, AutomationException
getLatitudeOf1st
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLatitudeOf1st(double standardLongitude1) throws java.io.IOException, AutomationException
setLatitudeOf1st
in interface IProjectedCoordinateSystem4GEN
standardLongitude1
- The standardLongitude1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getLatitudeOf2nd() throws java.io.IOException, AutomationException
getLatitudeOf2nd
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLatitudeOf2nd(double latitudeOf2nd) throws java.io.IOException, AutomationException
setLatitudeOf2nd
in interface IProjectedCoordinateSystem4GEN
latitudeOf2nd
- The latitudeOf2nd (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getFalseEasting() throws java.io.IOException, AutomationException
getFalseEasting
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFalseEasting(double falseEasting) throws java.io.IOException, AutomationException
setFalseEasting
in interface IProjectedCoordinateSystem4GEN
falseEasting
- The falseEasting (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getFalseNorthing() throws java.io.IOException, AutomationException
getFalseNorthing
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFalseNorthing(double falseNorthing) throws java.io.IOException, AutomationException
setFalseNorthing
in interface IProjectedCoordinateSystem4GEN
falseNorthing
- The falseNorthing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getCentralParallel() throws java.io.IOException, AutomationException
getCentralParallel
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCentralParallel(double centralParallel) throws java.io.IOException, AutomationException
setCentralParallel
in interface IProjectedCoordinateSystem4GEN
centralParallel
- The centralParallel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getStandardParallel1() throws java.io.IOException, AutomationException
getStandardParallel1
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStandardParallel1(double standardParallel1) throws java.io.IOException, AutomationException
setStandardParallel1
in interface IProjectedCoordinateSystem4GEN
standardParallel1
- The standardParallel1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getStandardParallel2() throws java.io.IOException, AutomationException
getStandardParallel2
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStandardParallel2(double standardParallel2) throws java.io.IOException, AutomationException
setStandardParallel2
in interface IProjectedCoordinateSystem4GEN
standardParallel2
- The standardParallel2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOf1st() throws java.io.IOException, AutomationException
getLongitudeOf1st
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOf1st(double longitudeOf1st) throws java.io.IOException, AutomationException
setLongitudeOf1st
in interface IProjectedCoordinateSystem4GEN
longitudeOf1st
- The longitudeOf1st (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOf2nd() throws java.io.IOException, AutomationException
getLongitudeOf2nd
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOf2nd(double longitudeOf2nd) throws java.io.IOException, AutomationException
setLongitudeOf2nd
in interface IProjectedCoordinateSystem4GEN
longitudeOf2nd
- The longitudeOf2nd (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getScaleFactor() throws java.io.IOException, AutomationException
getScaleFactor
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setScaleFactor(double scaleFactor) throws java.io.IOException, AutomationException
setScaleFactor
in interface IProjectedCoordinateSystem4GEN
scaleFactor
- The scaleFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getAzimuth() throws java.io.IOException, AutomationException
getAzimuth
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAzimuth(double azimuth) throws java.io.IOException, AutomationException
setAzimuth
in interface IProjectedCoordinateSystem4GEN
azimuth
- The azimuth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getLongitudeOfCenter() throws java.io.IOException, AutomationException
getLongitudeOfCenter
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLongitudeOfCenter(double longitudeOfCenter) throws java.io.IOException, AutomationException
setLongitudeOfCenter
in interface IProjectedCoordinateSystem4GEN
longitudeOfCenter
- The longitudeOfCenter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getLatitudeOfCenter() throws java.io.IOException, AutomationException
getLatitudeOfCenter
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLatitudeOfCenter(double latitudeOfCenter) throws java.io.IOException, AutomationException
setLatitudeOfCenter
in interface IProjectedCoordinateSystem4GEN
latitudeOfCenter
- The latitudeOfCenter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getGCSParams(double[] p_180, double[] pDelta) throws java.io.IOException, AutomationException
getGCSParams
in interface IProjectedCoordinateSystem4GEN
p_180
- The p_180 (out: use single element array)pDelta
- The pDelta (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getHorizon2(_WKSEnvelope[] horizonEnvelope, boolean[] inclusive) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getShiftedHorizon(int shift) throws java.io.IOException, AutomationException
getShiftedHorizon
in interface IProjectedCoordinateSystem4GEN
shift
- The shift (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getPseudoStandardParallel1() throws java.io.IOException, AutomationException
getPseudoStandardParallel1
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPseudoStandardParallel1(double psp1) throws java.io.IOException, AutomationException
setPseudoStandardParallel1
in interface IProjectedCoordinateSystem4GEN
psp1
- The psp1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getXScaleFactor() throws java.io.IOException, AutomationException
getXScaleFactor
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setXScaleFactor(double xs) throws java.io.IOException, AutomationException
setXScaleFactor
in interface IProjectedCoordinateSystem4GEN
xs
- The xs (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getYScaleFactor() throws java.io.IOException, AutomationException
getYScaleFactor
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setYScaleFactor(double ys) throws java.io.IOException, AutomationException
setYScaleFactor
in interface IProjectedCoordinateSystem4GEN
ys
- The ys (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getRotation() throws java.io.IOException, AutomationException
getRotation
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRotation(double r) throws java.io.IOException, AutomationException
setRotation
in interface IProjectedCoordinateSystem4GEN
r
- The r (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void inverseWithShift(double shift, _WKSPoint[][] points) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void putLinearAndAngularUnits(ILinearUnit linearUnit, IAngularUnit angularUnit) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getLatitudeOfOrigin() throws java.io.IOException, AutomationException
getLatitudeOfOrigin
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLatitudeOfOrigin(double latitudeOfOrigin) throws java.io.IOException, AutomationException
setLatitudeOfOrigin
in interface IProjectedCoordinateSystem4GEN
latitudeOfOrigin
- The latitudeOfOrigin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isEqualNoNames(IProjectedCoordinateSystem pOther) throws java.io.IOException, AutomationException
isEqualNoNames
in interface IProjectedCoordinateSystem4GEN
pOther
- A reference to a com.esri.arcgis.geometry.IProjectedCoordinateSystem (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getHeight() throws java.io.IOException, AutomationException
getHeight
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setHeight(double height) throws java.io.IOException, AutomationException
setHeight
in interface IProjectedCoordinateSystem4GEN
height
- The height (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getPCSHorizon(_WKSEnvelope[] horizonEnvelope, boolean[] inclusive) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getCentralLongitude() throws java.io.IOException, AutomationException
getCentralLongitude
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public _WKSPoint getNorthPole() throws java.io.IOException, AutomationException
getNorthPole
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public _WKSPoint getSouthPole() throws java.io.IOException, AutomationException
getSouthPole
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getNorthPoleLocation() throws java.io.IOException, AutomationException
getNorthPoleLocation
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSouthPoleLocation() throws java.io.IOException, AutomationException
getSouthPoleLocation
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getNorthPoleGeometry() throws java.io.IOException, AutomationException
getNorthPoleGeometry
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSouthPoleGeometry() throws java.io.IOException, AutomationException
getSouthPoleGeometry
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isHorizonEdgeDuplicated() throws java.io.IOException, AutomationException
isHorizonEdgeDuplicated
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isHorizonConvexHull() throws java.io.IOException, AutomationException
isHorizonConvexHull
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isHorizonEntireWorld() throws java.io.IOException, AutomationException
isHorizonEntireWorld
in interface IProjectedCoordinateSystem4GEN
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.