|
|||||||||
| 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.3}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.3}ArrayOfString" minOccurs="0"/>
<element name="RasterCatalog" type="{http://www.esri.com/schemas/ArcGIS/10.3}DERasterCatalog" minOccurs="0"/>
<element name="AttributeTable" type="{http://www.esri.com/schemas/ArcGIS/10.3}DETable" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
The mosaic dataset data element.
| Constructor Summary | |
|---|---|
DEMosaicDataset()
DEMosaicDataset default constructor. |
|
DEMosaicDataset(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.lang.Object content,
java.lang.Boolean referenced,
java.lang.Integer bandCount,
java.lang.String[] childrenNames,
DERasterCatalog rasterCatalog,
DETable attributeTable)
Deprecated. |
|
| Method Summary | |
|---|---|
DETable |
getAttributeTable()
The raster attribute. |
java.lang.Integer |
getBandCount()
Gets the value of the bandCount property. |
java.lang.String[] |
getChildrenNames()
The mosaic dataset table names. |
java.lang.Object |
getContent()
The mosaic dataset content. |
DERasterCatalog |
getRasterCatalog()
The DE raster catalog. |
java.lang.Boolean |
getReferenced()
Indicates if this is a referenced mosaic dataset. |
java.lang.Boolean |
isReferenced()
Indicates if this is a referenced mosaic dataset. |
void |
setAttributeTable(DETable value)
The raster attribute. |
void |
setBandCount(java.lang.Integer value)
Sets the value of the bandCount property. |
void |
setChildrenNames(java.lang.String[] value)
The mosaic dataset table names. |
void |
setContent(java.lang.Object value)
The mosaic dataset content. |
void |
setRasterCatalog(DERasterCatalog value)
The DE raster catalog. |
void |
setReferenced(java.lang.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(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.lang.Object content,
java.lang.Boolean referenced,
java.lang.Integer bandCount,
java.lang.String[] childrenNames,
DERasterCatalog rasterCatalog,
DETable attributeTable)
public DEMosaicDataset()
| Method Detail |
|---|
public java.lang.Object getContent()
Objectpublic void setContent(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Boolean getReferenced()
Booleanpublic java.lang.Boolean isReferenced()
public void setReferenced(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getBandCount()
Integerpublic void setBandCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String[] getChildrenNames()
[] public void setChildrenNames(java.lang.String[] value)
value - allowed object is
[] public DERasterCatalog getRasterCatalog()
DERasterCatalogpublic void setRasterCatalog(DERasterCatalog value)
value - allowed object is
DERasterCatalogpublic DETable getAttributeTable()
DETablepublic void setAttributeTable(DETable value)
value - allowed object is
DETable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||