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

Packages that use Measure
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.basicTypes   
org.citygml4j.impl.gml.measures   
org.citygml4j.impl.gml.valueObjects   
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.factory
 

Methods in org.citygml4j.factory that return Measure
 Measure GMLFactory.createMeasure()
           
 

Methods in org.citygml4j.factory with parameters of type Measure
 ScalarValue GMLFactory.createScalarValue(Measure quantity)
           
 

Uses of Measure in org.citygml4j.impl.gml.basicTypes
 

Classes in org.citygml4j.impl.gml.basicTypes that implement Measure
 class MeasureImpl
           
 

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

Classes in org.citygml4j.impl.gml.measures that implement Measure
 class LengthImpl
           
 class SpeedImpl
           
 

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

Methods in org.citygml4j.impl.gml.valueObjects that return Measure
 Measure ScalarValueImpl.getQuantity()
           
 

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

Constructors in org.citygml4j.impl.gml.valueObjects with parameters of type Measure
ScalarValueImpl(Measure quantity)
           
 

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

Subinterfaces of Measure in org.citygml4j.model.gml.measures
 interface Length
           
 interface 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)