| 
|||||||||
| 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.DETerrain
public class DETerrain
Java class for DETerrain complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="DETerrain">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEGeoDataset">
       <sequence>
         <element name="FeatureDatasetName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PyramidType" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="WindowSizeMethod" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="WindowSizeZThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="WindowSizeZThresholdStrategy" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="TileSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="MaxShapeSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="MaxOverviewSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ConfigurationKeyword" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TerrainDataSources" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfTerrainDataSource"/>
         <element name="TerrainPyramidLevelZTols" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfTerrainPyramidLevelZTol" minOccurs="0"/>
         <element name="TerrainPyramidLevelWindowSizes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfTerrainPyramidLevelWindowSize" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
DETerrain()
DETerrain default constructor.  | 
|
DETerrain(String catalogPath,
          String name,
          Boolean childrenExpanded,
          Boolean fullPropsRetrieved,
          Boolean metadataRetrieved,
          XmlPropertySet metadata,
          DataElement[] children,
          EsriDatasetType datasetType,
          Integer dsid,
          Boolean versioned,
          Boolean canVersion,
          String configurationKeyword,
          Envelope extent,
          SpatialReference spatialReference,
          List rest)
Deprecated.  | 
|
| Method Summary | |
|---|---|
 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 DETerrain(String catalogPath,
                            String name,
                            Boolean childrenExpanded,
                            Boolean fullPropsRetrieved,
                            Boolean metadataRetrieved,
                            XmlPropertySet metadata,
                            DataElement[] children,
                            EsriDatasetType datasetType,
                            Integer dsid,
                            Boolean versioned,
                            Boolean canVersion,
                            String configurationKeyword,
                            Envelope extent,
                            SpatialReference spatialReference,
                            List rest)
public DETerrain()
| Method Detail | 
|---|
public 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 427 of file:GeoDataServer.wsdl line 2201 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 <[] >
 JAXBElement <Integer>
 JAXBElement <Integer>
 JAXBElement <Integer>
 JAXBElement <String>
 JAXBElement <[] >
 JAXBElement <[] >
 JAXBElement <Integer>
 JAXBElement <Integer>
 JAXBElement <Integer>
 JAXBElement <Integer>
 JAXBElement <String>
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||