Class SpatialEvaluatorsFactory

java.lang.Object
org.gvsig.fmap.mapcontext.layers.vectorial.SpatialEvaluatorsFactory

public class SpatialEvaluatorsFactory extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    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)
     
    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)
     
    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)
     
    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)
     
    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)
     
    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)
     
     
    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)
     
    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)
     
    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)
     
    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)
     
    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)
     
    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)
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getInstance

      public static SpatialEvaluatorsFactory 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)