com.supermap.distributeanalystservices
Class TopologyValidatorOnline
- java.lang.Object
-
- com.supermap.distributeanalystservices.DistributeAnalyst
-
- com.supermap.distributeanalystservices.TopologyValidatorOnline
-
public class TopologyValidatorOnline extends DistributeAnalyst
online topology validator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
TopologyValidatorOnline.RuleType
Topology check rule enumeration class
-
Constructor Summary
Constructors Constructor and Description TopologyValidatorOnline()
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
execute()
run analystvoid
setDatasetSource(java.lang.String datasetName)
set imported source dataset (required).void
setDatasetTopology(java.lang.String datasetTopology)
Sets topology check datasetvoid
setRule(TopologyValidatorOnline.RuleType ruleType)
Sets topology check rulevoid
setTolerance(double tolerance)
Set tolarance-
Methods inherited from class com.supermap.distributeanalystservices.DistributeAnalyst
addListener, login
-
-
-
-
Method Detail
-
setDatasetSource
public void setDatasetSource(java.lang.String datasetName)
set imported source dataset (required).- Parameters:
datasetName
- source dataset name
-
setDatasetTopology
public void setDatasetTopology(java.lang.String datasetTopology)
Sets topology check dataset- Parameters:
datasetTopology
- topology check dataset
-
setRule
public void setRule(TopologyValidatorOnline.RuleType ruleType)
Sets topology check rule- Parameters:
ruleType
- topology check rule
-
setTolerance
public void setTolerance(double tolerance)
Set tolarance- Parameters:
tolerance
- rolerance
-
execute
public void execute()
run analyst- Overrides:
execute
in classDistributeAnalyst
-
-