Uses of Class
nl.b3p.csw.jaxb.gml.UnitDefinitionType
-
Packages that use UnitDefinitionType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of UnitDefinitionType in nl.b3p.csw.jaxb.gml
Subclasses of UnitDefinitionType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classBaseUnitTypeDefinition of a unit of measure which is a base unit from the system of units.classConventionalUnitTypeDefinition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula.classDerivedUnitTypeDefinition 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 nl.b3p.csw.jaxb.gml that return UnitDefinitionType Modifier and Type Method Description UnitDefinitionTypeObjectFactory. createUnitDefinitionType()Create an instance ofUnitDefinitionTypeMethods in nl.b3p.csw.jaxb.gml with parameters of type UnitDefinitionType Modifier and Type Method Description UnitDefinitionObjectFactory. createUnitDefinition(UnitDefinitionType value)Create an instance ofUnitDefinition}Constructors in nl.b3p.csw.jaxb.gml with parameters of type UnitDefinitionType Constructor Description UnitDefinition(UnitDefinitionType value)
-