Class PointMustBeProperlyInsidePolygonRule

java.lang.Object
org.gvsig.topology.lib.spi.AbstractTopologyRule
org.gvsig.topology.rule.PointMustBeProperlyInsidePolygonRule
All Implemented Interfaces:
Cloneable, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportJson, org.gvsig.json.SupportToJson, org.gvsig.tools.lang.Cloneable, TopologyRule

public class PointMustBeProperlyInsidePolygonRule extends AbstractTopologyRule
Author:
jjdelcerro
  • Constructor Details

    • PointMustBeProperlyInsidePolygonRule

      public PointMustBeProperlyInsidePolygonRule()
    • PointMustBeProperlyInsidePolygonRule

      public PointMustBeProperlyInsidePolygonRule(TopologyRuleFactory factory, double tolerance, String dataSet1, String dataSet2)
  • Method Details