com.esri.arcgisws
Class BufferGeodesic

java.lang.Object
  extended by com.esri.arcgisws.BufferGeodesic
All Implemented Interfaces:
java.io.Serializable

public class BufferGeodesic
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}SpatialReference"/>
         <element name="OutSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}SpatialReference"/>
         <element name="Distances" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble"/>
         <element name="MaxDeviation" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="LinearUnit" type="{http://www.esri.com/schemas/ArcGIS/10.3}LinearUnit"/>
         <element name="UnionResults" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="InGeometryArray" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfGeometry"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
BufferGeodesic()
          BufferGeodesic default constructor.
BufferGeodesic(SpatialReference inSpatialReference, SpatialReference outSpatialReference, double[] distances, double maxDeviation, LinearUnit linearUnit, boolean unionResults, Geometry[] inGeometryArray)
          Deprecated. 
 
Method Summary
 double[] getDistances()
          Gets the value of the distances property.
 Geometry[] getInGeometryArray()
          Gets the value of the inGeometryArray property.
 SpatialReference getInSpatialReference()
          Gets the value of the inSpatialReference property.
 LinearUnit getLinearUnit()
          Gets the value of the linearUnit property.
 double getMaxDeviation()
          Gets the value of the maxDeviation property.
 SpatialReference getOutSpatialReference()
          Gets the value of the outSpatialReference property.
 boolean isUnionResults()
          Gets the value of the unionResults property.
 void setDistances(double[] value)
          Sets the value of the distances property.
 void setInGeometryArray(Geometry[] value)
          Sets the value of the inGeometryArray property.
 void setInSpatialReference(SpatialReference value)
          Sets the value of the inSpatialReference property.
 void setLinearUnit(LinearUnit value)
          Sets the value of the linearUnit property.
 void setMaxDeviation(double value)
          Sets the value of the maxDeviation property.
 void setOutSpatialReference(SpatialReference value)
          Sets the value of the outSpatialReference property.
 void setUnionResults(boolean value)
          Sets the value of the unionResults property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferGeodesic

@Deprecated
public BufferGeodesic(SpatialReference inSpatialReference,
                                 SpatialReference outSpatialReference,
                                 double[] distances,
                                 double maxDeviation,
                                 LinearUnit linearUnit,
                                 boolean unionResults,
                                 Geometry[] inGeometryArray)
Deprecated. 

BufferGeodesic constructor.


BufferGeodesic

public BufferGeodesic()
BufferGeodesic default constructor.

Method Detail

getInSpatialReference

public SpatialReference getInSpatialReference()
Gets the value of the inSpatialReference property.

Returns:
possible object is SpatialReference

setInSpatialReference

public void setInSpatialReference(SpatialReference value)
Sets the value of the inSpatialReference property.

Parameters:
value - allowed object is SpatialReference

getOutSpatialReference

public SpatialReference getOutSpatialReference()
Gets the value of the outSpatialReference property.

Returns:
possible object is SpatialReference

setOutSpatialReference

public void setOutSpatialReference(SpatialReference value)
Sets the value of the outSpatialReference property.

Parameters:
value - allowed object is SpatialReference

getDistances

public double[] getDistances()
Gets the value of the distances property.

Returns:
possible object is []

setDistances

public void setDistances(double[] value)
Sets the value of the distances property.

Parameters:
value - allowed object is []

getMaxDeviation

public double getMaxDeviation()
Gets the value of the maxDeviation property.


setMaxDeviation

public void setMaxDeviation(double value)
Sets the value of the maxDeviation property.


getLinearUnit

public LinearUnit getLinearUnit()
Gets the value of the linearUnit property.

Returns:
possible object is LinearUnit

setLinearUnit

public void setLinearUnit(LinearUnit value)
Sets the value of the linearUnit property.

Parameters:
value - allowed object is LinearUnit

isUnionResults

public boolean isUnionResults()
Gets the value of the unionResults property.


setUnionResults

public void setUnionResults(boolean value)
Sets the value of the unionResults property.


getInGeometryArray

public Geometry[] getInGeometryArray()
Gets the value of the inGeometryArray property.

Returns:
possible object is []

setInGeometryArray

public void setInGeometryArray(Geometry[] value)
Sets the value of the inGeometryArray property.

Parameters:
value - allowed object is []