|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Buffer
public class Buffer
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="InSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
<element name="BufferSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
<element name="OutSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
<element name="Distances" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble"/>
<element name="Unit" type="{http://www.esri.com/schemas/ArcGIS/10.0}Unit"/>
<element name="UnionResults" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="InGeometryArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGeometry"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Buffer()
Buffer default constructor. |
|
Buffer(SpatialReference inSpatialReference,
SpatialReference bufferSpatialReference,
SpatialReference outSpatialReference,
double[] distances,
Unit unit,
boolean unionResults,
Geometry[] inGeometryArray)
Deprecated. |
|
| Method Summary | |
|---|---|
SpatialReference |
getBufferSpatialReference()
Gets the value of the bufferSpatialReference property. |
double[] |
getDistances()
Gets the value of the distances property. |
Geometry[] |
getInGeometryArray()
Gets the value of the inGeometryArray property. |
SpatialReference |
getInSpatialReference()
Gets the value of the inSpatialReference property. |
SpatialReference |
getOutSpatialReference()
Gets the value of the outSpatialReference property. |
Unit |
getUnit()
Gets the value of the unit property. |
boolean |
isUnionResults()
Gets the value of the unionResults property. |
void |
setBufferSpatialReference(SpatialReference value)
Sets the value of the bufferSpatialReference property. |
void |
setDistances(double[] value)
Sets the value of the distances property. |
void |
setInGeometryArray(Geometry[] value)
Sets the value of the inGeometryArray property. |
void |
setInSpatialReference(SpatialReference value)
Sets the value of the inSpatialReference property. |
void |
setOutSpatialReference(SpatialReference value)
Sets the value of the outSpatialReference property. |
void |
setUnionResults(boolean value)
Sets the value of the unionResults property. |
void |
setUnit(Unit value)
Sets the value of the unit property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Buffer(SpatialReference inSpatialReference,
SpatialReference bufferSpatialReference,
SpatialReference outSpatialReference,
double[] distances,
Unit unit,
boolean unionResults,
Geometry[] inGeometryArray)
public Buffer()
| Method Detail |
|---|
public SpatialReference getInSpatialReference()
SpatialReferencepublic void setInSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic SpatialReference getBufferSpatialReference()
SpatialReferencepublic void setBufferSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic SpatialReference getOutSpatialReference()
SpatialReferencepublic void setOutSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic double[] getDistances()
[] public void setDistances(double[] value)
value - allowed object is
[] public Unit getUnit()
Unitpublic void setUnit(Unit value)
value - allowed object is
Unitpublic boolean isUnionResults()
public void setUnionResults(boolean value)
public Geometry[] getInGeometryArray()
[] public void setInGeometryArray(Geometry[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||