Package org.gvsig.topology.rule
Class PolygonContainsOnePointRule
java.lang.Object
org.gvsig.topology.lib.spi.AbstractTopologyRule
org.gvsig.topology.rule.PolygonContainsOnePointRule
- All Implemented Interfaces:
Cloneable,org.gvsig.json.SupportFromJson,org.gvsig.json.SupportJson,org.gvsig.json.SupportToJson,org.gvsig.tools.lang.Cloneable,TopologyRule
- Author:
- jjdelcerro
-
Field Summary
Fields inherited from class org.gvsig.topology.lib.spi.AbstractTopologyRule
actions, dataSet1, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionPolygonContainsOnePointRule(TopologyRuleFactory factory, double tolerance, String dataSet1, String dataSet2) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheck(org.gvsig.tools.task.SimpleTaskStatus taskStatus, TopologyReport report, org.gvsig.fmap.dal.feature.Feature feature1) protected voidcheck2(org.gvsig.tools.task.SimpleTaskStatus taskStatus, TopologyReport report, org.gvsig.fmap.dal.feature.Feature feature2) voidexecute(org.gvsig.tools.task.SimpleTaskStatus taskStatus, TopologyReport report) longgetSteps()Methods inherited from class org.gvsig.topology.lib.spi.AbstractTopologyRule
addAction, addCodeException, clone, createNewFeature, equals, fromJson, getAction, getActions, getDataSet1, getDataSet2, getFactory, getId, getName, getParameters, getPlan, getTolerance, hashCode, setDataSetResolver, setParameters, setPlan, substract, toJson, toJsonBuilder, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJsonBuilder
-
Constructor Details
-
PolygonContainsOnePointRule
public PolygonContainsOnePointRule() -
PolygonContainsOnePointRule
public PolygonContainsOnePointRule(TopologyRuleFactory factory, double tolerance, String dataSet1, String dataSet2)
-
-
Method Details
-
getSteps
public long getSteps()- Specified by:
getStepsin interfaceTopologyRule- Overrides:
getStepsin classAbstractTopologyRule
-
execute
- Specified by:
executein interfaceTopologyRule- Overrides:
executein classAbstractTopologyRule
-
check
protected void check(org.gvsig.tools.task.SimpleTaskStatus taskStatus, TopologyReport report, org.gvsig.fmap.dal.feature.Feature feature1) throws Exception - Overrides:
checkin classAbstractTopologyRule- Throws:
Exception
-
check2
protected void check2(org.gvsig.tools.task.SimpleTaskStatus taskStatus, TopologyReport report, org.gvsig.fmap.dal.feature.Feature feature2) throws Exception - Throws:
Exception
-