-
- All Superinterfaces:
GeoArea
,Membership
,PlanetObject
,SerializableObject
- All Known Implementing Classes:
BaseXYZSolid
,dXdYdZSolid
,dXdYZSolid
,dXYdZSolid
,dXYZSolid
,StandardXYZSolid
,XdYdZSolid
,XdYZSolid
,XYdZSolid
public interface XYZSolid extends GeoArea, PlanetObject
Interface for a family of 3D rectangles, bounded on six sides by X,Y,Z limits
-
-
Method Summary
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.GeoArea
getRelationship
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.Membership
isWithin, isWithin
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.PlanetObject
getPlanetModel
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.SerializableObject
write
-
-