com.esri.arcgisws
Class PointN

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

public class PointN
extends Point
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PointN()
           
PointN(double x, double y, java.lang.Double m, java.lang.Double z, java.lang.Integer ID, SpatialReference spatialReference)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Integer getID()
          Gets the ID value for this PointN.
 java.lang.Double getM()
          Gets the m value for this PointN.
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 PointN.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 double getX()
          Gets the x value for this PointN.
 double getY()
          Gets the y value for this PointN.
 java.lang.Double getZ()
          Gets the z value for this PointN.
 int hashCode()
           
 void setID(java.lang.Integer ID)
          Sets the ID value for this PointN.
 void setM(java.lang.Double m)
          Sets the m value for this PointN.
 void setSpatialReference(SpatialReference spatialReference)
          Sets the spatialReference value for this PointN.
 void setX(double x)
          Sets the x value for this PointN.
 void setY(double y)
          Sets the y value for this PointN.
 void setZ(java.lang.Double z)
          Sets the z value for this PointN.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointN

public PointN()

PointN

public PointN(double x,
              double y,
              java.lang.Double m,
              java.lang.Double z,
              java.lang.Integer ID,
              SpatialReference spatialReference)
Method Detail

getX

public double getX()
Gets the x value for this PointN.

Returns:
x

setX

public void setX(double x)
Sets the x value for this PointN.

Parameters:
x -

getY

public double getY()
Gets the y value for this PointN.

Returns:
y

setY

public void setY(double y)
Sets the y value for this PointN.

Parameters:
y -

getM

public java.lang.Double getM()
Gets the m value for this PointN.

Returns:
m

setM

public void setM(java.lang.Double m)
Sets the m value for this PointN.

Parameters:
m -

getZ

public java.lang.Double getZ()
Gets the z value for this PointN.

Returns:
z

setZ

public void setZ(java.lang.Double z)
Sets the z value for this PointN.

Parameters:
z -

getID

public java.lang.Integer getID()
Gets the ID value for this PointN.

Returns:
ID

setID

public void setID(java.lang.Integer ID)
Sets the ID value for this PointN.

Parameters:
ID -

getSpatialReference

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

Returns:
spatialReference

setSpatialReference

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

Parameters:
spatialReference -

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