|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RasterDef
public class RasterDef
Raster Column Definition Class.
Java class for RasterDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterDef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsByRef" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
<element name="IsByFunction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Raster Column Definition Class.
| Constructor Summary | |
|---|---|
RasterDef()
RasterDef default constructor. |
|
RasterDef(String description,
Boolean isByRef,
SpatialReference spatialReference,
Boolean isByFunction)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getDescription()
The raster column description. |
Boolean |
getIsByFunction()
Indicates if the Raster column value is of type function raster dataset. |
Boolean |
getIsByRef()
Indicates if the Raster column value is to be managed by GeoDatabase. |
SpatialReference |
getSpatialReference()
The SpatialReference of the raster. |
Boolean |
isIsByFunction()
Indicates if the Raster column value is of type function raster dataset. |
Boolean |
isIsByRef()
Indicates if the Raster column value is to be managed by GeoDatabase. |
void |
setDescription(String value)
The raster column description. |
void |
setIsByFunction(Boolean value)
Indicates if the Raster column value is of type function raster dataset. |
void |
setIsByRef(Boolean value)
Indicates if the Raster column value is to be managed by GeoDatabase. |
void |
setSpatialReference(SpatialReference value)
The SpatialReference of the raster. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public RasterDef(String description,
Boolean isByRef,
SpatialReference spatialReference,
Boolean isByFunction)
public RasterDef()
| Method Detail |
|---|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean getIsByRef()
Booleanpublic Boolean isIsByRef()
public void setIsByRef(Boolean value)
value - allowed object is
Booleanpublic SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Boolean getIsByFunction()
Booleanpublic Boolean isIsByFunction()
public void setIsByFunction(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||