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