|
|||||||||
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.3}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.3}RasterStorageDef" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
DERasterDataset()
DERasterDataset default constructor. |
|
DERasterDataset(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.String format,
java.lang.String compressionType,
java.lang.String sensorType,
java.lang.Integer bandCount,
java.lang.Boolean permanent,
RasterStorageDef storageDef)
Deprecated. |
Method Summary | |
---|---|
java.lang.Integer |
getBandCount()
Gets the value of the bandCount property. |
java.lang.String |
getCompressionType()
Gets the value of the compressionType property. |
java.lang.String |
getFormat()
Gets the value of the format property. |
java.lang.Boolean |
getPermanent()
Gets the value of the permanent property. |
java.lang.String |
getSensorType()
Gets the value of the sensorType property. |
RasterStorageDef |
getStorageDef()
Gets the value of the storageDef property. |
java.lang.Boolean |
isPermanent()
|
void |
setBandCount(java.lang.Integer value)
Sets the value of the bandCount property. |
void |
setCompressionType(java.lang.String value)
Sets the value of the compressionType property. |
void |
setFormat(java.lang.String value)
Sets the value of the format property. |
void |
setPermanent(java.lang.Boolean value)
Sets the value of the permanent property. |
void |
setSensorType(java.lang.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(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.String format, java.lang.String compressionType, java.lang.String sensorType, java.lang.Integer bandCount, java.lang.Boolean permanent, RasterStorageDef storageDef)
public DERasterDataset()
Method Detail |
---|
public java.lang.String getFormat()
String
public void setFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCompressionType()
String
public void setCompressionType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSensorType()
String
public void setSensorType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getBandCount()
Integer
public void setBandCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean getPermanent()
Boolean
public java.lang.Boolean isPermanent()
public void setPermanent(java.lang.Boolean value)
value
- allowed object is
Boolean
public RasterStorageDef getStorageDef()
RasterStorageDef
public 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 |