com.esri.arcgis.geometry
Class IProjectedCoordinateSystem2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.ISpatialReferenceInfoProxy
          extended by com.esri.arcgis.geometry.ISpatialReferenceProxy
              extended by com.esri.arcgis.geometry.IProjectedCoordinateSystemProxy
                  extended by com.esri.arcgis.geometry.IProjectedCoordinateSystem2Proxy
All Implemented Interfaces:
IProjectedCoordinateSystem, IProjectedCoordinateSystem2, ISpatialReference, ISpatialReferenceInfo, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IProjectedCoordinateSystem3Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IProjectedCoordinateSystem2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that control additional properties and methods for projected coordinate systems.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

public class IProjectedCoordinateSystem2Proxy
extends IProjectedCoordinateSystemProxy
implements IProjectedCoordinateSystem2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem2
IID, IIDa690307d_6c11_43a1_966a_9e8db0672033
 
Fields inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem
IIDf94e4c00_1dd1_11b2_bf4e_08002022f573
 
Fields inherited from interface com.esri.arcgis.geometry.ISpatialReference
IID4434d680_f4da_11d1_bca6_0000f875bcce
 
Fields inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo
IID4da0fe00_1dd2_11b2_bf49_08002022f573
 
Constructor Summary
  IProjectedCoordinateSystem2Proxy()
          Deprecated. For internal use only
  IProjectedCoordinateSystem2Proxy(java.lang.Object obj)
          Deprecated.  
