org.deegree.model.geometry
Interface GM_Point

All Superinterfaces:
GM_Object, GM_Primitive
All Known Subinterfaces:
GM_CompositePoint
All Known Implementing Classes:
GM_Point_Impl

public interface GM_Point
extends GM_Primitive

The basic two dimensional geometry

-----------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/02/09 07:57:02 $

Author:
Andreas Poth

Method Summary
 double[] getAsArray()
          returns the x- and y-value of the point as a two dimensional array the first field contains the x- the second field the y-value.
 GM_Position getPosition()
          returns the position of the point
 double getX()
          returns the x-value of the point
 double getY()
          returns the y-value of the point
 double getZ()
          returns the z-value of the point
 
Methods inherited from interface org.deegree.model.geometry.GM_Object
contains, contains, difference, distance, getBoundary, getBuffer, getCentroid, getConvexHull, getCoordinateDimension, getCoordinateSystem, getDimension, getEnvelope, intersection, intersects, isEmpty, isWithinDistance, translate, union
 

Method Detail

getX

public double getX()
returns the x-value of the point


getY

public double getY()
returns the y-value of the point


getZ

public double getZ()
returns the z-value of the point


getAsArray

public double[] getAsArray()
returns the x- and y-value of the point as a two dimensional array the first field contains the x- the second field the y-value.


getPosition

public GM_Position getPosition()
returns the position of the point