com.esri.arcgisws
Class PointB

java.lang.Object
  extended bycom.esri.arcgisws.Geometry
      extended bycom.esri.arcgisws.Point
          extended bycom.esri.arcgisws.PointB
All Implemented Interfaces:
java.io.Serializable

public class PointB
extends Point
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PointB()
           
PointB(byte[] bytes)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte[] getBytes()
          Gets the bytes value for this PointB.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBytes(byte[] bytes)
          Sets the bytes value for this PointB.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointB

public PointB()

PointB

public PointB(byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()
Gets the bytes value for this PointB.

Returns:
bytes

setBytes

public void setBytes(byte[] bytes)
Sets the bytes value for this PointB.

Parameters:
bytes -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Point

hashCode

public int hashCode()
Overrides:
hashCode in class Point

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