|
|||||||||
| 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.DEMosaicDataset
public class DEMosaicDataset
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.
| 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 |
|---|
@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)
public DEMosaicDataset()
| Method Detail |
|---|
public Object getContent()
Objectpublic void setContent(Object value)
value - allowed object is
Objectpublic Boolean getReferenced()
Booleanpublic Boolean isReferenced()
public void setReferenced(Boolean value)
value - allowed object is
Booleanpublic Integer getBandCount()
Integerpublic void setBandCount(Integer value)
value - allowed object is
Integerpublic String[] getChildrenNames()
[] public void setChildrenNames(String[] value)
value - allowed object is
[] public DERasterCatalog getRasterCatalog()
DERasterCatalogpublic void setRasterCatalog(DERasterCatalog value)
value - allowed object is
DERasterCatalog
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||