Class GeospatialEvaluationCriteriaImpl

java.lang.Object
ddf.catalog.pubsub.criteria.geospatial.GeospatialEvaluationCriteriaImpl
All Implemented Interfaces:
GeospatialEvaluationCriteria

public class GeospatialEvaluationCriteriaImpl extends Object implements GeospatialEvaluationCriteria
  • Constructor Details

    • GeospatialEvaluationCriteriaImpl

      public GeospatialEvaluationCriteriaImpl(org.locationtech.jts.geom.Geometry criteria, String geoOperation, org.locationtech.jts.geom.Geometry input, double distance)
    • GeospatialEvaluationCriteriaImpl

      public GeospatialEvaluationCriteriaImpl(org.locationtech.jts.geom.Geometry criteria, String geoOperation, String input, double distance) throws org.locationtech.jts.io.ParseException
      Throws:
      org.locationtech.jts.io.ParseException
    • GeospatialEvaluationCriteriaImpl

      public GeospatialEvaluationCriteriaImpl(org.locationtech.jts.geom.Geometry criteria, String operation, String input) throws org.locationtech.jts.io.ParseException
      Throws:
      org.locationtech.jts.io.ParseException
  • Method Details