Package org.codice.ddf.opensearch.source
Class OpenSearchSource.SpatialSearch
java.lang.Object
org.codice.ddf.opensearch.source.OpenSearchSource.SpatialSearch
- Enclosing class:
- OpenSearchSource
-
Constructor Summary
ConstructorsConstructorDescriptionSpatialSearch(org.locationtech.jts.geom.Geometry geometry, BoundingBox boundingBox, org.locationtech.jts.geom.Polygon polygon, PointRadius pointRadius) -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.Geometryorg.locationtech.jts.geom.Polygon
-
Constructor Details
-
SpatialSearch
public SpatialSearch(@Nullable org.locationtech.jts.geom.Geometry geometry, @Nullable BoundingBox boundingBox, @Nullable org.locationtech.jts.geom.Polygon polygon, @Nullable PointRadius pointRadius)
-
-
Method Details
-
getGeometry
@Nullable public org.locationtech.jts.geom.Geometry getGeometry() -
getBoundingBox
-
getPolygon
@Nullable public org.locationtech.jts.geom.Polygon getPolygon() -
getPointRadius
-