com.esri.arcgis.geometry
Interface IGeometryServer3

All Superinterfaces:
IGeometryServer, IGeometryServer2, java.io.Serializable
All Known Implementing Classes:
GeometryServerImpl, IGeometryServer3Proxy

public interface IGeometryServer3
extends IGeometryServer2, java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID710b159c_a771_4bc7_bdd7_8779ccfe3821
           
static int xxDummy
          Deprecated. Internal use only
 
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
 
Method Summary
 IGeometryArray bufferGeodesic(ISpatialReference pInSR, ISpatialReference pOutSR, IDoubleArray pDistances, double bufferDeviation, ILinearUnit pLinearDistanceUnit, boolean bUnion, IGeometryArray pInGeometries)
          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)
          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)
          Returns true area and perimeter length for each input polygon.
 IDoubleArray getLengthsPreserveShape(ISpatialReference pSR, IPolylineArray polylines, ILinearUnit pLengthUnit)
          Returns true length of each polyline.
 
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

IID710b159c_a771_4bc7_bdd7_8779ccfe3821

static final int IID710b159c_a771_4bc7_bdd7_8779ccfe3821
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

bufferGeodesic

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

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

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

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

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

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

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

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.