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

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

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

Subclasses of UnitOfMeasureType in org.citygml4j.jaxb.gml._3_1_1
 class ConversionToPreferredUnitType
          Relation of a unit to the preferred unit for this quantity type, specified by an arithmetic conversion (scaling and/or offset).
 class DerivationUnitTermType
          Definition of one unit term for a derived unit of measure.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type UnitOfMeasureType
 javax.xml.bind.JAXBElement<UnitOfMeasureType> ObjectFactory.createUnitOfMeasure(UnitOfMeasureType value)
          Create an instance of JAXBElement<UnitOfMeasureType>}
 java.util.List<UnitOfMeasureType> CovarianceMatrixType.getUnitOfMeasure()
          Ordered sequence of units of measure, corresponding to the row and column index numbers of the covariance matrix, starting with row and column 1 and ending with row/column N.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type UnitOfMeasureType
 void CovarianceMatrixType.setUnitOfMeasure(java.util.List<UnitOfMeasureType> unitOfMeasure)
          Ordered sequence of units of measure, corresponding to the row and column index numbers of the covariance matrix, starting with row and column 1 and ending with row/column N.