com.esri.arcgis.geometry
Class IGeometryServer3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IGeometryServerProxy
          extended by com.esri.arcgis.geometry.IGeometryServer2Proxy
              extended by com.esri.arcgis.geometry.IGeometryServer3Proxy
All Implemented Interfaces:
IGeometryServer, IGeometryServer2, IGeometryServer3, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to more standard operations on geometric 'value' objects. The input geometries are never modified by these operations. Designed for use in building web services or other kinds of distributed applications.' 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 IGeometryServer3Proxy
extends IGeometryServer2Proxy
implements IGeometryServer3, 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.IGeometryServer3
IID, IID710b159c_a771_4bc7_bdd7_8779ccfe3821
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometryServer2
IIDf3b51e61_2b28_4033_9615_d93a76171a85
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometryServer
IIDcb6db57f_ca37_485d_b0a5_0931fa62ab84
 
Constructor Summary
  IGeometryServer3Proxy()
          Deprecated. For internal use only
  IGeometryServer3Proxy(java.lang.Object obj)
          Deprecated.  
protected IGeometryServer3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeometryServer3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeometryServer3Proxy(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.  
 IGeometryArray bufferGeodesic(ISpatialReference pInSR, ISpatialReference pOutSR, IDoubleArray pDistances, double bufferDeviation, ILinearUnit pLinearDistanceUnit, boolean bUnion, IGeometryArray pInGeometries)
          Deprecated. Constructs true buffer regions around Points, lines and polygons using true geodesic distances and directions.
 void getAreasAndLengthsGeodesic(ISpatialReference pSR, IPolygonArray pPolygons, ILinearUnit pLengthUnit, ILinearUnit pAreaUnit, int areaUnitEnum, IDoubleArray[] ppAreas, IDoubleArray[] ppLengths)
          Deprecated. Returns true geodesic area and geodesic perimeter length for each input polygon.
 void getAreasAndLengthsPreserveShape(ISpatialReference pSR, IPolygonArray pPolygons, ILinearUnit pLengthUnit, ILinearUnit pAreaUnit, int areaUnitEnum, IDoubleArray[] ppAreas, IDoubleArray[] ppLengths)
          Deprecated. Returns true area and perimeter length for each input polygon.
 IDoubleArray getLengthsPreserveShape(ISpatialReference pSR, IPolylineArray polylines, ILinearUnit pLengthUnit)
          Deprecated. Returns true length of each polyline.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.geometry.IGeometryServer2Proxy
autoComplete, convexHull, cut, densifyGeodesic, difference, generalize, getAreasAndLengths2, getDistance, getDistanceGeodesic, getLengths2, getLengthsGeodesic, intersect, offset, reshape, trimExtend, union
 
Methods inherited from class com.esri.arcgis.geometry.IGeometryServerProxy
buffer, densify, findSRByWKID, findSRByWKT, findUnitsByWKID, findUnitsByWKT, getAreasAndLengths, getLabelPoints, getLengths, project, relation, simplify
 
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.IGeometryServer2
autoComplete, convexHull, cut, densifyGeodesic, difference, generalize, getAreasAndLengths2, getDistance, getDistanceGeodesic, getLengths2, getLengthsGeodesic, intersect, offset, reshape, trimExtend, union
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometryServer
buffer, densify, findSRByWKID, findSRByWKT, findUnitsByWKID, findUnitsByWKT, getAreasAndLengths, getLabelPoints, getLengths, project, relation, simplify
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGeometryServer3Proxy

public IGeometryServer3Proxy(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

IGeometryServer3Proxy

public IGeometryServer3Proxy()
Deprecated. 
For internal use only


IGeometryServer3Proxy

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

IGeometryServer3Proxy

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

IGeometryServer3Proxy

protected IGeometryServer3Proxy(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 IGeometryServer2Proxy
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 IGeometryServer2Proxy
Throws:
java.io.IOException

bufferGeodesic

public IGeometryArray bufferGeodesic(ISpatialReference pInSR,
                                     ISpatialReference pOutSR,
                                     IDoubleArray pDistances,
                                     double bufferDeviation,
                                     ILinearUnit pLinearDistanceUnit,
                                     boolean bUnion,
                                     IGeometryArray pInGeometries)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Constructs true buffer regions around Points, lines and polygons using true geodesic distances and directions.

Specified by:
bufferGeodesic in interface IGeometryServer3
Parameters:
pInSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
pOutSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
pDistances - A reference to a com.esri.arcgis.system.IDoubleArray (in)
bufferDeviation - The bufferDeviation (in)
pLinearDistanceUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
bUnion - The bUnion (in)
pInGeometries - A reference to a com.esri.arcgis.geometry.IGeometryArray (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometryArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAreasAndLengthsGeodesic

public void getAreasAndLengthsGeodesic(ISpatialReference pSR,
                                       IPolygonArray pPolygons,
                                       ILinearUnit pLengthUnit,
                                       ILinearUnit pAreaUnit,
                                       int areaUnitEnum,
                                       IDoubleArray[] ppAreas,
                                       IDoubleArray[] ppLengths)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Returns true geodesic area and geodesic perimeter length for each input polygon.

Specified by:
getAreasAndLengthsGeodesic in interface IGeometryServer3
Parameters:
pSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
pPolygons - A reference to a com.esri.arcgis.geometry.IPolygonArray (in)
pLengthUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
pAreaUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
areaUnitEnum - A com.esri.arcgis.system.esriAreaUnits constant (in)
ppAreas - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)
ppLengths - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAreasAndLengthsPreserveShape

public void getAreasAndLengthsPreserveShape(ISpatialReference pSR,
                                            IPolygonArray pPolygons,
                                            ILinearUnit pLengthUnit,
                                            ILinearUnit pAreaUnit,
                                            int areaUnitEnum,
                                            IDoubleArray[] ppAreas,
                                            IDoubleArray[] ppLengths)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Returns true area and perimeter length for each input polygon.

Specified by:
getAreasAndLengthsPreserveShape in interface IGeometryServer3
Parameters:
pSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
pPolygons - A reference to a com.esri.arcgis.geometry.IPolygonArray (in)
pLengthUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
pAreaUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
areaUnitEnum - A com.esri.arcgis.system.esriAreaUnits constant (in)
ppAreas - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)
ppLengths - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLengthsPreserveShape

public IDoubleArray getLengthsPreserveShape(ISpatialReference pSR,
                                            IPolylineArray polylines,
                                            ILinearUnit pLengthUnit)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Returns true length of each polyline.

Specified by:
getLengthsPreserveShape in interface IGeometryServer3
Parameters:
pSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
polylines - A reference to a com.esri.arcgis.geometry.IPolylineArray (in)
pLengthUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.