|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ImageServerIdentifyResult
public class ImageServerIdentifyResult
Java class for ImageServerIdentifyResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageServerIdentifyResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Location" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point"/>
<element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
<element name="CatalogItems" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
<element name="CatalogItemVisibilities" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ImageServerIdentifyResult()
ImageServerIdentifyResult default constructor. |
|
ImageServerIdentifyResult(int oid,
String name,
String value,
Point location,
PropertySet properties,
RecordSet catalogItems,
double[] catalogItemVisibilities)
Deprecated. |
|
| Method Summary | |
|---|---|
RecordSet |
getCatalogItems()
Gets the value of the catalogItems property. |
double[] |
getCatalogItemVisibilities()
Gets the value of the catalogItemVisibilities property. |
Point |
getLocation()
Gets the value of the location property. |
String |
getName()
Gets the value of the name property. |
int |
getOID()
Gets the value of the oid property. |
PropertySet |
getProperties()
Gets the value of the properties property. |
String |
getValue()
Gets the value of the value property. |
void |
setCatalogItems(RecordSet value)
Sets the value of the catalogItems property. |
void |
setCatalogItemVisibilities(double[] value)
Sets the value of the catalogItemVisibilities property. |
void |
setLocation(Point value)
Sets the value of the location property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOID(int value)
Sets the value of the oid property. |
void |
setProperties(PropertySet value)
Sets the value of the properties property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ImageServerIdentifyResult(int oid,
String name,
String value,
Point location,
PropertySet properties,
RecordSet catalogItems,
double[] catalogItemVisibilities)
public ImageServerIdentifyResult()
| Method Detail |
|---|
public int getOID()
public void setOID(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Point getLocation()
Pointpublic void setLocation(Point value)
value - allowed object is
Pointpublic PropertySet getProperties()
PropertySetpublic void setProperties(PropertySet value)
value - allowed object is
PropertySetpublic RecordSet getCatalogItems()
RecordSetpublic void setCatalogItems(RecordSet value)
value - allowed object is
RecordSetpublic double[] getCatalogItemVisibilities()
[] public void setCatalogItemVisibilities(double[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||