org.citygml4j.jaxb.gml._3_1_1
Class AbsoluteExternalPositionalAccuracyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractPositionalAccuracyType
      extended by 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>
 


Constructor Summary
AbsoluteExternalPositionalAccuracyType()
           
 
Method Summary
 MeasureType getResult()
          Gets the value of the result property.
 boolean isSetResult()
           
 void setResult(MeasureType value)
          Sets the value of the result property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractPositionalAccuracyType
getMeasureDescription, isSetMeasureDescription, setMeasureDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsoluteExternalPositionalAccuracyType

public AbsoluteExternalPositionalAccuracyType()
Method Detail

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()