Uses of Interface
org.citygml4j.model.gml.measures.Length

Packages that use Length
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.citygml.building   
org.citygml4j.impl.citygml.vegetation   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.impl.gml.measures   
org.citygml4j.model.citygml.building   
org.citygml4j.model.citygml.vegetation   
org.citygml4j.model.gml.geometry.primitives   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Length
 LengthType GMLMarshaller.marshalLength(Length src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Length
 Length GMLUnmarshaller.unmarshalLength(LengthType src)
           
 

Uses of Length in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Length
 Length GMLFactory.createLength()
           
 

Uses of Length in org.citygml4j.impl.citygml.building
 

Methods in org.citygml4j.impl.citygml.building that return Length
 Length AbstractBuildingImpl.getMeasuredHeight()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type Length
 void AbstractBuildingImpl.setMeasuredHeight(Length measuredHeight)
           
 

Uses of Length in org.citygml4j.impl.citygml.vegetation
 

Methods in org.citygml4j.impl.citygml.vegetation that return Length
 Length PlantCoverImpl.getAverageHeight()
           
 Length SolitaryVegetationObjectImpl.getCrownDiameter()
           
 Length SolitaryVegetationObjectImpl.getHeight()
           
 Length SolitaryVegetationObjectImpl.getTrunkDiameter()
           
 

Methods in org.citygml4j.impl.citygml.vegetation with parameters of type Length
 void PlantCoverImpl.setAverageHeight(Length averageHeight)
           
 void SolitaryVegetationObjectImpl.setCrownDiameter(Length crownDiameter)
           
 void SolitaryVegetationObjectImpl.setHeight(Length height)
           
 void SolitaryVegetationObjectImpl.setTrunkDiameter(Length trunkDiameter)
           
 

Uses of Length in org.citygml4j.impl.gml.geometry.primitives
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return Length
 Length TinImpl.getMaxLength()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type Length
 void TinImpl.setMaxLength(Length maxLength)
           
 

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

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

Uses of Length in org.citygml4j.model.citygml.building
 

Methods in org.citygml4j.model.citygml.building that return Length
 Length AbstractBuilding.getMeasuredHeight()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type Length
 void AbstractBuilding.setMeasuredHeight(Length measuredHeight)
           
 

Uses of Length in org.citygml4j.model.citygml.vegetation
 

Methods in org.citygml4j.model.citygml.vegetation that return Length
 Length PlantCover.getAverageHeight()
           
 Length SolitaryVegetationObject.getCrownDiameter()
           
 Length SolitaryVegetationObject.getHeight()
           
 Length SolitaryVegetationObject.getTrunkDiameter()
           
 

Methods in org.citygml4j.model.citygml.vegetation with parameters of type Length
 void PlantCover.setAverageHeight(Length averageHeight)
           
 void SolitaryVegetationObject.setCrownDiameter(Length crownDiameter)
           
 void SolitaryVegetationObject.setHeight(Length height)
           
 void SolitaryVegetationObject.setTrunkDiameter(Length trunkDiameter)
           
 

Uses of Length in org.citygml4j.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives that return Length
 Length Tin.getMaxLength()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type Length
 void Tin.setMaxLength(Length maxLength)