deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.model.spatialschema
Interface Point

All Superinterfaces:
Geometry, Primitive, Serializable
All Known Subinterfaces:
CompositePoint
All Known Implementing Classes:
PointImpl

public interface Point
extends Primitive

The basic two dimensional geometry

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

Version:
$Revision: 9343 $ $Date: 2007-12-27 14:30:32 +0100 (Do, 27 Dez 2007) $

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.
 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.spatialschema.Geometry
contains, contains, difference, distance, getBoundary, getBuffer, getCentroid, getConvexHull, getCoordinateDimension, getCoordinateSystem, getDimension, getEnvelope, getTolerance, intersection, intersects, isEmpty, isWithinDistance, setTolerance, translate, union
 

Method Detail

getX

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


getY

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


getZ

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


getAsArray

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

Position getPosition()
returns the position of the point


deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net