|
|||||||||
| 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.DETable
com.esri.arcgisws.DERasterBand
public class DERasterBand
Java class for DERasterBand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DERasterBand">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DETable">
<sequence>
<element name="IsInteger" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MeanCellHeight" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MeanCellWidth" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PixelType" type="{http://www.esri.com/schemas/ArcGIS/10.0}rstPixelType" minOccurs="0"/>
<element name="PrimaryField" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TableType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriRasterTableTypeEnum" minOccurs="0"/>
<element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DERasterBand()
DERasterBand default constructor. |
|
DERasterBand(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
boolean hasOID,
String oidFieldName,
Fields fields,
Indexes indexes,
String clsid,
String extclsid,
String[] relationshipClassNames,
String aliasName,
String modelName,
Boolean hasGlobalID,
String globalIDFieldName,
String rasterFieldName,
PropertySet extensionProperties,
String subtypeFieldName,
Integer defaultSubtypeCode,
Subtype[] subtypes,
ControllerMembership[] controllerMemberships,
Boolean isInteger,
Double meanCellHeight,
Double meanCellWidth,
Integer height,
Integer width,
RstPixelType pixelType,
Integer primaryField,
EsriRasterTableTypeEnum tableType,
Envelope extent,
SpatialReference spatialReference)
Deprecated. |
|
| Method Summary | |
|---|---|
Envelope |
getExtent()
Gets the value of the extent property. |
Integer |
getHeight()
Gets the value of the height property. |
Boolean |
getIsInteger()
Gets the value of the isInteger property. |
Double |
getMeanCellHeight()
Gets the value of the meanCellHeight property. |
Double |
getMeanCellWidth()
Gets the value of the meanCellWidth property. |
RstPixelType |
getPixelType()
Gets the value of the pixelType property. |
Integer |
getPrimaryField()
Gets the value of the primaryField property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
EsriRasterTableTypeEnum |
getTableType()
Gets the value of the tableType property. |
Integer |
getWidth()
Gets the value of the width property. |
Boolean |
isIsInteger()
|
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setHeight(Integer value)
Sets the value of the height property. |
void |
setIsInteger(Boolean value)
Sets the value of the isInteger property. |
void |
setMeanCellHeight(Double value)
Sets the value of the meanCellHeight property. |
void |
setMeanCellWidth(Double value)
Sets the value of the meanCellWidth property. |
void |
setPixelType(RstPixelType value)
Sets the value of the pixelType property. |
void |
setPrimaryField(Integer value)
Sets the value of the primaryField property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
void |
setTableType(EsriRasterTableTypeEnum value)
Sets the value of the tableType property. |
void |
setWidth(Integer value)
Sets the value of the width property. |
| 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 DERasterBand(String catalogPath,
String name,
Boolean childrenExpanded,
Boolean fullPropsRetrieved,
Boolean metadataRetrieved,
XmlPropertySet metadata,
DataElement[] children,
EsriDatasetType datasetType,
Integer dsid,
Boolean versioned,
Boolean canVersion,
String configurationKeyword,
boolean hasOID,
String oidFieldName,
Fields fields,
Indexes indexes,
String clsid,
String extclsid,
String[] relationshipClassNames,
String aliasName,
String modelName,
Boolean hasGlobalID,
String globalIDFieldName,
String rasterFieldName,
PropertySet extensionProperties,
String subtypeFieldName,
Integer defaultSubtypeCode,
Subtype[] subtypes,
ControllerMembership[] controllerMemberships,
Boolean isInteger,
Double meanCellHeight,
Double meanCellWidth,
Integer height,
Integer width,
RstPixelType pixelType,
Integer primaryField,
EsriRasterTableTypeEnum tableType,
Envelope extent,
SpatialReference spatialReference)
public DERasterBand()
| Method Detail |
|---|
public Boolean getIsInteger()
Booleanpublic Boolean isIsInteger()
public void setIsInteger(Boolean value)
value - allowed object is
Booleanpublic Double getMeanCellHeight()
Doublepublic void setMeanCellHeight(Double value)
value - allowed object is
Doublepublic Double getMeanCellWidth()
Doublepublic void setMeanCellWidth(Double value)
value - allowed object is
Doublepublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic Integer getWidth()
Integerpublic void setWidth(Integer value)
value - allowed object is
Integerpublic RstPixelType getPixelType()
RstPixelTypepublic void setPixelType(RstPixelType value)
value - allowed object is
RstPixelTypepublic Integer getPrimaryField()
Integerpublic void setPrimaryField(Integer value)
value - allowed object is
Integerpublic EsriRasterTableTypeEnum getTableType()
EsriRasterTableTypeEnumpublic void setTableType(EsriRasterTableTypeEnum value)
value - allowed object is
EsriRasterTableTypeEnumpublic Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelopepublic SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||