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

Packages that use UnitDefinitionType
org.citygml4j.jaxb.gml._3_1_1   
 

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

Subclasses of UnitDefinitionType in org.citygml4j.jaxb.gml._3_1_1
 class BaseUnitType
          Definition of a unit of measure which is a base unit from the system of units.
 class ConventionalUnitType
          Definition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula.
 class DerivedUnitType
          Definition of a unit of measure which is defined through algebraic combination of more primitive units, which are usually base units from a particular system of units.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return UnitDefinitionType
 UnitDefinitionType ObjectFactory.createUnitDefinitionType()
          Create an instance of UnitDefinitionType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type UnitDefinitionType
 javax.xml.bind.JAXBElement<UnitDefinitionType> ObjectFactory.createUnitDefinition(UnitDefinitionType value)
          Create an instance of JAXBElement<UnitDefinitionType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type UnitDefinitionType
 javax.xml.bind.JAXBElement<UnitDefinitionType> ObjectFactory.createUnitDefinition(UnitDefinitionType value)
          Create an instance of JAXBElement<UnitDefinitionType>}