Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.mongodb.morphia.geo Classes and Interfaces - 24 results found.
NameDescriptionTypePackageFramework
CoordinateReferenceSystemDefines the coordinate reference system to be used in certain geo queries.Classorg.mongodb.morphia.geoMorphia MongoDb
CoordinateReferenceSystemTypeenum CoordinateReferenceSystemTypeAn enumeration of the GeoJSON coordinate reference system types.Classorg.mongodb.morphia.geoMorphia MongoDb
GeoJsonFactory class for creating GeoJSON types.Classorg.mongodb.morphia.geoMorphia MongoDb
GeoJsonTypeEnumerates all the GeoJson types that are currently supported by Morphia.Classorg.mongodb.morphia.geoMorphia MongoDb
GeometryInterface to denote which entities are classes that will serialise into a MongoDB GeoJson object.Interfaceorg.mongodb.morphia.geoMorphia MongoDb
GeometryCollectionThis class represents a collection of mixed GeoJson objects as per the GeoJSON specification.Classorg.mongodb.morphia.geoMorphia MongoDb
GeometryConverterA Morphia TypeConverter that knows how to turn things that are labelled with the Geometry interface into the correct concrete class, based on the GeoJSON type.Classorg.mongodb.morphia.geoMorphia MongoDb
GeometryQueryConverterConverts Point objects into DBObjects for querying only.Classorg.mongodb.morphia.geoMorphia MongoDb
GeometryShapeConverterConverter that understands most Geometry instances are effectively just lists of either other geometry objects or double coordinates.Classorg.mongodb.morphia.geoMorphia MongoDb
GeometryShapeConverter .LineStringConverterDefines a new LineStringConverter.Classorg.mongodb.morphia.geo.GeometryShapeConverterMorphia MongoDb
GeometryShapeConverter .MultiLineStringConverterDefines a new MultiLineStringConverter.Classorg.mongodb.morphia.geo.GeometryShapeConverterMorphia MongoDb
GeometryShapeConverter .MultiPointConverterDefines a new MultiPointConverter.Classorg.mongodb.morphia.geo.GeometryShapeConverterMorphia MongoDb
GeometryShapeConverter .MultiPolygonConverter and from MongoDB representations of the GeoJson.Classorg.mongodb.morphia.geo.GeometryShapeConverterMorphia MongoDb
GeometryShapeConverter .PointConverterDefines a new PointConverter.Classorg.mongodb.morphia.geo.GeometryShapeConverterMorphia MongoDb
GeometryShapeConverter .PolygonConverterDefines a new PolygonConverter.Classorg.mongodb.morphia.geo.GeometryShapeConverterMorphia MongoDb
LineStringRepresents a GeoJSON LineString type.Classorg.mongodb.morphia.geoMorphia MongoDb
MultiLineStringThis class represents a series of lines, which will saved into MongoDB as per the GeoJSON The factory for creating a MultiLineString is the GeoJson.Classorg.mongodb.morphia.geoMorphia MongoDb
MultiPointThis class represents a series of points, which will saved into MongoDB as per the GeoJSON specification.Classorg.mongodb.morphia.geoMorphia MongoDb
MultiPolygonThis class represents a set of polygons, which will saved into MongoDB as per the GeoJSON The factory for creating a MultiPolygon is the GeoJson.Classorg.mongodb.morphia.geoMorphia MongoDb
NamedCoordinateReferenceSystemA GeoJSON named Coordinate Reference System.Classorg.mongodb.morphia.geoMorphia MongoDb
NamedCoordinateReferenceSystemConverterA Morphia TypeConverter that knows how to turn things that are labelled with the Geometry interface into the correct concrete class, based on the GeoJSON type.Classorg.mongodb.morphia.geoMorphia MongoDb
PointRepresents a GeoJSON Point type.Classorg.mongodb.morphia.geoMorphia MongoDb
PointBuilderCreates Point instances representing a GeoJSON point type.Classorg.mongodb.morphia.geoMorphia MongoDb
PolygonThis class represents either a simple polygon enclosing an area, or a more complex polygon that contains both an exterior boundary and interior boundaries (holes) within it.Classorg.mongodb.morphia.geoMorphia MongoDb