Class OpenSearchSource.SpatialSearch

java.lang.Object
org.codice.ddf.opensearch.source.OpenSearchSource.SpatialSearch
Enclosing class:
OpenSearchSource

protected static class OpenSearchSource.SpatialSearch extends Object
  • 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

      @Nullable public BoundingBox getBoundingBox()
    • getPolygon

      @Nullable public org.locationtech.jts.geom.Polygon getPolygon()
    • getPointRadius

      @Nullable public PointRadius getPointRadius()