|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ImageDescription
public class ImageDescription
Java class for ImageDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ImageType" type="{http://www.esri.com/schemas/ArcGIS/10.0}ImageType" minOccurs="0"/>
<element name="ImageDisplay" type="{http://www.esri.com/schemas/ArcGIS/10.0}ImageDisplay" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ImageDescription()
ImageDescription default constructor. |
|
ImageDescription(ImageType imageType,
ImageDisplay imageDisplay)
Deprecated. |
|
| Method Summary | |
|---|---|
ImageDisplay |
getImageDisplay()
The display characteristics of the image to be generated. |
ImageType |
getImageType()
The type of image to be generated. |
void |
setImageDisplay(ImageDisplay value)
The display characteristics of the image to be generated. |
void |
setImageType(ImageType value)
The type of image to be generated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ImageDescription(ImageType imageType,
ImageDisplay imageDisplay)
public ImageDescription()
| Method Detail |
|---|
public ImageType getImageType()
ImageTypepublic void setImageType(ImageType value)
value - allowed object is
ImageTypepublic ImageDisplay getImageDisplay()
ImageDisplaypublic void setImageDisplay(ImageDisplay value)
value - allowed object is
ImageDisplay
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||