|
|||||||||
| 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.DECadastralFabric
public class DECadastralFabric
Java class for DECadastralFabric complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DECadastralFabric">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DEGeoDataset">
<sequence>
<element name="ConfigurationKeyword" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DefaultAccuracy" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CadastralFieldEditsCollection" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfCadastralFieldEdits"/>
<element name="UseDefaultAccuracies" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CompiledAccuracy" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="BufferDistanceForAdjustment" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CadastralFabricType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SurrogateVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MaximumShiftThreshold" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MultiGenerationEditing" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MultiLevelReconcile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PinAdjustmentBoundary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PinPointsWithinBoundary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MinorVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="WriteAdjustmentVectors" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SysTableFieldDomainMap" type="{http://www.esri.com/schemas/ArcGIS/10.3}Names" minOccurs="0"/>
<element name="ArrayOfPropertySet" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfPropertySet" minOccurs="0"/>
<element name="PropsUserDefined" type="{http://www.esri.com/schemas/ArcGIS/10.3}PropertySet" minOccurs="0"/>
<element name="PropsImporterLoading" type="{http://www.esri.com/schemas/ArcGIS/10.3}PropertySet" minOccurs="0"/>
<element name="PropsCoordTolerances" type="{http://www.esri.com/schemas/ArcGIS/10.3}PropertySet" minOccurs="0"/>
<element name="PropsEditSettings" type="{http://www.esri.com/schemas/ArcGIS/10.3}PropertySet" minOccurs="0"/>
<element name="PropsCatalogDataset" type="{http://www.esri.com/schemas/ArcGIS/10.3}PropertySet" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DECadastralFabric()
DECadastralFabric default constructor. |
|
DECadastralFabric(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,
java.util.List rest)
Deprecated. |
|
| Method Summary | |
|---|---|
java.util.List |
getRest()
Gets the rest of the content model. |
| 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 DECadastralFabric(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,
java.util.List rest)
public DECadastralFabric()
| Method Detail |
|---|
public java.util.List getRest()
You are getting this "catch-all" property because of the following reason: The field name "ConfigurationKeyword" is used by two different parts of a schema. See: line 309 of file:GeoDataServer.wsdl line 2249 of file:GeoDataServer.wsdl
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rest property.
For example, to add a new item, do as follows:
getRest().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement <Integer>
JAXBElement <PropertySet>
JAXBElement <Double>
JAXBElement <Boolean>
JAXBElement <PropertySet>
JAXBElement <PropertySet>
JAXBElement <PropertySet>
JAXBElement <Integer>
JAXBElement <Boolean>
JAXBElement <PropertySet>
JAXBElement <Double>
JAXBElement <Integer>
JAXBElement <[] >
JAXBElement <String>
JAXBElement <Boolean>
JAXBElement <[] >
JAXBElement <Boolean>
JAXBElement <Integer>
JAXBElement <String>
JAXBElement <Integer>
JAXBElement <Boolean>
JAXBElement <Boolean>
JAXBElement <[] >
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||