org.hibernate.search.spatial
Interface Coordinates

All Known Implementing Classes:
Point

public interface Coordinates

Minimum interface for a field/method to be quad tree indexable

Author:
Nicolas Helleringer

Method Summary
 Double getLatitude()
           
 Double getLongitude()
           
 

Method Detail

getLatitude

Double getLatitude()
Returns:
the latitude in degrees

getLongitude

Double getLongitude()
Returns:
the longitude in degrees


Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved