com.esri.arcgisws
Class GeometryDef

java.lang.Object
  extended bycom.esri.arcgisws.GeometryDef
All Implemented Interfaces:
java.io.Serializable

public class GeometryDef
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GeometryDef()
           
GeometryDef(int avgNumPoints, EsriGeometryType geometryType, boolean hasM, boolean hasZ, SpatialReference spatialReference, java.lang.Double gridSize0, java.lang.Double gridSize1, java.lang.Double gridSize2)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAvgNumPoints()
          Gets the avgNumPoints value for this GeometryDef.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EsriGeometryType getGeometryType()
          Gets the geometryType value for this GeometryDef.
 java.lang.Double getGridSize0()
          Gets the gridSize0 value for this GeometryDef.
 java.lang.Double getGridSize1()
          Gets the gridSize1 value for this GeometryDef.
 java.lang.Double getGridSize2()
          Gets the gridSize2 value for this GeometryDef.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SpatialReference getSpatialReference()
          Gets the spatialReference value for this GeometryDef.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isHasM()
          Gets the hasM value for this GeometryDef.
 boolean isHasZ()
          Gets the hasZ value for this GeometryDef.
 void setAvgNumPoints(int avgNumPoints)
          Sets the avgNumPoints value for this GeometryDef.
 void setGeometryType(EsriGeometryType geometryType)
          Sets the geometryType value for this GeometryDef.
 void setGridSize0(java.lang.Double gridSize0)
          Sets the gridSize0 value for this GeometryDef.
 void setGridSize1(java.lang.Double gridSize1)
          Sets the gridSize1 value for this GeometryDef.
 void setGridSize2(java.lang.Double gridSize2)
          Sets the gridSize2 value for this GeometryDef.
 void setHasM(boolean hasM)
          Sets the hasM value for this GeometryDef.
 void setHasZ(boolean hasZ)
          Sets the hasZ value for this GeometryDef.
 void setSpatialReference(SpatialReference spatialReference)
          Sets the spatialReference value for this GeometryDef.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryDef

public GeometryDef()

GeometryDef

public GeometryDef(int avgNumPoints,
                   EsriGeometryType geometryType,
                   boolean hasM,
                   boolean hasZ,
                   SpatialReference spatialReference,
                   java.lang.Double gridSize0,
                   java.lang.Double gridSize1,
                   java.lang.Double gridSize2)
Method Detail

getAvgNumPoints

public int getAvgNumPoints()
Gets the avgNumPoints value for this GeometryDef.

Returns:
avgNumPoints

setAvgNumPoints

public void setAvgNumPoints(int avgNumPoints)
Sets the avgNumPoints value for this GeometryDef.

Parameters:
avgNumPoints -

getGeometryType

public EsriGeometryType getGeometryType()
Gets the geometryType value for this GeometryDef.

Returns:
geometryType

setGeometryType

public void setGeometryType(EsriGeometryType geometryType)
Sets the geometryType value for this GeometryDef.

Parameters:
geometryType -

isHasM

public boolean isHasM()
Gets the hasM value for this GeometryDef.

Returns:
hasM

setHasM

public void setHasM(boolean hasM)
Sets the hasM value for this GeometryDef.

Parameters:
hasM -

isHasZ

public boolean isHasZ()
Gets the hasZ value for this GeometryDef.

Returns:
hasZ

setHasZ

public void setHasZ(boolean hasZ)
Sets the hasZ value for this GeometryDef.

Parameters:
hasZ -

getSpatialReference

public SpatialReference getSpatialReference()
Gets the spatialReference value for this GeometryDef.

Returns:
spatialReference

setSpatialReference

public void setSpatialReference(SpatialReference spatialReference)
Sets the spatialReference value for this GeometryDef.

Parameters:
spatialReference -

getGridSize0

public java.lang.Double getGridSize0()
Gets the gridSize0 value for this GeometryDef.

Returns:
gridSize0

setGridSize0

public void setGridSize0(java.lang.Double gridSize0)
Sets the gridSize0 value for this GeometryDef.

Parameters:
gridSize0 -

getGridSize1

public java.lang.Double getGridSize1()
Gets the gridSize1 value for this GeometryDef.

Returns:
gridSize1

setGridSize1

public void setGridSize1(java.lang.Double gridSize1)
Sets the gridSize1 value for this GeometryDef.

Parameters:
gridSize1 -

getGridSize2

public java.lang.Double getGridSize2()
Gets the gridSize2 value for this GeometryDef.

Returns:
gridSize2

setGridSize2

public void setGridSize2(java.lang.Double gridSize2)
Sets the gridSize2 value for this GeometryDef.

Parameters:
gridSize2 -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer