com.esri.arcgisws
Class GeometryResultOptions

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

public class GeometryResultOptions
extends Object
implements Serializable

ESRI Geometry export options object.

Java class for GeometryResultOptions complex type.

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

 <complexType name="GeometryResultOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DensifyGeometries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="MaximumSegmentLength" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="MaximumDeviation" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="GeneralizeGeometries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="MaximumAllowableOffset" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ESRI Geometry export options object.

See Also:
Serialized Form

Constructor Summary
GeometryResultOptions()
          GeometryResultOptions default constructor.
GeometryResultOptions(Boolean densifyGeometries, Double maximumSegmentLength, Double maximumDeviation, Boolean generalizeGeometries, Double maximumAllowableOffset)
          Deprecated. 
 
Method Summary
 Boolean getDensifyGeometries()
          if true, MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results Gets the value of the densifyGeometries property.
 Boolean getGeneralizeGeometries()
          if true, MaximumAllowableOffset will be honored to generalize the geometry in the results.
 Double getMaximumAllowableOffset()
          .
 Double getMaximumDeviation()
          .
 Double getMaximumSegmentLength()
          .
 Boolean isDensifyGeometries()
          if true, MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results
 Boolean isGeneralizeGeometries()
          if true, MaximumAllowableOffset will be honored to generalize the geometry in the results.
 void setDensifyGeometries(Boolean value)
          if true, MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results Sets the value of the densifyGeometries property.
 void setGeneralizeGeometries(Boolean value)
          if true, MaximumAllowableOffset will be honored to generalize the geometry in the results.
 void setMaximumAllowableOffset(Double value)
          Sets the value of the maximumAllowableOffset property.
 void setMaximumDeviation(Double value)
          .
 void setMaximumSegmentLength(Double value)
          .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryResultOptions

@Deprecated
public GeometryResultOptions(Boolean densifyGeometries,
                                        Double maximumSegmentLength,
                                        Double maximumDeviation,
                                        Boolean generalizeGeometries,
                                        Double maximumAllowableOffset)
Deprecated. 

GeometryResultOptions constructor.


GeometryResultOptions

public GeometryResultOptions()
GeometryResultOptions default constructor.

Method Detail

getDensifyGeometries

public Boolean getDensifyGeometries()
if true, MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results Gets the value of the densifyGeometries property.

Returns:
possible object is Boolean

isDensifyGeometries

public Boolean isDensifyGeometries()
if true, MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results


setDensifyGeometries

public void setDensifyGeometries(Boolean value)
if true, MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results Sets the value of the densifyGeometries property.

Parameters:
value - allowed object is Boolean

getMaximumSegmentLength

public Double getMaximumSegmentLength()
. Gets the value of the maximumSegmentLength property.

Returns:
possible object is Double

setMaximumSegmentLength

public void setMaximumSegmentLength(Double value)
. Sets the value of the maximumSegmentLength property.

Parameters:
value - allowed object is Double

getMaximumDeviation

public Double getMaximumDeviation()
. Gets the value of the maximumDeviation property.

Returns:
possible object is Double

setMaximumDeviation

public void setMaximumDeviation(Double value)
. Sets the value of the maximumDeviation property.

Parameters:
value - allowed object is Double

getGeneralizeGeometries

public Boolean getGeneralizeGeometries()
if true, MaximumAllowableOffset will be honored to generalize the geometry in the results. Gets the value of the generalizeGeometries property.

Returns:
possible object is Boolean

isGeneralizeGeometries

public Boolean isGeneralizeGeometries()
if true, MaximumAllowableOffset will be honored to generalize the geometry in the results.


setGeneralizeGeometries

public void setGeneralizeGeometries(Boolean value)
if true, MaximumAllowableOffset will be honored to generalize the geometry in the results. Sets the value of the generalizeGeometries property.

Parameters:
value - allowed object is Boolean

getMaximumAllowableOffset

public Double getMaximumAllowableOffset()
. Gets the value of the maximumAllowableOffset property.

Returns:
possible object is Double

setMaximumAllowableOffset

public void setMaximumAllowableOffset(Double value)
Sets the value of the maximumAllowableOffset property.

Parameters:
value - allowed object is Double