Uses of Interface
com.luciad.util.ILcdStatusSource
Package
Description
This package contains utility classes for finding contours based on raster data.
Provides 2D visualization support for
ILcdEarthTileSet
s.Provides decoders and helper classes to support the ARINC 424 format.
This package contains the classes that are needed to work with the Binz format.
Provides support for decoding BUFR files.
Provides a tool to manipulate data in DAFIF format.
Provides a tool to manipulate data in DAFIFT format.
This package contains a model decoder for decoding point cloud data from E57 (
.e57
) files.Provides support for decoding raster formats for which Luciad doesn't have a proper decoder using GDAL.
Contains painters and icons for visualizing GRIB data.
This package contains the classes that are needed to work with the IFC format.
This package and its subpackages provide a domain model for the KML 2.2 data format.
This package contains a model decoder for LASer (
.las
) and LASzip (.laz
) files.Contains all classes to create a chart of the magnetic north declination and to perform magnetic north calculations.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
This package contains a model decoder capable of decoding data of files in accordance with the
MGCP 2.0 Portrayal Standard.
Provides support for decoding NetCDF files.
This package contains a model encoder for the Luciad Panorama Format.
Provides representations, decoders, and encoders for rasters.
This package contains the classes that are needed to work with the Revit format.
Support for OGC GeoPackage data.
This package provides support for Luciad Raster data (LRDB).
This package provides support for Luciad Vector data (LVDB).
Provides
a decoder
for the OGC 3D Tiles format.
This package exists to enable handling point cloud data using an API.
Contains classes to perform geometry operations in cartesian space.
Contains classes to perform geometry operations on an ellipsoid.
Basic Input/Output functionality.
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.
Contains all classes for terrain elevation analysis.
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
The viewshed package provides support for computing and rendering visbility for
3D scenes consisting of any meshes, extruded shapes or terrain.
Basic utilities.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Controllers for 2D views.
Touch controllers for the 2D view.
This package provides specializations of
TLcdLayerTree
and related classes for GXY views and GXY layers.This package provides Swing components which are related to a view or allow interaction with a view.
Utilities for making maps.
This package provides Swing components which are related to a view or allow interaction with a view.
This package contains a painter that visualizes
ALcdWMSProxy
instances in a GXY view using a tiled approach.-
Uses of ILcdStatusSource in com.luciad.contour
Modifier and TypeClassDescriptionclass
Contour finder that finds areas.class
Contour finder that finds open or closed contour lines (isolines). -
Uses of ILcdStatusSource in com.luciad.earth.view.gxy
Modifier and TypeClassDescriptionclass
ThisILcdGXYPainter
can paint the elevation data ofILcdEarthTileSet
instances in a 2D view.class
ThisILcdGXYPainter
can paint the multi-valued raster data ofILcdEarthTileSet
instances in a 2D view.class
ThisILcdGXYPainter
can paint the raster data ofILcdEarthTileSet
instances in a 2D view.class
ThisILcdGXYPainter
can paint the scalar data ofILcdEarthTileSet
instances in a 2D view. -
Uses of ILcdStatusSource in com.luciad.format.arinc
Modifier and TypeClassDescriptionclass
This model decoder decodes all data from an ARINC file. -
Uses of ILcdStatusSource in com.luciad.format.binz
Modifier and TypeClassDescriptionfinal class
This model decoder decodes Binz files. -
Uses of ILcdStatusSource in com.luciad.format.bufr
Modifier and TypeClassDescriptionfinal class
This model decoder decodes BUFR files. -
Uses of ILcdStatusSource in com.luciad.format.dafif.tools
Modifier and TypeClassDescriptionclass
A tool to split large DAFIF files into smaller ones. -
Uses of ILcdStatusSource in com.luciad.format.dafift.tools
Modifier and TypeClassDescriptionclass
A tool to split large DAFIFT files into smaller ones. -
Uses of ILcdStatusSource in com.luciad.format.e57
-
Uses of ILcdStatusSource in com.luciad.format.gdal
Modifier and TypeClassDescriptionclass
This decoder can decode raster data using GDAL. -
Uses of ILcdStatusSource in com.luciad.format.grib.gxy
Modifier and TypeClassDescriptionclass
Deprecated.For newer code, consider using TLcdGXYViewMeasureProvider, which is a more general approach for retrieving measured values at a particular point. -
Uses of ILcdStatusSource in com.luciad.format.ifc
-
Uses of ILcdStatusSource in com.luciad.format.kml22.model
Modifier and TypeClassDescriptionclass
Model wrapper around static KML models (TLcdKML22Kml, TLcdKML22Document, TLcdKML22Folder, TLcdKML22NetworkLink
), resolving the dynamic contents of KML data. -
Uses of ILcdStatusSource in com.luciad.format.las
Modifier and TypeClassDescriptionclass
A model decoder that decodes LASer (.las
) and LASzip files (.laz
). -
Uses of ILcdStatusSource in com.luciad.format.magneticnorth
Modifier and TypeClassDescriptionclass
This class produces aTLcdMagneticNorthModel
from a data file containing the parameters for the IGRF magnetic model.class
This class produces aTLcdMagneticNorthModel
from a data file containing the parameters for the WMM magnetic model. -
Uses of ILcdStatusSource in com.luciad.format.magneticnorth.gxy
Modifier and TypeClassDescriptionclass
When active on aILcdGXYView
, thisILcdController
will catch each mouseClicked and try to modify the properties of theILcdProjection
currently on theILcdGXYView
accordingly. -
Uses of ILcdStatusSource in com.luciad.format.mgcp
Modifier and TypeClassDescriptionfinal class
This model decoder decodes MGCP. -
Uses of ILcdStatusSource in com.luciad.format.netcdf
Modifier and TypeClassDescriptionclass
Decodes NetCDF, NcML, GRIB and HDF files. -
Uses of ILcdStatusSource in com.luciad.format.panorama
Modifier and TypeClassDescriptionclass
Encodes panoramic image models to the Luciad Panorama Format. -
Uses of ILcdStatusSource in com.luciad.format.raster
Modifier and TypeClassDescriptionclass
This model decoder decodes ESRI ArcInfo ASCII Grid format (*.asc, *.grd) raster files.class
ThisILcdModelEncoder
encodes image or raster models into GeoTIFF files. -
Uses of ILcdStatusSource in com.luciad.format.revit
Modifier and TypeClassDescriptionclass
This model decoder decodes Revit project files into anILcdModel
. -
Uses of ILcdStatusSource in com.luciad.format.sqlite.geopackage
Modifier and TypeClassDescriptionclass
A model encoder that converts models containing vector data or raster data to OGC GeoPackage files. -
Uses of ILcdStatusSource in com.luciad.format.sqlite.lrdb
Modifier and TypeClassDescriptionclass
A model encoder that convertsILcdRaster
s,ILcdMultiLevelRaster
s andILcdEarthTileSet
s to LRDB. -
Uses of ILcdStatusSource in com.luciad.format.sqlite.lvdb
Modifier and TypeClassDescriptionclass
A model encoder that converts models containing vector data. -
Uses of ILcdStatusSource in com.luciad.format.tiled3d.ogc3dtiles
Modifier and TypeClassDescriptionclass
Encodes tiled and multi-leveled mesh models to OGC 3D Tiles. -
Uses of ILcdStatusSource in com.luciad.fusion.pointcloud
Modifier and TypeClassDescriptionclass
Preprocesses point cloud data from different data sources into a single point cloud store. -
Uses of ILcdStatusSource in com.luciad.geometry.cartesian
Modifier and TypeClassDescriptionclass
Implementation of ILcdSegmentScanner that generates points along Cartesian scan lines. -
Uses of ILcdStatusSource in com.luciad.geometry.ellipsoidal
Modifier and TypeClassDescriptionclass
Implementation ofILcdSegmentScanner
that is based on a geodetic reference.class
Implementation ofILcdSegmentScanner
that generates points along Geodetic scan lines.class
Implementation ofILcdSegmentScanner
that generates points along a rhumb line (line of constant azimuth). -
Uses of ILcdStatusSource in com.luciad.io
Modifier and TypeClassDescriptionclass
ThisILcdInputStreamFactory
createsInputStream
s that report reading progress by firingTLcdStatusEvent
s to the attachedILcdStatusListener
s. -
Uses of ILcdStatusSource in com.luciad.lucy
Modifier and TypeInterfaceDescriptioninterface
This is the central backend of Lucy where all add-ons are registered, to which add-ons can add functionality and from which already added functionality can be retrieved. -
Uses of ILcdStatusSource in com.luciad.tea
Modifier and TypeClassDescriptionclass
AILcdGXYController
implementation that contains information on the altitude of terrain beneath the position of the mouse over the view.class
Extension ofTLcdAdvancedMapRulerController
which takes into account underlying terrain for distance calculations. -
Uses of ILcdStatusSource in com.luciad.tea.hypsometry
Modifier and TypeClassDescriptionclass
A painter for hypsometric results based on an earth tileset. -
Uses of ILcdStatusSource in com.luciad.tea.viewshed
Modifier and TypeClassDescriptionclass
A viewshed factory that supports the creation of viewsheds forILcd3DMesh
instances.class
Creates viewsheds for terrain models. -
Uses of ILcdStatusSource in com.luciad.util
Modifier and TypeClassDescriptionclass
ALcdWeakStatusListener<T,
R extends ILcdStatusSource> AnILcdStatusListener
implementation which only keeps aWeakReference
to the object it wants to update when change events are received. -
Uses of ILcdStatusSource in com.luciad.view.gxy
Modifier and TypeInterfaceDescriptioninterface
AnILcdView
to visualize two-dimensional object geometry, based on AWTGraphics
and organized inILcdGXYLayer
objects.interface
AnILcdGXYView
that supports rotation, adding it as an extra parameter (next to the scale and origin mapping) to the view-world transformation.Modifier and TypeClassDescriptionclass
ILcdGXYView
implementation based on an off-screen image.
It does not depend on AWT or Swing components, and can be used on the server side (for example, in a Servlet) for generating images to be sent to light-weight clients.class
An implementation of theILcdGXYView
interface as ajava.awt.Canvas
.class
An implementation of theILcdGXYView
interface as ajavax.swing.JPanel
.class
ILcdGXYView
implementation that consumes less memory thanTLcdGXYViewJPanel
.class
An implementation of theILcdGXYView
interface as ajava.awt.Panel
.class
This PlanarImage implements an off-screen view. -
Uses of ILcdStatusSource in com.luciad.view.gxy.controller
Modifier and TypeClassDescriptionclass
ILcdGXYChainableController that implementsstartInteraction
,terminateInteraction
andpaint
to call a corresponding implementation ( seeALcdGXYChainableController.startInteractionImpl(com.luciad.view.gxy.ILcdGXYView)
,ALcdGXYChainableController.terminateInteractionImpl(com.luciad.view.gxy.ILcdGXYView)
andALcdGXYChainableController.paintImpl(java.awt.Graphics)
) and then call the same method in the next controller.class
A base class ofILcdGXYController
that interacts with one view at a time.class
AbstractILcdGXYController
that adds panning and/or zooming behavior during sub-class specific mouse interactions.class
Deprecated.TLcdGXYZoomWheelController features a more intuitive way tosnap
to raster and multilevel raster scales.class
Deprecated.TLcdGXYPanController features a more intuitive way (without the mentioned restrictions) topan continuously
.class
This is anILcdGXYController
that interprets mouse events for dragging a rectangle on aILcdGXYView
.class
Deprecated.as of version 10.0.class
Extension ofTLcdGXYSelectController2
that adds editing capabilities to it.class
Controller that shows aComponent
when the mouse moves over a label, to make the label interactive.class
AMagnifierController
is anILcdGXYController
to magnify an area of a givenILcdGXYView
around the location where a mouse button is pressed.final class
Mouse controller to navigate on a GXY map.class
Deprecated.For new code, we recommend using the more flexible and powerfulTLcdGXYNewController2
.class
Controller to interactively create and initialize domain objects using mouse clicks or mouse drags.class
This is a no operation implementation ofILcdGXYController
.class
ThisILcdGXYController
allows to fit one "slave"ILcdGXYView
into a rectangle painted on theILcdGXYView
thisILcdGXYController
is interacting with (the "master"ILcdGXYView
).class
Deprecated.TLcdGXYNavigateController
has more intuitive navigation behaviorclass
Rotates the view around its center when dragging the mouse.class
Deprecated.as of version 10.0.class
Controller that allows the user to select domain objects in the view using the mouse.class
TheTLcdGXYZoomController
can be used for performing a zoom in or zoom out on anILcdGXYView
.class
Provides scroll wheel zoom support. -
Uses of ILcdStatusSource in com.luciad.view.gxy.controller.touch
Modifier and TypeClassDescriptionclass
Extension ofALcdGXYTouchChainableController
confining the range of handled touch points based on a minimum and maximum.class
Extension ofALcdGXYChainableController
forTLcdTouchEvent
instances.class
Touch controller to navigate on a 2D map.class
Controller to interactively create and initialize domain objects using touches or drag gestures.class
A touch controller combining selection and editing behaviour.class
ThisILcdGXYController
serves the purpose of performing measurements on anILcdGXYView
. -
Uses of ILcdStatusSource in com.luciad.view.gxy.swing
Modifier and TypeClassDescriptionclass
Prints the contents of a givenComponent
containing a GXYview component
. -
Uses of ILcdStatusSource in com.luciad.view.lightspeed.swing
Modifier and TypeClassDescriptionclass
Prints the contents of a givenComponent
containing a Lightspeedview component
. -
Uses of ILcdStatusSource in com.luciad.view.map
Modifier and TypeClassDescriptionclass
ThisILcdGXYController
serves the purpose of performing measurements on anILcdGXYView
.class
ThisILcdGXYController
interprets mouse events for displaying an azimuth direction and an azimuth range.class
TLcdGXYViewBufferedImage
extension suited for displaying maps.class
TLcdGXYViewCanvas
extension suited for displaying maps.class
Deprecated.class
TLcdGXYViewJPanel
extension suited for displaying maps.class
TLcdGXYViewJPanelLightWeight
extension suited for displaying maps.class
TLcdGXYViewPanel
extension suited for displaying maps.class
Deprecated. -
Uses of ILcdStatusSource in com.luciad.view.swing
Modifier and TypeClassDescriptionclass
Prints the contents of a givenComponent
containing a view component. -
Uses of ILcdStatusSource in com.luciad.wms.client.gxy.tiled
Modifier and TypeClassDescriptionclass
Painter for visualizingALcdWMSProxy
objects in a GXY view.