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

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractPositionalAccuracyType
      extended by it.cnr.imaa.essi.ncml.binding.gml.RelativeInternalPositionalAccuracyType

public class RelativeInternalPositionalAccuracyType
extends AbstractPositionalAccuracyType

Closeness of the relative positions of two or more positions to their respective relative positions accepted as or being true.

Java class for RelativeInternalPositionalAccuracyType complex type.

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

 <complexType name="RelativeInternalPositionalAccuracyType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractPositionalAccuracyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}result"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  MeasureType result
           
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractPositionalAccuracyType
measureDescription
 
Constructor Summary
RelativeInternalPositionalAccuracyType()
           
 
Method Summary
 MeasureType getResult()
          Gets the value of the result property.
 void setResult(MeasureType value)
          Sets the value of the result property.
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractPositionalAccuracyType
getMeasureDescription, setMeasureDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

protected MeasureType result
Constructor Detail

RelativeInternalPositionalAccuracyType

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


Copyright © 2007. All Rights Reserved.