org.citygml4j.jaxb.gml._3_1_1
Class AbstractPositionalAccuracyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractPositionalAccuracyType
Direct Known Subclasses:
AbsoluteExternalPositionalAccuracyType, CovarianceMatrixType, RelativeInternalPositionalAccuracyType

public abstract class AbstractPositionalAccuracyType
extends java.lang.Object

Position error estimate (or accuracy) data.

Java class for AbstractPositionalAccuracyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractPositionalAccuracyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}measureDescription" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractPositionalAccuracyType()
           
 
Method Summary
 CodeType getMeasureDescription()
          Gets the value of the measureDescription property.
 boolean isSetMeasureDescription()
           
 void setMeasureDescription(CodeType value)
          Sets the value of the measureDescription property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPositionalAccuracyType

public AbstractPositionalAccuracyType()
Method Detail

getMeasureDescription

public CodeType getMeasureDescription()
Gets the value of the measureDescription property.

Returns:
possible object is CodeType

setMeasureDescription

public void setMeasureDescription(CodeType value)
Sets the value of the measureDescription property.

Parameters:
value - allowed object is CodeType

isSetMeasureDescription

public boolean isSetMeasureDescription()