org.citygml4j.jaxb.gml._3_1_1
Class RelativeInternalPositionalAccuracyType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractPositionalAccuracyType
org.citygml4j.jaxb.gml._3_1_1.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>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelativeInternalPositionalAccuracyType
public RelativeInternalPositionalAccuracyType()
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()