|
|||||||||
| 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.3}SpatialReference" minOccurs="0"/>
<element name="IsByFunction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsInline" 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(java.lang.String description,
java.lang.Boolean isByRef,
SpatialReference spatialReference,
java.lang.Boolean isByFunction,
java.lang.Boolean isInline)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
The raster column description. |
java.lang.Boolean |
getIsByFunction()
Indicates if the Raster column value is of type function raster dataset. |
java.lang.Boolean |
getIsByRef()
Indicates if the Raster column value is to be managed by GeoDatabase. |
java.lang.Boolean |
getIsInline()
Indicates if the Raster column value is a managed inline raster dataset. |
SpatialReference |
getSpatialReference()
The SpatialReference of the raster. |
java.lang.Boolean |
isIsByFunction()
Indicates if the Raster column value is of type function raster dataset. |
java.lang.Boolean |
isIsByRef()
Indicates if the Raster column value is to be managed by GeoDatabase. |
java.lang.Boolean |
isIsInline()
Indicates if the Raster column value is a managed inline raster dataset. |
void |
setDescription(java.lang.String value)
The raster column description. |
void |
setIsByFunction(java.lang.Boolean value)
Indicates if the Raster column value is of type function raster dataset. |
void |
setIsByRef(java.lang.Boolean value)
Indicates if the Raster column value is to be managed by GeoDatabase. |
void |
setIsInline(java.lang.Boolean value)
Indicates if the Raster column value is a managed inline raster dataset. |
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(java.lang.String description,
java.lang.Boolean isByRef,
SpatialReference spatialReference,
java.lang.Boolean isByFunction,
java.lang.Boolean isInline)
public RasterDef()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getIsByRef()
Booleanpublic java.lang.Boolean isIsByRef()
public void setIsByRef(java.lang.Boolean value)
value - allowed object is
Booleanpublic SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic java.lang.Boolean getIsByFunction()
Booleanpublic java.lang.Boolean isIsByFunction()
public void setIsByFunction(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getIsInline()
Booleanpublic java.lang.Boolean isIsInline()
public void setIsInline(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||