|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Offset
public class Offset
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="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference"/>
<element name="InGeometryArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGeometry"/>
<element name="OffsetDistance" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="OffsetUnit" type="{http://www.esri.com/schemas/ArcGIS/10.0}LinearUnit"/>
<element name="OffsetHow" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGeometryOffsetEnum"/>
<element name="BevelRatio" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="SimplifyResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Offset()
Offset default constructor. |
|
Offset(SpatialReference spatialReference,
Geometry[] inGeometryArray,
double offsetDistance,
LinearUnit offsetUnit,
EsriGeometryOffsetEnum offsetHow,
double bevelRatio,
boolean simplifyResult)
Deprecated. |
|
| Method Summary | |
|---|---|
double |
getBevelRatio()
Gets the value of the bevelRatio property. |
Geometry[] |
getInGeometryArray()
Gets the value of the inGeometryArray property. |
double |
getOffsetDistance()
Gets the value of the offsetDistance property. |
EsriGeometryOffsetEnum |
getOffsetHow()
Gets the value of the offsetHow property. |
LinearUnit |
getOffsetUnit()
Gets the value of the offsetUnit property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
boolean |
isSimplifyResult()
Gets the value of the simplifyResult property. |
void |
setBevelRatio(double value)
Sets the value of the bevelRatio property. |
void |
setInGeometryArray(Geometry[] value)
Sets the value of the inGeometryArray property. |
void |
setOffsetDistance(double value)
Sets the value of the offsetDistance property. |
void |
setOffsetHow(EsriGeometryOffsetEnum value)
Sets the value of the offsetHow property. |
void |
setOffsetUnit(LinearUnit value)
Sets the value of the offsetUnit property. |
void |
setSimplifyResult(boolean value)
Sets the value of the simplifyResult property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public Offset(SpatialReference spatialReference,
Geometry[] inGeometryArray,
double offsetDistance,
LinearUnit offsetUnit,
EsriGeometryOffsetEnum offsetHow,
double bevelRatio,
boolean simplifyResult)
public Offset()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Geometry[] getInGeometryArray()
[] public void setInGeometryArray(Geometry[] value)
value - allowed object is
[] public double getOffsetDistance()
public void setOffsetDistance(double value)
public LinearUnit getOffsetUnit()
LinearUnitpublic void setOffsetUnit(LinearUnit value)
value - allowed object is
LinearUnitpublic EsriGeometryOffsetEnum getOffsetHow()
EsriGeometryOffsetEnumpublic void setOffsetHow(EsriGeometryOffsetEnum value)
value - allowed object is
EsriGeometryOffsetEnumpublic double getBevelRatio()
public void setBevelRatio(double value)
public boolean isSimplifyResult()
public void setSimplifyResult(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||