it.cnr.imaa.essi.ncml.binding.gml
Class AbstractPositionalAccuracyType

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.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>
 


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

Field Detail

measureDescription

protected CodeType measureDescription
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


Copyright © 2007. All Rights Reserved.