com.esri.arcgisws
Class Point

java.lang.Object
  extended by com.esri.arcgisws.Geometry
      extended by com.esri.arcgisws.Point
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PointB, PointN

public abstract class Point
extends Geometry
implements Serializable

Java class for Point complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Point">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Point()
          Point default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point()
Point default constructor.