com.esri.arcgisws
Class DEMosaicDataset

java.lang.Object
  extended by com.esri.arcgisws.DataElement
      extended by com.esri.arcgisws.DEDataset
          extended by com.esri.arcgisws.DEGeoDataset
              extended by com.esri.arcgisws.DEMosaicDataset
All Implemented Interfaces:
Serializable

public class DEMosaicDataset
extends DEGeoDataset
implements Serializable

The mosaic dataset data element.

Java class for DEMosaicDataset complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DEMosaicDataset">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEGeoDataset">
       <sequence>
         <element name="Content" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="Referenced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BandCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ChildrenNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
         <element name="RasterCatalog" type="{http://www.esri.com/schemas/ArcGIS/10.0}DERasterCatalog" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
The mosaic dataset data element.

See Also:
Serialized Form

Constructor Summary
DEMosaicDataset()
          DEMosaicDataset default constructor.
DEMosaicDataset(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, Object content, Boolean referenced, Integer bandCount, String[] childrenNames, DERasterCatalog rasterCatalog)
          Deprecated. 
 
Method Summary
 Integer getBandCount()
          Gets the value of the bandCount property.
 String[] getChildrenNames()
          The mosaic dataset table names.
 Object getContent()
          The mosaic dataset content.
 DERasterCatalog getRasterCatalog()
          The DE raster catalog.
 Boolean getReferenced()
          Indicates if this is a referenced mosaic dataset.
 Boolean isReferenced()
          Indicates if this is a referenced mosaic dataset.
 void setBandCount(Integer value)
          Sets the value of the bandCount property.
 void setChildrenNames(String[] value)
          The mosaic dataset table names.
 void setContent(Object value)
          The mosaic dataset content.
 void setRasterCatalog(DERasterCatalog value)
          The DE raster catalog.
 void setReferenced(Boolean value)
          Indicates if this is a referenced mosaic dataset.
 
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

DEMosaicDataset

@Deprecated
public DEMosaicDataset(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,
                                  Object content,
                                  Boolean referenced,
                                  Integer bandCount,
                                  String[] childrenNames,
                                  DERasterCatalog rasterCatalog)
Deprecated. 

DEMosaicDataset constructor.


DEMosaicDataset

public DEMosaicDataset()
DEMosaicDataset default constructor.

Method Detail

getContent

public Object getContent()
The mosaic dataset content. Gets the value of the content property.

Returns:
possible object is Object

setContent

public void setContent(Object value)
The mosaic dataset content. Sets the value of the content property.

Parameters:
value - allowed object is Object

getReferenced

public Boolean getReferenced()
Indicates if this is a referenced mosaic dataset. Gets the value of the referenced property.

Returns:
possible object is Boolean

isReferenced

public Boolean isReferenced()
Indicates if this is a referenced mosaic dataset.


setReferenced

public void setReferenced(Boolean value)
Indicates if this is a referenced mosaic dataset. Sets the value of the referenced property.

Parameters:
value - allowed object is Boolean

getBandCount

public Integer getBandCount()
Gets the value of the bandCount property.

Returns:
possible object is Integer

setBandCount

public void setBandCount(Integer value)
Sets the value of the bandCount property.

Parameters:
value - allowed object is Integer

getChildrenNames

public String[] getChildrenNames()
The mosaic dataset table names. Gets the value of the childrenNames property.

Returns:
possible object is []

setChildrenNames

public void setChildrenNames(String[] value)
The mosaic dataset table names. Sets the value of the childrenNames property.

Parameters:
value - allowed object is []

getRasterCatalog

public DERasterCatalog getRasterCatalog()
The DE raster catalog. Gets the value of the rasterCatalog property.

Returns:
possible object is DERasterCatalog

setRasterCatalog

public void setRasterCatalog(DERasterCatalog value)
The DE raster catalog. Sets the value of the rasterCatalog property.

Parameters:
value - allowed object is DERasterCatalog