Uses of Class
com.luciad.util.height.TLcdUnsupportedPropertyException
Packages that use TLcdUnsupportedPropertyException
Package
Description
Provides classes for
ILcdEarthTileSets with terrain data.Provides supporting classes for asynchronous painting.
This package provides a heightprovider that uses heightproviderfactories registered to the
lucy backend.
General interfaces and implementations to retrieve heights from data, for
instance, elevation rasters.
-
Uses of TLcdUnsupportedPropertyException in com.luciad.earth.tileset.terrain
Methods in com.luciad.earth.tileset.terrain that throw TLcdUnsupportedPropertyExceptionModifier and TypeMethodDescriptionTLcdEarthGXYLayerHeightProviderFactory.createHeightProvider(ILcdLayer aLayer, ILcdView aView, Map<String, Object> aRequiredProperties, Map<String, Object> aOptionalProperties) A height provider is created for each tile set in the layer's model by using theTLcdEarthGXYLayerHeightProviderFactory.createTileSetHeightProvider(com.luciad.earth.tileset.ILcdEarthTileSet, com.luciad.view.gxy.ILcdGXYLayer, com.luciad.view.gxy.ILcdGXYView, com.luciad.reference.ILcdGeoReference, java.util.Map<java.lang.String, java.lang.Object>, java.util.Map<java.lang.String, java.lang.Object>)method.TLcdEarthHeightProviderFactory.createHeightProvider(ILcdModel aModel, Map<String, Object> aRequiredProperties, Map<String, Object> aOptionalProperties) -
Uses of TLcdUnsupportedPropertyException in com.luciad.lucy.map.asynchronous
Methods in com.luciad.lucy.map.asynchronous that throw TLcdUnsupportedPropertyException -
Uses of TLcdUnsupportedPropertyException in com.luciad.lucy.util.height
Methods in com.luciad.lucy.util.height that throw TLcdUnsupportedPropertyExceptionModifier and TypeMethodDescriptionTLcyCompositeLayerHeightProviderFactory.createHeightProvider(ILcdLayer aLayer, ILcdView aView, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) TLcyCompositeModelHeightProviderFactory.createHeightProvider(ILcdModel aModel, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) -
Uses of TLcdUnsupportedPropertyException in com.luciad.util.height
Methods in com.luciad.util.height that throw TLcdUnsupportedPropertyExceptionModifier and TypeMethodDescriptionALcdModelHeightProviderFactory.createHeightProvider(ILcdModel aModel, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) ILcdLayerHeightProviderFactory.createHeightProvider(ILcdLayer aLayer, ILcdView aView, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) Returns a height provider for a givenILcdLayerandILcdViewusing the given properties.ILcdModelHeightProviderFactory.createHeightProvider(ILcdModel aModel, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) Returns a height provider for a givenILcdModelusing the given properties.TLcdCompositeModelHeightProviderFactory.createHeightProvider(ILcdModel aModel, Map<String, Object> aRequiredProperties, Map<String, Object> aOptionalProperties) protected abstract ILcdHeightProviderALcdModelHeightProviderFactory.createModelElementHeightProvider(Object aElement, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) Creates anILcdHeightProviderfor the given model element.protected abstract ILcdHeightProviderALcdRasterModelHeightProviderFactory.createModelElementHeightProvider(Object aElement, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) protected ILcdHeightProviderTLcdImageModelHeightProviderFactory.createModelElementHeightProvider(Object aElement, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) protected ILcdHeightProviderTLcdRasterModelHeightProviderFactory.createModelElementHeightProvider(Object aElement, Map<String, Object> aRequiredPropertiesSFCT, Map<String, Object> aOptionalProperties) static voidTLcdModelHeightProviderFactoryUtil.verifyRequiredProperties(Map<String, Object> aRequiredProperties) Checks if no required properties exist and throws aTLcdUnsupportedPropertyExceptionotherwise.