com.esri.arcgisws
Class Generalize

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

public class Generalize
extends Object
implements 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="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
         <element name="InGeometryArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGeometry"/>
         <element name="MaxDeviation" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="DeviationUnit" type="{http://www.esri.com/schemas/ArcGIS/10.0}LinearUnit"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Generalize()
          Generalize default constructor.
Generalize(SpatialReference spatialReference, Geometry[] inGeometryArray, double maxDeviation, LinearUnit deviationUnit)
          Deprecated. 
 
Method Summary
 LinearUnit getDeviationUnit()
          Gets the value of the deviationUnit property.
 Geometry[] getInGeometryArray()
          Gets the value of the inGeometryArray property.
 double getMaxDeviation()
          Gets the value of the maxDeviation property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 void setDeviationUnit(LinearUnit value)
          Sets the value of the deviationUnit property.
 void setInGeometryArray(Geometry[] value)
          Sets the value of the inGeometryArray property.
 void setMaxDeviation(double value)
          Sets the value of the maxDeviation property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generalize

@Deprecated
public Generalize(SpatialReference spatialReference,
                             Geometry[] inGeometryArray,
                             double maxDeviation,
                             LinearUnit deviationUnit)
Deprecated. 

Generalize constructor.


Generalize

public Generalize()
Generalize default constructor.

Method Detail

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

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 []

getMaxDeviation

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


setMaxDeviation

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


getDeviationUnit

public LinearUnit getDeviationUnit()
Gets the value of the deviationUnit property.

Returns:
possible object is LinearUnit

setDeviationUnit

public void setDeviationUnit(LinearUnit value)
Sets the value of the deviationUnit property.

Parameters:
value - allowed object is LinearUnit