Uses of Class
nl.b3p.csw.jaxb.gml.MeasureType
-
Packages that use MeasureType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of MeasureType in nl.b3p.csw.jaxb.gml
Subclasses of MeasureType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classAngleTypeValue of an angle quantity recorded as a single number, with its units.classAreaTypeValue of a spatial area quantity, with its units.classGridLengthTypeValue of a length (or distance) quantity in a grid, where the grid spacing does not have any associated physical units, or does not have a constant physical spacing.classLengthTypeValue of a length (or distance) quantity, with its units.classScaleTypeValue of a scale factor (or ratio) that has no physical unit.classSpeedTypeValue of a speed, with its units.classTimeTypeValue of a time or temporal quantity, with its units.classVolumeTypeValue of a spatial volume quantity, with its units.Methods in nl.b3p.csw.jaxb.gml that return MeasureType Modifier and Type Method Description MeasureTypeObjectFactory. createMeasureType()Create an instance ofMeasureTypeMethods in nl.b3p.csw.jaxb.gml with parameters of type MeasureType Modifier and Type Method Description AngleObjectFactory. createAngle(MeasureType value)Create an instance ofAngle}MeasureObjectFactory. createMeasure(MeasureType value)Create an instance ofMeasure}Constructors in nl.b3p.csw.jaxb.gml with parameters of type MeasureType Constructor Description Angle(MeasureType value)Measure(MeasureType value)
-