com.gisgraphy.hibernate.projection
Class SpatialProjection

java.lang.Object
  extended by com.gisgraphy.hibernate.projection.SpatialProjection

public class SpatialProjection
extends java.lang.Object

Author:
David Masclet Some Spatial Projections. distance_sphere...

Constructor Summary
SpatialProjection()
           
 
Method Summary
static org.hibernate.criterion.SimpleProjection distance_sphere(com.vividsolutions.jts.geom.Point point)
          projection to get the distance_sphere of a point
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialProjection

public SpatialProjection()
Method Detail

distance_sphere

public static org.hibernate.criterion.SimpleProjection distance_sphere(com.vividsolutions.jts.geom.Point point)
projection to get the distance_sphere of a point

Parameters:
point - the point to get the distance
Returns:
the projection


Copyright © 2009. All Rights Reserved.