protected IProjectedCoordinateSystem2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IProjectedCoordinateSystem2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IProjectedCoordinateSystem2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void getGCSParams(double[] p_180, double[] pDelta)
          Deprecated. Returns 180 degrees and horizon delta in proper GCS units.
 IGeometry getHorizon(_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.
 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 getLongitudeOfCenter()
          Deprecated. The longitude of center (Lam C) 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.
 double getRotation()
          Deprecated. The rotation value used to change the axis directions in a Krovak projected coordinate system.
 IGeometry getShiftedHorizon(int shift)
          Deprecated. Returns the horizon polygon, shifted once or twice, west/east of the standard horizon for a negative/positive shift.
 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.
 void inverseWithShift(double shift, int count, _WKSPoint points)
          Deprecated. Projects points from planar to geographic coordinates.
 boolean isEqualNoNames(IProjectedCoordinateSystem pOther)
          Deprecated. Compares to projected coordinate systems for equality but ignores their names.
 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.  
 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 setLongitudeOfCenter(double longitudeOfCenter)
          Deprecated. The longitude of center (Lam C) of a projected coordinate system.
 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 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.
 
Methods inherited from class com.esri.arcgis.geometry.IProjectedCoordinateSystemProxy
forward, getAzimuth, getCentralMeridian, getCentralParallel, getCoordinateUnit, getFalseEasting, getFalseNorthing, getGeographicCoordinateSystem, getHorizon, getHorizonCount, getLatitudeOf1st, getLatitudeOf2nd, getLongitudeOf1st, getLongitudeOf2nd, getLongitudeOfOrigin, getParameters, getProjection, getScaleFactor, getStandardParallel1, getStandardParallel2, getUsage, inverse, setAzimuth, setCentralMeridian, setCentralParallel, setFalseEasting, setFalseNorthing, setLatitudeOf1st, setLatitudeOf2nd, setLongitudeOf1st, setLongitudeOf2nd, setLongitudeOfOrigin, setScaleFactor, setStandardParallel1, setStandardParallel2
 
Methods inherited from class com.esri.arcgis.geometry.ISpatialReferenceProxy
changed, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnits
 
Methods inherited from class com.esri.arcgis.geometry.ISpatialReferenceInfoProxy
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem
forward, getAzimuth, getCentralMeridian, getCentralParallel, getCoordinateUnit, getFalseEasting, getFalseNorthing, getGeographicCoordinateSystem, getHorizon, getHorizonCount, getLatitudeOf1st, getLatitudeOf2nd, getLongitudeOf1st, getLongitudeOf2nd, getLongitudeOfOrigin, getParameters, getProjection, getScaleFactor, getStandardParallel1, getStandardParallel2, getUsage, inverse, setAzimuth, setCentralMeridian, setCentralParallel, setFalseEasting, setFalseNorthing, setLatitudeOf1st, setLatitudeOf2nd, setLongitudeOf1st, setLongitudeOf2nd, setLongitudeOfOrigin, setScaleFactor, setStandardParallel1, setStandardParallel2
 
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReference
changed, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnits
 
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IProjectedCoordinateSystem2Proxy

public IProjectedCoordinateSystem2Proxy(java.lang.String CLSID,
                                        java.lang.String host,
                                        com.esri.arcgis.interop.AuthInfo authInfo)
                                 throws java.net.UnknownHostException,
                                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IProjectedCoordinateSystem2Proxy

public IProjectedCoordinateSystem2Proxy()
Deprecated. 
For internal use only


IProjectedCoordinateSystem2Proxy

public IProjectedCoordinateSystem2Proxy(java.lang.Object obj)
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IProjectedCoordinateSystem2Proxy

protected IProjectedCoordinateSystem2Proxy(java.lang.Object obj,
                                           java.lang.String iid)
                                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IProjectedCoordinateSystem2Proxy

protected IProjectedCoordinateSystem2Proxy(java.lang.String CLSID,
                                           java.lang.String iid,
                                           java.lang.String host,
                                           com.esri.arcgis.interop.AuthInfo authInfo)
                                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IProjectedCoordinateSystemProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IProjectedCoordinateSystemProxy
Throws:
java.io.IOException

getLongitudeOfCenter

public double getLongitudeOfCenter()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The longitude of center (Lam C) of a projected coordinate system.

Specified by:
getLongitudeOfCenter in interface IProjectedCoordinateSystem2
Returns:
The longitudeOfCenter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLongitudeOfCenter

public void setLongitudeOfCenter(double longitudeOfCenter)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The longitude of center (Lam C) of a projected coordinate system.

Specified by:
setLongitudeOfCenter in interface IProjectedCoordinateSystem2
Parameters:
longitudeOfCenter - The longitudeOfCenter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLatitudeOfCenter

public double getLatitudeOfCenter()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The latitude of center (Phi C) of a projected coordinate system.

Specified by:
getLatitudeOfCenter in interface IProjectedCoordinateSystem2
Returns:
The latitudeOfCenter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLatitudeOfCenter

public void setLatitudeOfCenter(double latitudeOfCenter)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The latitude of center (Phi C) of a projected coordinate system.

Specified by:
setLatitudeOfCenter in interface IProjectedCoordinateSystem2
Parameters:
latitudeOfCenter - The latitudeOfCenter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGCSParams

public void getGCSParams(double[] p_180,
                         double[] pDelta)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Returns 180 degrees and horizon delta in proper GCS units.

Specified by:
getGCSParams in interface IProjectedCoordinateSystem2
Parameters:
p_180 - The p_180 (out: use single element array)
pDelta - The pDelta (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHorizon

public IGeometry getHorizon(_WKSEnvelope[] horizonEnvelope,
                            boolean[] inclusive)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Returns the standard horizon polygon, its envelope, and whether it is inclusive or exclusive; the horizon polygon may be 0.

Specified by:
getHorizon in interface IProjectedCoordinateSystem2
Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getShiftedHorizon

public IGeometry getShiftedHorizon(int shift)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Returns the horizon polygon, shifted once or twice, west/east of the standard horizon for a negative/positive shift.

Specified by:
getShiftedHorizon in interface IProjectedCoordinateSystem2
Parameters:
shift - The shift (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPseudoStandardParallel1

public double getPseudoStandardParallel1()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The latitude on an oblique spheroid that defines the oblique cone for a Krovak projected coordinate system.

Specified by:
getPseudoStandardParallel1 in interface IProjectedCoordinateSystem2
Returns:
The psp1
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPseudoStandardParallel1

public void setPseudoStandardParallel1(double psp1)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The latitude on an oblique spheroid that defines the oblique cone for a Krovak projected coordinate system.

Specified by:
setPseudoStandardParallel1 in interface IProjectedCoordinateSystem2
Parameters:
psp1 - The psp1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXScaleFactor

public double getXScaleFactor()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The X axis scale value used to flip the axis direction in a Krovak projected coordinate system.

Specified by:
getXScaleFactor in interface IProjectedCoordinateSystem2
Returns:
The xs
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXScaleFactor

public void setXScaleFactor(double xs)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The X axis scale value used to flip the axis direction in a Krovak projected coordinate system.

Specified by:
setXScaleFactor in interface IProjectedCoordinateSystem2
Parameters:
xs - The xs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYScaleFactor

public double getYScaleFactor()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The Y axis scale value used to flip the axis direction in a Krovak projected coordinate system.

Specified by:
getYScaleFactor in interface IProjectedCoordinateSystem2
Returns:
The ys
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYScaleFactor

public void setYScaleFactor(double ys)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The Y axis scale value used to flip the axis direction in a Krovak projected coordinate system.

Specified by:
setYScaleFactor in interface IProjectedCoordinateSystem2
Parameters:
ys - The ys (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRotation

public double getRotation()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The rotation value used to change the axis directions in a Krovak projected coordinate system.

Specified by:
getRotation in interface IProjectedCoordinateSystem2
Returns:
The r
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRotation

public void setRotation(double r)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The rotation value used to change the axis directions in a Krovak projected coordinate system.

Specified by:
setRotation in interface IProjectedCoordinateSystem2
Parameters:
r - The r (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

inverseWithShift

public void inverseWithShift(double shift,
                             int count,
                             _WKSPoint points)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Projects points from planar to geographic coordinates. Deals with geographic coordinates in ranges other than +-180.

Specified by:
inverseWithShift in interface IProjectedCoordinateSystem2
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putLinearAndAngularUnits

public void putLinearAndAngularUnits(ILinearUnit linearUnit,
                                     IAngularUnit angularUnit)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Modify linear unit of projected coordinates and angular unit of associated geographic coordinates.

Specified by:
putLinearAndAngularUnits in interface IProjectedCoordinateSystem2
Parameters:
linearUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
angularUnit - A reference to a com.esri.arcgis.geometry.IAngularUnit (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLatitudeOfOrigin

public double getLatitudeOfOrigin()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The latitude of the origin (Phi 0) of a projected coordinate system.

Specified by:
getLatitudeOfOrigin in interface IProjectedCoordinateSystem2
Returns:
The latitudeOfOrigin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLatitudeOfOrigin

public void setLatitudeOfOrigin(double latitudeOfOrigin)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The latitude of the origin (Phi 0) of a projected coordinate system.

Specified by:
setLatitudeOfOrigin in interface IProjectedCoordinateSystem2
Parameters:
latitudeOfOrigin - The latitudeOfOrigin (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEqualNoNames

public boolean isEqualNoNames(IProjectedCoordinateSystem pOther)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Compares to projected coordinate systems for equality but ignores their names.

Specified by:
isEqualNoNames in interface IProjectedCoordinateSystem2
Parameters:
pOther - A reference to a com.esri.arcgis.geometry.IProjectedCoordinateSystem (in)
Returns:
The equalNoNames
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.