|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataElement
com.esri.arcgisws.DEDataset
com.esri.arcgisws.DEGeoDataset
com.esri.arcgisws.DETopology
public class DETopology
Topology Data Element object.
Java class for DETopology complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DETopology">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DEGeoDataset">
<sequence>
<element name="ClusterTolerance" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="ZClusterTolerance" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="MaxGeneratedErrorCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="FeatureClassNames" type="{http://www.esri.com/schemas/ArcGIS/10.3}Names"/>
<element name="TopologyRules" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfTopologyRule"/>
<element name="TopologyID" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
Topology Data Element object.
| Constructor Summary | |
|---|---|
DETopology()
DETopology default constructor. |
|
DETopology(java.lang.String catalogPath,
java.lang.String name,
java.lang.Boolean childrenExpanded,
java.lang.Boolean fullPropsRetrieved,
java.lang.Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
java.lang.Integer dsid,
java.lang.Boolean versioned,
java.lang.Boolean canVersion,
java.lang.String configurationKeyword,
Envelope extent,
SpatialReference spatialReference,
double clusterTolerance,
double zClusterTolerance,
int maxGeneratedErrorCount,
java.lang.String[] featureClassNames,
TopologyRule[] topologyRules,
int topologyID)
Deprecated. |
|
| Method Summary | |
|---|---|
double |
getClusterTolerance()
The cluster tolerance of the topology. |
java.lang.String[] |
getFeatureClassNames()
The feature classes involved in the topology. |
int |
getMaxGeneratedErrorCount()
Gets the value of the maxGeneratedErrorCount property. |
int |
getTopologyID()
The ID of the topology. |
TopologyRule[] |
getTopologyRules()
Gets the value of the topologyRules property. |
double |
getZClusterTolerance()
The z cluster tolerance of the topology. |
void |
setClusterTolerance(double value)
The cluster tolerance of the topology. |
void |
setFeatureClassNames(java.lang.String[] value)
The feature classes involved in the topology. |
void |
setMaxGeneratedErrorCount(int value)
Sets the value of the maxGeneratedErrorCount property. |
void |
setTopologyID(int value)
The ID of the topology. |
void |
setTopologyRules(TopologyRule[] value)
Sets the value of the topologyRules property. |
void |
setZClusterTolerance(double value)
The z cluster tolerance of the topology. |
| Methods inherited from class com.esri.arcgisws.DEGeoDataset |
|---|
getExtent, getSpatialReference, setExtent, setSpatialReference |
| Methods inherited from class com.esri.arcgisws.DEDataset |
|---|
getCanVersion, getConfigurationKeyword, getDatasetType, getDSID, getVersioned, isCanVersion, isVersioned, setCanVersion, setConfigurationKeyword, setDatasetType, setDSID, setVersioned |
| Methods inherited from class com.esri.arcgisws.DataElement |
|---|
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, isChildrenExpanded, isFullPropsRetrieved, isMetadataRetrieved, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public DETopology(java.lang.String catalogPath,
java.lang.String name,
java.lang.Boolean childrenExpanded,
java.lang.Boolean fullPropsRetrieved,
java.lang.Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
java.lang.Integer dsid,
java.lang.Boolean versioned,
java.lang.Boolean canVersion,
java.lang.String configurationKeyword,
Envelope extent,
SpatialReference spatialReference,
double clusterTolerance,
double zClusterTolerance,
int maxGeneratedErrorCount,
java.lang.String[] featureClassNames,
TopologyRule[] topologyRules,
int topologyID)
public DETopology()
| Method Detail |
|---|
public double getClusterTolerance()
public void setClusterTolerance(double value)
public double getZClusterTolerance()
public void setZClusterTolerance(double value)
public int getMaxGeneratedErrorCount()
public void setMaxGeneratedErrorCount(int value)
public java.lang.String[] getFeatureClassNames()
[] public void setFeatureClassNames(java.lang.String[] value)
value - allowed object is
[] public TopologyRule[] getTopologyRules()
[] public void setTopologyRules(TopologyRule[] value)
value - allowed object is
[] public int getTopologyID()
public void setTopologyID(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||