|
||||||||||
| 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
| Constructor Summary | |
DERasterBand()
|
|
DERasterBand(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,
boolean hasOID,
java.lang.String OIDFieldName,
Fields fields,
Indexes indexes,
java.lang.String CLSID,
java.lang.String EXTCLSID,
java.lang.String[] relationshipClassNames,
java.lang.String aliasName,
java.lang.String modelName,
java.lang.Boolean hasGlobalID,
java.lang.String globalIDFieldName,
java.lang.String rasterFieldName,
PropertySet extensionProperties,
java.lang.String subtypeFieldName,
java.lang.Integer defaultSubtypeCode,
Subtype[] subtypes,
ControllerMembership[] controllerMemberships,
java.lang.Boolean isInteger,
java.lang.Double meanCellHeight,
java.lang.Double meanCellWidth,
java.lang.Integer height,
java.lang.Integer width,
RstPixelType pixelType,
java.lang.Integer primaryField,
EsriRasterTableTypeEnum tableType,
Envelope extent,
SpatialReference spatialReference)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Envelope |
getExtent()
Gets the extent value for this DERasterBand. |
java.lang.Integer |
getHeight()
Gets the height value for this DERasterBand. |
java.lang.Boolean |
getIsInteger()
Gets the isInteger value for this DERasterBand. |
java.lang.Double |
getMeanCellHeight()
Gets the meanCellHeight value for this DERasterBand. |
java.lang.Double |
getMeanCellWidth()
Gets the meanCellWidth value for this DERasterBand. |
RstPixelType |
getPixelType()
Gets the pixelType value for this DERasterBand. |
java.lang.Integer |
getPrimaryField()
Gets the primaryField value for this DERasterBand. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
SpatialReference |
getSpatialReference()
Gets the spatialReference value for this DERasterBand. |
EsriRasterTableTypeEnum |
getTableType()
Gets the tableType value for this DERasterBand. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.Integer |
getWidth()
Gets the width value for this DERasterBand. |
int |
hashCode()
|
void |
setExtent(Envelope extent)
Sets the extent value for this DERasterBand. |
void |
setHeight(java.lang.Integer height)
Sets the height value for this DERasterBand. |
void |
setIsInteger(java.lang.Boolean isInteger)
Sets the isInteger value for this DERasterBand. |
void |
setMeanCellHeight(java.lang.Double meanCellHeight)
Sets the meanCellHeight value for this DERasterBand. |
void |
setMeanCellWidth(java.lang.Double meanCellWidth)
Sets the meanCellWidth value for this DERasterBand. |
void |
setPixelType(RstPixelType pixelType)
Sets the pixelType value for this DERasterBand. |
void |
setPrimaryField(java.lang.Integer primaryField)
Sets the primaryField value for this DERasterBand. |
void |
setSpatialReference(SpatialReference spatialReference)
Sets the spatialReference value for this DERasterBand. |
void |
setTableType(EsriRasterTableTypeEnum tableType)
Sets the tableType value for this DERasterBand. |
void |
setWidth(java.lang.Integer width)
Sets the width value for this DERasterBand. |
| Methods inherited from class com.esri.arcgisws.DEDataset |
getCanVersion, getDatasetType, getDSID, getVersioned, setCanVersion, setDatasetType, setDSID, setVersioned |
| Methods inherited from class com.esri.arcgisws.DataElement |
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DERasterBand()
public DERasterBand(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,
boolean hasOID,
java.lang.String OIDFieldName,
Fields fields,
Indexes indexes,
java.lang.String CLSID,
java.lang.String EXTCLSID,
java.lang.String[] relationshipClassNames,
java.lang.String aliasName,
java.lang.String modelName,
java.lang.Boolean hasGlobalID,
java.lang.String globalIDFieldName,
java.lang.String rasterFieldName,
PropertySet extensionProperties,
java.lang.String subtypeFieldName,
java.lang.Integer defaultSubtypeCode,
Subtype[] subtypes,
ControllerMembership[] controllerMemberships,
java.lang.Boolean isInteger,
java.lang.Double meanCellHeight,
java.lang.Double meanCellWidth,
java.lang.Integer height,
java.lang.Integer width,
RstPixelType pixelType,
java.lang.Integer primaryField,
EsriRasterTableTypeEnum tableType,
Envelope extent,
SpatialReference spatialReference)
| Method Detail |
public java.lang.Boolean getIsInteger()
public void setIsInteger(java.lang.Boolean isInteger)
isInteger - public java.lang.Double getMeanCellHeight()
public void setMeanCellHeight(java.lang.Double meanCellHeight)
meanCellHeight - public java.lang.Double getMeanCellWidth()
public void setMeanCellWidth(java.lang.Double meanCellWidth)
meanCellWidth - public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
height - public java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
width - public RstPixelType getPixelType()
public void setPixelType(RstPixelType pixelType)
pixelType - public java.lang.Integer getPrimaryField()
public void setPrimaryField(java.lang.Integer primaryField)
primaryField - public EsriRasterTableTypeEnum getTableType()
public void setTableType(EsriRasterTableTypeEnum tableType)
tableType - public Envelope getExtent()
public void setExtent(Envelope extent)
extent - public SpatialReference getSpatialReference()
public void setSpatialReference(SpatialReference spatialReference)
spatialReference - public boolean equals(java.lang.Object obj)
equals in class DETablepublic int hashCode()
hashCode in class DETablepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||