Uses of Class
org.citygml4j.model.gml.basicTypes.Measure

Packages that use Measure
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.citygml.generics   
org.citygml4j.model.gml.measures   
org.citygml4j.model.gml.valueObjects   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Measure
 Measure GMLUnmarshaller.unmarshalMeasure(MeasureType src)
           
 

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

Uses of Measure in org.citygml4j.model.citygml.generics
 

Methods in org.citygml4j.model.citygml.generics that return Measure
 Measure MeasureAttribute.getValue()
           
 

Methods in org.citygml4j.model.citygml.generics with parameters of type Measure
 void MeasureAttribute.setValue(Measure value)
           
 

Uses of Measure in org.citygml4j.model.gml.measures
 

Subclasses of Measure in org.citygml4j.model.gml.measures
 class Length
           
 class Speed
           
 

Uses of Measure in org.citygml4j.model.gml.valueObjects
 

Methods in org.citygml4j.model.gml.valueObjects that return Measure
 Measure ScalarValue.getQuantity()
           
 

Methods in org.citygml4j.model.gml.valueObjects with parameters of type Measure
 void ScalarValue.setQuantity(Measure quantity)
           
 

Constructors in org.citygml4j.model.gml.valueObjects with parameters of type Measure
ScalarValue(Measure quantity)