Package org.apache.lucene.spatial3d.geom
Interface GeoPolygon
-
- All Superinterfaces:
Bounded,GeoArea,GeoAreaShape,GeoMembershipShape,GeoOutsideDistance,GeoShape,Membership,PlanetObject,SerializableObject
- All Known Implementing Classes:
GeoBasePolygon,GeoComplexPolygon,GeoCompositePolygon,GeoConcavePolygon,GeoConvexPolygon,GeoS2Shape
public interface GeoPolygon extends GeoAreaShape
GeoPolygon interface description.
-
-
Method Summary
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.GeoArea
getRelationship
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.GeoAreaShape
intersects
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.GeoOutsideDistance
computeOutsideDistance, computeOutsideDistance
-
Methods inherited from interface org.apache.lucene.spatial3d.geom.GeoShape
getEdgePoints, intersects
-
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
-
-