Uses of Class
org.citygml4j.jaxb.gml._3_1_1.MeasureType

Packages that use MeasureType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of MeasureType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MeasureType
 MeasureType GMLMarshaller.marshalMeasure(Measure src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MeasureType
 void GMLMarshaller.marshalMeasure(Measure src, MeasureType dest)
           
 

Uses of MeasureType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MeasureType
 Measure GMLUnmarshaller.unmarshalMeasure(MeasureType src)
           
 void GMLUnmarshaller.unmarshalMeasure(MeasureType src, Measure dest)
           
 

Uses of MeasureType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of MeasureType in org.citygml4j.jaxb.gml._3_1_1
 class AngleType
          Value of an angle quantity recorded as a single number, with its units.
 class AreaType
          Value of a spatial area quantity, with its units.
 class GridLengthType
          Value of a length (or distance) quantity in a grid, where the grid spacing does not have any associated physical units, or does not have a constant physical spacing.
 class LengthType
          Value of a length (or distance) quantity, with its units.
 class ScaleType
          Value of a scale factor (or ratio) that has no physical unit.
 class SpeedType
          Value of a speed, with its units.
 class TimeType
          Value of a time or temporal quantity, with its units.
 class VolumeType
          Value of a spatial volume quantity, with its units.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MeasureType
 MeasureType ObjectFactory.createMeasureType()
          Create an instance of MeasureType
 MeasureType MovingObjectStatusType.getAcceleration()
          Gets the value of the acceleration property.
 MeasureType AngleChoiceType.getAngle()
          Gets the value of the angle property.
 MeasureType DirectedObservationAtDistanceType.getDistance()
          Gets the value of the distance property.
 MeasureType MovingObjectStatusType.getElevation()
          Gets the value of the elevation property.
 MeasureType SecondDefiningParameterType.getInverseFlattening()
          Gets the value of the inverseFlattening property.
 MeasureType ValuePropertyType.getQuantity()
          Gets the value of the quantity property.
 MeasureType RangeParametersType.getQuantity()
          Gets the value of the quantity property.
 MeasureType RelativeInternalPositionalAccuracyType.getResult()
          Gets the value of the result property.
 MeasureType AbsoluteExternalPositionalAccuracyType.getResult()
          Gets the value of the result property.
 MeasureType EllipsoidType.getSemiMajorAxis()
          Gets the value of the semiMajorAxis property.
 MeasureType SecondDefiningParameterType.getSemiMinorAxis()
          Gets the value of the semiMinorAxis property.
 MeasureType MovingObjectStatusType.getSpeed()
          Gets the value of the speed property.
 MeasureType ParameterValueType.getValue()
          Gets the value of the value property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type MeasureType
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createAngle(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createInverseFlattening(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createMeasure(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createQuantity(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createResult(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createSemiMajorAxis(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createSemiMinorAxis(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createValue(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MeasureType
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createAngle(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createInverseFlattening(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createMeasure(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createQuantity(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createResult(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createSemiMajorAxis(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createSemiMinorAxis(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 javax.xml.bind.JAXBElement<MeasureType> ObjectFactory.createValue(MeasureType value)
          Create an instance of JAXBElement<MeasureType>}
 void MovingObjectStatusType.setAcceleration(MeasureType value)
          Sets the value of the acceleration property.
 void AngleChoiceType.setAngle(MeasureType value)
          Sets the value of the angle property.
 void DirectedObservationAtDistanceType.setDistance(MeasureType value)
          Sets the value of the distance property.
 void MovingObjectStatusType.setElevation(MeasureType value)
          Sets the value of the elevation property.
 void SecondDefiningParameterType.setInverseFlattening(MeasureType value)
          Sets the value of the inverseFlattening property.
 void ValuePropertyType.setQuantity(MeasureType value)
          Sets the value of the quantity property.
 void RangeParametersType.setQuantity(MeasureType value)
          Sets the value of the quantity property.
 void RelativeInternalPositionalAccuracyType.setResult(MeasureType value)
          Sets the value of the result property.
 void AbsoluteExternalPositionalAccuracyType.setResult(MeasureType value)
          Sets the value of the result property.
 void EllipsoidType.setSemiMajorAxis(MeasureType value)
          Sets the value of the semiMajorAxis property.
 void SecondDefiningParameterType.setSemiMinorAxis(MeasureType value)
          Sets the value of the semiMinorAxis property.
 void MovingObjectStatusType.setSpeed(MeasureType value)
          Sets the value of the speed property.
 void ParameterValueType.setValue(MeasureType value)
          Sets the value of the value property.