Class SpatialEvaluatorsFactory
java.lang.Object
org.gvsig.fmap.mapcontext.layers.vectorial.SpatialEvaluatorsFactory
-
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.tools.evaluator.Evaluatorcontains(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) org.gvsig.tools.evaluator.Evaluatorcontains(org.gvsig.fmap.geom.primitive.Envelope envelope, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) org.gvsig.tools.evaluator.Evaluatorcrosses(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) org.gvsig.tools.evaluator.Evaluatorcrosses(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureType featureType, String geomName, org.gvsig.expressionevaluator.GeometryExpressionBuilder builder) org.gvsig.tools.evaluator.Evaluatorcrosses(org.gvsig.fmap.geom.primitive.Envelope envelope, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) org.gvsig.tools.evaluator.Evaluatordisjoint(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) org.gvsig.tools.evaluator.Evaluatorequals(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) static SpatialEvaluatorsFactoryorg.gvsig.tools.evaluator.Evaluatorintersects(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) org.gvsig.tools.evaluator.Evaluatorintersects(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store, String geomfield) org.gvsig.tools.evaluator.Evaluatorintersects(org.gvsig.fmap.geom.primitive.Envelope envelope, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) org.gvsig.tools.evaluator.Evaluatornot_contains(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) org.gvsig.tools.evaluator.Evaluatoroverlaps(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) org.gvsig.tools.evaluator.Evaluatortouches(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) org.gvsig.tools.evaluator.Evaluatorwithin(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store)
-
Method Details
-
getInstance
-
intersects
public org.gvsig.tools.evaluator.Evaluator intersects(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
intersects
public org.gvsig.tools.evaluator.Evaluator intersects(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store, String geomfield) -
intersects
public org.gvsig.tools.evaluator.Evaluator intersects(org.gvsig.fmap.geom.primitive.Envelope envelope, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
contains
public org.gvsig.tools.evaluator.Evaluator contains(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
contains
public org.gvsig.tools.evaluator.Evaluator contains(org.gvsig.fmap.geom.primitive.Envelope envelope, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
not_contains
public org.gvsig.tools.evaluator.Evaluator not_contains(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
crosses
public org.gvsig.tools.evaluator.Evaluator crosses(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureType featureType, String geomName, org.gvsig.expressionevaluator.GeometryExpressionBuilder builder) -
crosses
public org.gvsig.tools.evaluator.Evaluator crosses(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
crosses
public org.gvsig.tools.evaluator.Evaluator crosses(org.gvsig.fmap.geom.primitive.Envelope envelope, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
disjoint
public org.gvsig.tools.evaluator.Evaluator disjoint(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
overlaps
public org.gvsig.tools.evaluator.Evaluator overlaps(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
touches
public org.gvsig.tools.evaluator.Evaluator touches(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
within
public org.gvsig.tools.evaluator.Evaluator within(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store) -
equals
public org.gvsig.tools.evaluator.Evaluator equals(org.gvsig.fmap.geom.Geometry geometry, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.dal.feature.FeatureStore store)
-