Skip navigation links
LuciadLightspeed
2023.1.08

Package com.luciad.util.height

General interfaces and implementations to retrieve heights from data, for instance, elevation rasters.

See: Description

Package com.luciad.util.height Description

General interfaces and implementations to retrieve heights from data, for instance, elevation rasters.

ILcdHeightProvider

This package defines ILcdHeightProvider, an interface used to retrieve height from data, and its main implementations :

ILcdModelHeightProviderFactory

This package also defines ILcdModelHeightProviderFactory, an interface used to create an ILcdHeightProvider from an ILcdModel. This interface has 2 standard implementations :

ILcdLayerHeightProviderFactory

This package also defines ILcdLayerHeightProviderFactory, an interface used to create an ILcdHeightProvider from an ILdLayer.

Properties

When using an ILcdModelHeightProviderFactory or ILcdLayerHeightProviderFactory to create an ILcdHeightProvider, a set of properties is used.

When using these properties to create an ILcdHeightProvider using an ILcdModelHeightProviderFactory or ILcdLayerHeightProviderFactory, properties can be classified as required or optional.

When implementing an ILcdModelHeightProviderFactory or ILcdLayerHeightProviderFactory, properties can also be classified as follows :
Since:
9.1
Skip navigation links
LuciadLightspeed
2023.1.08