Class GeospatialEvaluationCriteriaImpl
java.lang.Object
ddf.catalog.pubsub.criteria.geospatial.GeospatialEvaluationCriteriaImpl
- All Implemented Interfaces:
GeospatialEvaluationCriteria
public class GeospatialEvaluationCriteriaImpl
extends Object
implements GeospatialEvaluationCriteria
-
Constructor Summary
ConstructorsConstructorDescriptionGeospatialEvaluationCriteriaImpl(org.locationtech.jts.geom.Geometry criteria, String operation, String input) GeospatialEvaluationCriteriaImpl(org.locationtech.jts.geom.Geometry criteria, String geoOperation, String input, double distance) GeospatialEvaluationCriteriaImpl(org.locationtech.jts.geom.Geometry criteria, String geoOperation, org.locationtech.jts.geom.Geometry input, double distance) -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.Geometrydoubleorg.locationtech.jts.geom.GeometrygetInput()
-
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
-
getCriteria
public org.locationtech.jts.geom.Geometry getCriteria()- Specified by:
getCriteriain interfaceGeospatialEvaluationCriteria
-
getDistance
public double getDistance()- Specified by:
getDistancein interfaceGeospatialEvaluationCriteria
-
getInput
public org.locationtech.jts.geom.Geometry getInput()- Specified by:
getInputin interfaceGeospatialEvaluationCriteria
-
getOperation
- Specified by:
getOperationin interfaceGeospatialEvaluationCriteria
-