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 TypeInterfaceDescriptioninterfaceShape that implements GeoArea.interfaceAll bounding box shapes have this interface in common.interfaceGeneric shape that supports bounds.interfaceInterface describing circular area with a center and radius.interfaceDistance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).interfaceMembership shapes have capabilities of both geohashing and membership determination.interfaceInterface describing a path.interfaceInterface describing a GeoPointShape shape.It may represents a degenerated bounding box or a degenerated circle, hence it extends such interfaces.interfaceGeoPolygon interface description.interfaceGeneric shape.interfaceRelates all Geo3d shape with a specificPlanetModel.interfaceInterface 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 TypeClassDescriptionclassAll Geo3D shapes can derive from this base class, which furnishes some common code(package private) classBase class of a family of 3D rectangles, bounded on six sides by X,Y,Z limits(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in all dimensions(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Y.(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X and Z.(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in X.(package private) classBase extended areaShape object.(package private) classAll bounding box shapes can derive from this base class, which furnishes some common codeclassBase object that supports bounds operations.(package private) classGeoCircles have all the characteristics of GeoBaseDistanceShapes, plus GeoSizeable.(package private) classGeoBaseCompositeAreaShape<T extends GeoAreaShape>Base class to create a composite of GeoAreaShapes(package private) classBase class to create a composite of GeoMembershipShapesclassGeoBaseCompositeShape<T extends GeoShape>Base class to create a composite of GeoShapes.classDistance shapes have capabilities of both geohashing and distance computation (which also includes point membership determination).classMembership shapes have capabilities of both geohashing and membership determination.(package private) classGeoPaths have all the characteristics of GeoBaseDistanceShapes.(package private) classGeoBasePolygon objects are the base class of most GeoPolygon objects.classBase extended shape object.(package private) classGeoComplexPolygon objects are structures designed to handle very large numbers of edges.classGeoCompositeAreaShape is a set of GeoAreaShape's, treated as a unit.classGeoCompositeMembershipShape is a set of GeoMembershipShape's, treated as a unit.classGeoCompositePolygon is a specific implementation of GeoCompositeAreaShape, which implements GeoPolygon explicitly.(package private) classGeoConcavePolygon objects are generic building blocks of more complex structures.(package private) classGeoConvexPolygon objects are generic building blocks of more complex structures.(package private) classDegenerate bounding box limited on two sides (left lon, right lon).(package private) classThis GeoBBox represents an area rectangle of one specific latitude with no longitude bounds.(package private) classDegenerate longitude slice.(package private) classGeoShape representing a path across the surface of the globe, with a specified half-width.private static classThis is the pre-calculated data for a path segment.private static classThis is precalculated data for segment endpoint.(package private) classThis class represents a degenerate point bounding box.classDegenerate bounding box limited on two sides (top lat, bottom lat).(package private) classCircular area with a center and a radius that represents the surface distance to the center.(package private) classThis GeoBBox represents an area rectangle limited only in latitude.(package private) classBounding box limited on left and right.(package private) classThis GeoBBox represents an area rectangle limited only in south latitude.(package private) classBounding box limited on three sides (bottom lat, left lon, right lon), including the north pole.classThis class represents a point on the surface of a sphere or ellipsoid.(package private) classBounding box limited on four sides (top lat, bottom lat, left lon, right lon).(package private) classFast implementation of a polygon representing S2 geometry cell.(package private) classThis GeoBBox represents an area rectangle limited only in north latitude.(package private) classBounding box limited on three sides (top lat, left lon, right lon).(package private) classCircular 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) classGeoShape representing a path across the surface of the globe, with a specified half-width.private static classBase implementation of SegmentEndpointprivate static classEndpoint that's a simple circle.private static classEndpoint that's a dual circle with cutoff(s).private static classEndpoint that's a single circle with cutoff(s).private static classThis is the pre-calculated data for a path segment.(package private) classDegenerate bounding box wider than PI and limited on two sides (left lon, right lon).(package private) classBounding box wider than PI but limited on left and right sides ( left lon, right lon).(package private) classBounding box wider than PI but limited on three sides ( bottom lat, left lon, right lon).(package private) classBounding box wider than PI but limited on four sides (top lat, bottom lat, left lon, right lon).(package private) classBounding box wider than PI but limited on three sides (top lat, left lon, right lon).(package private) classBounding box including the entire world.classHolds mathematical constants associated with the model of a planet.(package private) class3D rectangle, bounded on six sides by X,Y,Z limits(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in Y and Z.(package private) class3D rectangle, bounded on six sides by X,Y,Z limits, degenerate in Y(package private) class3D 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 SerializableObjectSerializableObject.readObject(InputStream inputStream) Read an object from a stream (for objects that do not need a PlanetModel).static SerializableObjectSerializableObject.readObject(InputStream inputStream, Class<?> clazz) Instantiate a serializable object from a stream without a planet model.static SerializableObjectSerializableObject.readObject(PlanetModel planetModel, InputStream inputStream) Read an object from a stream (for objects that need a PlanetModel).static SerializableObjectSerializableObject.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 voidSerializableObject.writeHeterogeneousArray(OutputStream outputStream, SerializableObject[] values) Write an array.static voidSerializableObject.writeHomogeneousArray(OutputStream outputStream, SerializableObject[] values) Write an array.static voidSerializableObject.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 voidSerializableObject.writeHeterogeneousArray(OutputStream outputStream, List<? extends SerializableObject> values) Write an array.static voidSerializableObject.writeHomogeneousArray(OutputStream outputStream, List<? extends SerializableObject> values) Write an array.