it.cnr.imaa.essi.ncml.binding.gml
Class AbsoluteExternalPositionalAccuracyType
java.lang.Object
it.cnr.imaa.essi.ncml.binding.gml.AbstractPositionalAccuracyType
it.cnr.imaa.essi.ncml.binding.gml.AbsoluteExternalPositionalAccuracyType
public class AbsoluteExternalPositionalAccuracyType
- extends AbstractPositionalAccuracyType
Closeness of reported coordinate values to values accepted as or being true.
Java class for AbsoluteExternalPositionalAccuracyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbsoluteExternalPositionalAccuracyType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractPositionalAccuracyType">
<sequence>
<element ref="{http://www.opengis.net/gml}result"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
protected MeasureType result
AbsoluteExternalPositionalAccuracyType
public AbsoluteExternalPositionalAccuracyType()
getResult
public MeasureType getResult()
- Gets the value of the result property.
- Returns:
- possible object is
MeasureType
setResult
public void setResult(MeasureType value)
- Sets the value of the result property.
- Parameters:
value - allowed object is
MeasureType
Copyright © 2007. All Rights Reserved.