|
|||||||||
| 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.DERasterDataset
public class DERasterDataset
Java class for DERasterDataset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DERasterDataset">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEGeoDataset">
<sequence>
<element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CompressionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SensorType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BandCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Permanent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="StorageDef" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterStorageDef" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DERasterDataset()
DERasterDataset default constructor. |
|
DERasterDataset(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,
String format,
String compressionType,
String sensorType,
Integer bandCount,
Boolean permanent,
RasterStorageDef storageDef)
Deprecated. |
|
| Method Summary | |
|---|---|
Integer |
getBandCount()
Gets the value of the bandCount property. |
String |
getCompressionType()
Gets the value of the compressionType property. |
String |
getFormat()
Gets the value of the format property. |
Boolean |
getPermanent()
Gets the value of the permanent property. |
String |
getSensorType()
Gets the value of the sensorType property. |
RasterStorageDef |
getStorageDef()
Gets the value of the storageDef property. |
Boolean |
isPermanent()
|
void |
setBandCount(Integer value)
Sets the value of the bandCount property. |
void |
setCompressionType(String value)
Sets the value of the compressionType property. |
void |
setFormat(String value)
Sets the value of the format property. |
void |
setPermanent(Boolean value)
Sets the value of the permanent property. |
void |
setSensorType(String value)
Sets the value of the sensorType property. |
void |
setStorageDef(RasterStorageDef value)
Sets the value of the storageDef property. |
| 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 DERasterDataset(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,
String format,
String compressionType,
String sensorType,
Integer bandCount,
Boolean permanent,
RasterStorageDef storageDef)
public DERasterDataset()
| Method Detail |
|---|
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic String getCompressionType()
Stringpublic void setCompressionType(String value)
value - allowed object is
Stringpublic String getSensorType()
Stringpublic void setSensorType(String value)
value - allowed object is
Stringpublic Integer getBandCount()
Integerpublic void setBandCount(Integer value)
value - allowed object is
Integerpublic Boolean getPermanent()
Booleanpublic Boolean isPermanent()
public void setPermanent(Boolean value)
value - allowed object is
Booleanpublic RasterStorageDef getStorageDef()
RasterStorageDefpublic void setStorageDef(RasterStorageDef value)
value - allowed object is
RasterStorageDef
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||