Uses of Class
com.luciad.lucy.format.TLcyFormatTool
Package
Description
Provides the classes that define the interface for add-ons and how they are created.
The drawing add-on provides Lucy with the functionality to draw SLD styled shapes on the map and
editing and/or saving these drawings afterwards.
Provides the addon that supports the KML 2.2 format.
This package provides an add-on allowing to visualize S-57 data on a GXY map.
This package provides an add-on allowing to decode S-57 data which was encrypted using the
S-63 standard.
Terrain analysis add-on for hypsometry calculations.
-
Uses of TLcyFormatTool in com.luciad.lucy.addons
Modifier and TypeMethodDescriptionprotected TLcyFormatTool
ALcyFormatAddOn.createFormatTool
(ALcyFormat aFormat) Creates a new format tool for the given format. -
Uses of TLcyFormatTool in com.luciad.lucy.addons.drawing
Modifier and TypeMethodDescriptionprotected TLcyFormatTool
TLcyDrawingAddOn.createFormatTool
(ALcyFormat aFormat) -
Uses of TLcyFormatTool in com.luciad.lucy.addons.kml22
Modifier and TypeMethodDescriptionprotected TLcyFormatTool
TLcyKML22AddOn.createFormatTool
(ALcyFormat aFormat) -
Uses of TLcyFormatTool in com.luciad.lucy.addons.s57
Modifier and TypeMethodDescriptionprotected TLcyFormatTool
TLcyS57DecoderAddOn.createFormatTool
(ALcyFormat aFormat) -
Uses of TLcyFormatTool in com.luciad.lucy.addons.s63
Modifier and TypeMethodDescriptionprotected TLcyFormatTool
TLcyS63FormatAddOn.createFormatTool
(ALcyFormat aFormat) -
Uses of TLcyFormatTool in com.luciad.lucy.addons.tea.hypsometry