Class Geo<T>
- java.lang.Object
-
- de.caluga.morphium.query.geospatial.Geo<T>
-
- Direct Known Subclasses:
LineString,MultiLineString,MultiPoint,MultiPolygon,Point,Polygon
public abstract class Geo<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetCoordinates()GeoTypegetType()voidsetCoordinates(T coordinates)voidsetType(GeoType type)
-