Point Class

Basic structure for Points

Constructors

Point( double x, double y )

Properties

Public Methods

setSRS( String srsName ) returns void
getSRS( ) returns String
getName( ) returns String
getLatitude( ) returns double
getLongitude( ) returns double
equals( Object obj ) returns boolean
toString( ) returns String
Used to return a Well-known Text (WKT) representation of the point.
toString( String CoordinateSeparator ) returns String
Used to return a Well-known Text (WKT) representation of the point.
toGML( ) returns String
Used to convert a Point to GML (xml fragment)
hashCode( ) returns int