Package com.luciad.util.measure
package com.luciad.util.measure
This package contains classes used for working with generic measurement values.
It builds upon the measure concepts defined in the ISO 19103 standard: conceptual schema language for
geographic information.
To retrieve measurements for a given point and model, you can instantiate an ALcdMeasureProvider
using an ILcdModelMeasureProviderFactory
.
- Since:
- 2013.0
-
ClassDescriptionThis class makes it possible to retrieve measured values at a given model point.The parameters using which measures are retrieved.Builder to create
Parameter
objects.This interface provides a method to create a measure provider from a layer and a view.Factory that allows retrieving measured values for a particular model.This model measure provider factory makes it possible to create anALcdMeasureProvider
for models containing elements of theALcdImage
type.Utility class that can be used to format measures.This mode can be used to specify if the measure type code should be used when formatting measures.ThisALcdMeasureProvider
wrapper makes sure that the given point andParameters
are transformed to a given model reference.