Uses of Interface
org.apache.lucene.spatial3d.geom.SerializableObject
Packages that use SerializableObject
-
Uses of SerializableObject in org.apache.lucene.spatial3d.geom
Subinterfaces of SerializableObject in org.apache.lucene.spatial3d.geomModifier and TypeInterfaceDescriptioninterface
Shape that implements GeoArea.interface
All bounding box shapes have this interface in common.interface
Interface describing circular area with a center and radius.interface
Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).interface
Membership shapes have capabilities of both geohashing and membership determination.interface
Interface describing a path.interface
Interface describing a GeoPointShape shape.It may represents a degenerated bounding box or a degenerated circle, hence it extends such interfaces.interface
GeoPolygon interface description.interface
Generic shape.interface
Relates all Geo3d shape with a specificPlanetModel
.interface
Interface for a family of 3D rectangles, bounded on six sides by X,Y,Z limitsClasses in org.apache.lucene.spatial3d.geom that implement SerializableObjectModifier and TypeClassDescriptionclass
All Geo3D shapes can derive from this base class, which furnishes some common code(package private) class
Base class of a family of 3D rectangles, bounded on six sides by X,Y,Z limits(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in all dimensions(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Y.(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Z.(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X.(package private) class
Base extended areaShape object.(package private) class
All bounding box shapes can derive from this base class, which furnishes some common code(package private) class
GeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.(package private) class
GeoBaseCompositeAreaShape<T extends GeoAreaShape>
Base class to create a composite of GeoAreaShapes(package private) class
Base class to create a composite of GeoMembershipShapesclass
GeoBaseCompositeShape<T extends GeoShape>
Base class to create a composite of GeoShapes.class
Distance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).class
Membership shapes have capabilities of both geohashing and membership determination.(package private) class
GeoPaths have all the characteristics of GeoBaseDistanceShapes.(package private) class
GeoBasePolygon objects are the base class of most GeoPolygon objects.class
Base extended shape object.(package private) class
GeoComplexPolygon objects are structures designed to handle very large numbers of edges.class
GeoCompositeAreaShape is a set of GeoAreaShape's, treated as a unit.class
GeoCompositeMembershipShape is a set of GeoMembershipShape's, treated as a unit.class
GeoCompositePolygon is a specific implementation of GeoCompositeAreaShape, which implements GeoPolygon explicitly.(package private) class
GeoConcavePolygon objects are generic building blocks of more complex structures.(package private) class
GeoConvexPolygon objects are generic building blocks of more complex structures.(package private) class
Degenerate bounding box limited on two sides (left lon, right lon).(package private) class
This GeoBBox represents an area rectangle of one specific latitude with no longitude bounds.(package private) class
Degenerate longitude slice.(package private) class
GeoShape representing a path across the surface of the globe, with a specified half-width.(package private) class
This class represents a degenerate point bounding box.class
Degenerate bounding box limited on two sides (top lat, bottom lat).(package private) class
Circular area with a center and a radius that represents the surface distance to the center.(package private) class
This GeoBBox represents an area rectangle limited only in latitude.(package private) class
Bounding box limited on left and right.(package private) class
This GeoBBox represents an area rectangle limited only in south latitude.(package private) class
Bounding box limited on three sides (bottom lat, left lon, right lon), including the north pole.class
This class represents a point on the surface of a sphere or ellipsoid.(package private) class
Bounding box limited on four sides (top lat, bottom lat, left lon, right lon).(package private) class
Fast implementation of a polygon representing S2 geometry cell.(package private) class
This GeoBBox represents an area rectangle limited only in north latitude.(package private) class
Bounding box limited on three sides (top lat, left lon, right lon).(package private) class
Circular area with a center and cutoff angle that represents the latitude and longitude distance from the center where the planet will be cut.(package private) class
GeoShape representing a path across the surface of the globe, with a specified half-width.(package private) class
Degenerate bounding box wider than PI and limited on two sides (left lon, right lon).(package private) class
Bounding box wider than PI but limited on left and right sides ( left lon, right lon).(package private) class
Bounding box wider than PI but limited on three sides ( bottom lat, left lon, right lon).(package private) class
Bounding box wider than PI but limited on four sides (top lat, bottom lat, left lon, right lon).(package private) class
Bounding box wider than PI but limited on three sides (top lat, left lon, right lon).(package private) class
Bounding box including the entire world.class
Holds mathematical constants associated with the model of a planet.(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in Y and Z.(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in Y(package private) class
3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in ZMethods in org.apache.lucene.spatial3d.geom with type parameters of type SerializableObjectModifier and TypeMethodDescriptionstatic <T extends SerializableObject>
T[]SerializableObject.readHeterogeneousArray
(PlanetModel planetModel, InputStream inputStream, Class<T> clazz) Read an array.static <T extends SerializableObject>
T[]SerializableObject.readHomogeneousArray
(PlanetModel planetModel, InputStream inputStream, Class<T> clazz) Read an array.Methods in org.apache.lucene.spatial3d.geom that return SerializableObjectModifier and TypeMethodDescriptionstatic <T extends SerializableObject>
T[]SerializableObject.readHeterogeneousArray
(PlanetModel planetModel, InputStream inputStream, Class<T> clazz) Read an array.static <T extends SerializableObject>
T[]SerializableObject.readHomogeneousArray
(PlanetModel planetModel, InputStream inputStream, Class<T> clazz) Read an array.static SerializableObject
SerializableObject.readObject
(InputStream inputStream) Read an object from a stream (for objects that do not need a PlanetModel).static SerializableObject
SerializableObject.readObject
(InputStream inputStream, Class<?> clazz) Instantiate a serializable object from a stream without a planet model.static SerializableObject
SerializableObject.readObject
(PlanetModel planetModel, InputStream inputStream) Read an object from a stream (for objects that need a PlanetModel).static SerializableObject
SerializableObject.readObject
(PlanetModel planetModel, InputStream inputStream, Class<?> clazz) Instantiate a serializable object from a stream.Methods in org.apache.lucene.spatial3d.geom with parameters of type SerializableObjectModifier and TypeMethodDescriptionstatic void
SerializableObject.writeHeterogeneousArray
(OutputStream outputStream, SerializableObject[] values) Write an array.static void
SerializableObject.writeHomogeneousArray
(OutputStream outputStream, SerializableObject[] values) Write an array.static void
SerializableObject.writeObject
(OutputStream outputStream, SerializableObject object) Write an object to a stream.Method parameters in org.apache.lucene.spatial3d.geom with type arguments of type SerializableObjectModifier and TypeMethodDescriptionstatic void
SerializableObject.writeHeterogeneousArray
(OutputStream outputStream, List<? extends SerializableObject> values) Write an array.static void
SerializableObject.writeHomogeneousArray
(OutputStream outputStream, List<? extends SerializableObject> values) Write an array.