| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GeometryResultOptions
public class GeometryResultOptions
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.
| 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 | 
|---|
@Deprecated
public GeometryResultOptions(Boolean densifyGeometries,
                                        Double maximumSegmentLength,
                                        Double maximumDeviation,
                                        Boolean generalizeGeometries,
                                        Double maximumAllowableOffset)
public GeometryResultOptions()
| Method Detail | 
|---|
public Boolean getDensifyGeometries()
Booleanpublic Boolean isDensifyGeometries()
public void setDensifyGeometries(Boolean value)
value - allowed object is
     Booleanpublic Double getMaximumSegmentLength()
Doublepublic void setMaximumSegmentLength(Double value)
value - allowed object is
     Doublepublic Double getMaximumDeviation()
Doublepublic void setMaximumDeviation(Double value)
value - allowed object is
     Doublepublic Boolean getGeneralizeGeometries()
Booleanpublic Boolean isGeneralizeGeometries()
public void setGeneralizeGeometries(Boolean value)
value - allowed object is
     Booleanpublic Double getMaximumAllowableOffset()
Doublepublic void setMaximumAllowableOffset(Double value)
value - allowed object is
     Double
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||