it.cnr.imaa.essi.ncml.binding.gml
Class AbstractPositionalAccuracyType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
measureDescription
protected CodeType measureDescription
AbstractPositionalAccuracyType
public AbstractPositionalAccuracyType()
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.