|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.ImageServerMeasureResult
public class ImageServerMeasureResult
Java class for ImageServerMeasureResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageServerMeasureResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SensorName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Operation" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Measurement" type="{http://www.esri.com/schemas/ArcGIS/10.3}PropertySet"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ImageServerMeasureResult()
ImageServerMeasureResult default constructor. |
|
ImageServerMeasureResult(java.lang.String name,
java.lang.String sensorName,
java.lang.String operation,
PropertySet measurement)
Deprecated. |
Method Summary | |
---|---|
PropertySet |
getMeasurement()
Gets the value of the measurement property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getOperation()
Gets the value of the operation property. |
java.lang.String |
getSensorName()
Gets the value of the sensorName property. |
void |
setMeasurement(PropertySet value)
Sets the value of the measurement property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOperation(java.lang.String value)
Sets the value of the operation property. |
void |
setSensorName(java.lang.String value)
Sets the value of the sensorName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public ImageServerMeasureResult(java.lang.String name, java.lang.String sensorName, java.lang.String operation, PropertySet measurement)
public ImageServerMeasureResult()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSensorName()
String
public void setSensorName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOperation()
String
public void setOperation(java.lang.String value)
value
- allowed object is
String
public PropertySet getMeasurement()
PropertySet
public void setMeasurement(PropertySet value)
value
- allowed object is
PropertySet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |