Uses of Class
org.postgis.Point

Packages that use Point
org.postgis   
 

Uses of Point in org.postgis
 

Fields in org.postgis declared as Point
protected  Point PGboxbase.llb
          The lower left bottom corner of the box.
protected  Point PGboxbase.urt
          The upper right top corner of the box.
 

Methods in org.postgis that return Point
 Point Point.getFirstPoint()
          Optimized versions for this special case
abstract  Point Geometry.getFirstPoint()
          Same as getPoint(0);
 Point ComposedGeom.getFirstPoint()
          Optimized version
 Point Point.getLastPoint()
          Optimized versions for this special case
abstract  Point Geometry.getLastPoint()
          Same as getPoint(numPoints()-1);
 Point ComposedGeom.getLastPoint()
          Optimized version
 Point PGboxbase.getLLB()
          Returns the lower left bottom corner of the box as a Point object
 Point PointComposedGeom.getPoint(int idx)
          optimized version
 Point Point.getPoint(int index)
           
abstract  Point Geometry.getPoint(int n)
          Get the nth Point of the geometry
 Point ComposedGeom.getPoint(int n)
           
 Point[] PointComposedGeom.getPoints()
          Get the underlying Point array
 Point PGboxbase.getURT()
          Returns the upper right top corner of the box as a Point object
 

Methods in org.postgis with parameters of type Point
protected static boolean PGboxbase.compareLazyDim(Point first, Point second)
          Compare two coordinates with lazy dimension checking.
 double Point.distance(Point other)
           
 boolean Point.equals(Point other)
           
 

Constructors in org.postgis with parameters of type Point
LinearRing(Point[] points)
           
LineString(Point[] points)
           
MultiPoint(Point[] points)
           
PGbox2d(Point llb, Point urt)
           
PGbox3d(Point llb, Point urt)
           
PGboxbase(Point llb, Point urt)
           
PointComposedGeom(int type, Point[] points)
           
 



Copyright © 2009. All Rights Reserved.