com.esri.arcgisws
Class GeometryResultOptions

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

public class GeometryResultOptions
extends java.lang.Object
implements java.io.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(java.lang.Boolean densifyGeometries, java.lang.Double maximumSegmentLength, java.lang.Double maximumDeviation, java.lang.Boolean generalizeGeometries, java.lang.Double maximumAllowableOffset)
          Deprecated. 
 
Method Summary
 java.lang.Boolean getDensifyGeometries()
          if true, MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results Gets the value of the densifyGeometries property.
 java.lang.Boolean getGeneralizeGeometries()
          if true, MaximumAllowableOffset will be honored to generalize the geometry in the results.
 java.lang.Double getMaximumAllowableOffset()
          .
 java.lang.Double getMaximumDeviation()
          .
 java.lang.Double getMaximumSegmentLength()
          .
 java.lang.Boolean isDensifyGeometries()
          if true, MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results
 java.lang.Boolean isGeneralizeGeometries()
          if true, MaximumAllowableOffset will be honored to generalize the geometry in the results.
 void setDensifyGeometries(java.lang.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(java.lang.Boolean value)
          if true, MaximumAllowableOffset will be honored to generalize the geometry in the results.
 void setMaximumAllowableOffset(java.lang.Double value)
          Sets the value of the maximumAllowableOffset property.
 void setMaximumDeviation(java.lang.Double value)
          .
 void setMaximumSegmentLength(java.lang.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(java.lang.Boolean densifyGeometries,
                                        java.lang.Double maximumSegmentLength,
                                        java.lang.Double maximumDeviation,
                                        java.lang.Boolean generalizeGeometries,
                                        java.lang.Double maximumAllowableOffset)
Deprecated. 

GeometryResultOptions constructor.


GeometryResultOptions

public GeometryResultOptions()
GeometryResultOptions default constructor.

Method Detail

getDensifyGeometries

public java.lang.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 java.lang.Boolean isDensifyGeometries()
if true, MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results


setDensifyGeometries

public void setDensifyGeometries(java.lang.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 java.lang.Double getMaximumSegmentLength()
. Gets the value of the maximumSegmentLength property.

Returns:
possible object is Double

setMaximumSegmentLength

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

Parameters:
value - allowed object is Double

getMaximumDeviation

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

Returns:
possible object is Double

setMaximumDeviation

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

Parameters:
value - allowed object is Double

getGeneralizeGeometries

public java.lang.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 java.lang.Boolean isGeneralizeGeometries()
if true, MaximumAllowableOffset will be honored to generalize the geometry in the results.


setGeneralizeGeometries

public void setGeneralizeGeometries(java.lang.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 java.lang.Double getMaximumAllowableOffset()
. Gets the value of the maximumAllowableOffset property.

Returns:
possible object is Double

setMaximumAllowableOffset

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

Parameters:
value - allowed object is Double