org.citygml4j.jaxb.gml._3_1_1
Class AbsoluteExternalPositionalAccuracyType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractPositionalAccuracyType
org.citygml4j.jaxb.gml._3_1_1.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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
isSetResult
public boolean isSetResult()