com.esri.arcgisws
Class Offset

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

public class Offset
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Offset

@Deprecated
public Offset(SpatialReference spatialReference,
                         Geometry[] inGeometryArray,
                         double offsetDistance,
                         LinearUnit offsetUnit,
                         EsriGeometryOffsetEnum offsetHow,
                         double bevelRatio,
                         boolean simplifyResult)
Deprecated. 

Offset constructor.


Offset

public Offset()
Offset default constructor.

Method Detail

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getInGeometryArray

public Geometry[] getInGeometryArray()
Gets the value of the inGeometryArray property.

Returns:
possible object is []

setInGeometryArray

public void setInGeometryArray(Geometry[] value)
Sets the value of the inGeometryArray property.

Parameters:
value - allowed object is []

getOffsetDistance

public double getOffsetDistance()
Gets the value of the offsetDistance property.


setOffsetDistance

public void setOffsetDistance(double value)
Sets the value of the offsetDistance property.


getOffsetUnit

public LinearUnit getOffsetUnit()
Gets the value of the offsetUnit property.

Returns:
possible object is LinearUnit

setOffsetUnit

public void setOffsetUnit(LinearUnit value)
Sets the value of the offsetUnit property.

Parameters:
value - allowed object is LinearUnit

getOffsetHow

public EsriGeometryOffsetEnum getOffsetHow()
Gets the value of the offsetHow property.

Returns:
possible object is EsriGeometryOffsetEnum

setOffsetHow

public void setOffsetHow(EsriGeometryOffsetEnum value)
Sets the value of the offsetHow property.

Parameters:
value - allowed object is EsriGeometryOffsetEnum

getBevelRatio

public double getBevelRatio()
Gets the value of the bevelRatio property.


setBevelRatio

public void setBevelRatio(double value)
Sets the value of the bevelRatio property.


isSimplifyResult

public boolean isSimplifyResult()
Gets the value of the simplifyResult property.


setSimplifyResult

public void setSimplifyResult(boolean value)
Sets the value of the simplifyResult property.