Uses of Class
com.luciad.lucy.format.ALcyFormat
Packages that use ALcyFormat
Package
Description
Provides the classes that define the interface for add-ons and how they are created.
Provides the addon that supports the AIXM format.
Provides the addon that supports the AIXM 5.1 aeronautical format.
Provides the addon that supports the APP6A military standard.
Package which provides an add-on allowing to visualize ESRI ArcInfo ASCII Grid Format
data on a GXY map
Provides the addon that supports the Arinc format.
This package provides an add-on which adds Azure Maps data support to a 2D map.
This package provides an add-on which adds Bing maps data support to a 2D map.
This package provides an add-on to model BUFR data and visualize it in an
ILcdGXYView.This package provides the add-on responsible for decoding CSV data and visualizing it on a GXY view.
Provides the add-on to decode and display DAFIF data within Lucy.
Provides the add-ons to support various data formats in Lucy; both data formats that ship
with LuciadLightspeed Essential as well as data formats that ship with additional LuciadLightspeed components.
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.
This package provides a new, highly configurable data format.
Provides the add-on that allows the decoding of E57 data.
This package provides an add-on allowing to visualize ECRG data.
This add-on allows for visualization of raster data coming from a LuciadFusion Data Server.
This add-on allows for visualization of vector data coming from a LuciadFusion Data Server.
This package provides an add-on to model GDAL data and visualize it in an
ILcdGXYView.This package provides an add-on to model Google Earth Enterprise image data and visualize it in an
ILcyMapComponent.Provides the add-on that allows the decoding and encoding of geometries from
GeoJson files.
Provides the add-on that allows the decoding and encoding of geometries and tile sets from
GeoPackage databases.
Provides the add-on that allows the decoding and visualisation of GeospatialPDF data.
Provides the add-on that allows the decoding of IFC data.
This package provides an add-on allowing to decode JPIP models and visualize them on
a GXY map.
Provides the addon that supports the KML 2.2 format.
Provides the add-on that allows the decoding of LASer data.
Provides the add-on that allows decoding of Luciad Point Cloud data sets.
Provides the add-on that allows the decoding and encoding of LRDB databases.
Provides the add-on that allows the decoding and encoding of LVDB databases.
This package provides an add-on to decode MBTiles data and visualize it in an
ILcdGXYView.This package provides an add-on to model MGCP data and visualize it in an
ILcdGXYView.Provides the addon that supports the MS2525b military standard.
Provides the add-on that allows the decoding and encoding of geometries from
Microsoft SQL Server databases.
This package provides an add-on to model NetCDF and GRIB data and visualize it in an
ILcdGXYView.This package provides an add-on to model NVG data and visualize it in an
ILcdGXYView.Provides the addon that supports the OBJ format.
Provides the addon that allows data to be retrieved from an OGC Web Coverage Service (WCS).
Provides the addon that allows data to be retrieved from an OGC Web Feature Service (WFS).
This package provides an
addon that allows to retrieve and
display geographical information retrieved from OGC Web Map Tile Servers (WMTS).This package provides an add-on which plugs in GetFeatureInfo support for WMTS models and support to visualize
the GetFeatureInfo response for GXY views.
Provides the add-on that allows the decoding of OGC 3D Tiles data.
Provides the add-on that allows the decoding of OpenSceneGraph data sets.
Provides the addon that allows the decoding of geometries from PostGIS databases.
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.
Provides the addon that allows the decoding and encoding of geometries from
SpatiaLite databases.
Terrain analysis add-on for contour calculations.
Terrain analysis add-on for extreme point calculations.
Terrain analysis add-on for hypsometry calculations.
This is a terrain analysis add-on for line-of-sight (LOS) calculation on Lightspeed maps.
Terrain analysis add-on for line-of-sight coverages.
Provides the add-on to perform visibility calculations between a point observer and other shapes on a Lightspeed map.
Terrain analysis add-on for viewsheds.
Terrain analysis add-on for visibility calculations.
Package provides the add-on which is responsible for the decoding of VPF data
for Lightspeed views.
Provides the addon that allows to retrieve and display geographical information retrieved from
Web Map Servers.
This package provides an add-on which plugs in GetFeatureInfo support for WMS models and support to visualize
the GetFeatureInfo response for GXY views.
Provides support facilities for adding a new data format to Lucy.
Provides actions that have a relationship with a map.
Provides actions that have a relationship with a Lightspeed map.
-
Uses of ALcyFormat in com.luciad.lucy.addons
Methods in com.luciad.lucy.addons that return ALcyFormatModifier and TypeMethodDescriptionprotected abstract ALcyFormatALcyFormatAddOn.createBaseFormat()Returns a new data format for this add-on.protected abstract ALcyFormatALcyFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Returns a new data format wrapper for this add-on.ALcyFormatAddOn.getFormat()Returns theALcyFormatclass that encapsulates this add-on's data format.Methods in com.luciad.lucy.addons with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected TLcyFormatToolALcyFormatAddOn.createFormatTool(ALcyFormat aFormat) Creates a new format tool for the given format.protected abstract ALcyFormatALcyFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Returns a new data format wrapper for this add-on. -
Uses of ALcyFormat in com.luciad.lucy.addons.aixm
Methods in com.luciad.lucy.addons.aixm that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyAIXMAddOn.createBaseFormat()protected final ALcyFormatTLcyAIXMAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.aixm with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyAIXMAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.aixm51
Methods in com.luciad.lucy.addons.aixm51 that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyAIXM51AddOn.createBaseFormat()protected final ALcyFormatTLcyAIXM51AddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.aixm51 with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyAIXM51AddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.app6a
Methods in com.luciad.lucy.addons.app6a that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyAPP6AAddOn.createBaseFormat()protected final ALcyFormatTLcyAPP6AAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.app6a with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyAPP6AAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.arcinfoasciigrid
Methods in com.luciad.lucy.addons.arcinfoasciigrid that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyArcInfoASCIIGridFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyArcInfoASCIIGridFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.arcinfoasciigrid with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyArcInfoASCIIGridFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.arinc
Methods in com.luciad.lucy.addons.arinc that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyARINCAddOn.createBaseFormat()protected final ALcyFormatTLcyARINCAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.arinc with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyARINCAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.azuremaps
Methods in com.luciad.lucy.addons.azuremaps that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyAzureMapsAddOn.createBaseFormat()Returns a new data format for this add-on.protected final ALcyFormatTLcyAzureMapsAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.azuremaps with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyAzureMapsAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.bingmaps
Methods in com.luciad.lucy.addons.bingmaps that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyBingMapsAddOn.createBaseFormat()Returns a new data format for this add-on.protected final ALcyFormatTLcyBingMapsAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.bingmaps with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyBingMapsAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.bufr
Methods in com.luciad.lucy.addons.bufr that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyBUFRFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyBUFRFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.bufr with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyBUFRFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.csv
Methods in com.luciad.lucy.addons.csv that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyCSVAddOn.createBaseFormat()protected final ALcyFormatTLcyCSVAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.csv with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyCSVAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.dafif2
Methods in com.luciad.lucy.addons.dafif2 that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyDAFIFFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyDAFIFFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.dafif2 with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyDAFIFFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.decoders
Methods in com.luciad.lucy.addons.decoders that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyDefaultDecodersAddOn.createSHPFormat()Creates theALcyFormatfor SHP data.final ALcyFormatTLcyDefaultDecodersAddOn.getSHPFormat()Returns theALcyFormatclass that encapsulates this add-on's SHP data format. -
Uses of ALcyFormat in com.luciad.lucy.addons.drawing
Methods in com.luciad.lucy.addons.drawing that return ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyDrawingAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.drawing with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected TLcyFormatToolTLcyDrawingAddOn.createFormatTool(ALcyFormat aFormat) protected final ALcyFormatTLcyDrawingAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.drawing.format
Subclasses of ALcyFormat in com.luciad.lucy.addons.drawing.formatModifier and TypeClassDescriptionclassThis class keeps track of all theALcyDomainObjectSupplierinstances registered to the addon. -
Uses of ALcyFormat in com.luciad.lucy.addons.e57
Methods in com.luciad.lucy.addons.e57 that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyE57AddOn.createBaseFormat()protected final ALcyFormatTLcyE57AddOn.createFormatWrapper(ALcyFormat aFormat) Methods in com.luciad.lucy.addons.e57 with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyE57AddOn.createFormatWrapper(ALcyFormat aFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.ecrg
Methods in com.luciad.lucy.addons.ecrg that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyECRGFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyECRGFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.ecrg with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyECRGFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.fusion.format.raster
Methods in com.luciad.lucy.addons.fusion.format.raster that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyFusionRasterFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyFusionRasterFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.fusion.format.raster with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyFusionRasterFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.fusion.format.vector
Methods in com.luciad.lucy.addons.fusion.format.vector that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyFusionVectorFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyFusionVectorFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.fusion.format.vector with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyFusionVectorFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.gdal
Methods in com.luciad.lucy.addons.gdal that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyGDALFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyGDALFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.gdal with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyGDALFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.gee.raster
Methods in com.luciad.lucy.addons.gee.raster that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyGEERasterFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyGEERasterFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.gee.raster with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyGEERasterFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.geojson
Methods in com.luciad.lucy.addons.geojson that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyGeoJsonAddOn.createBaseFormat()protected final ALcyFormatTLcyGeoJsonAddOn.createFormatWrapper(ALcyFormat aFormat) Methods in com.luciad.lucy.addons.geojson with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyGeoJsonAddOn.createFormatWrapper(ALcyFormat aFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.geopackage
Methods in com.luciad.lucy.addons.geopackage that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyGeoPackageAddOn.createBaseFormat()protected final ALcyFormatTLcyGeoPackageAddOn.createFormatWrapper(ALcyFormat aFormat) Methods in com.luciad.lucy.addons.geopackage with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyGeoPackageAddOn.createFormatWrapper(ALcyFormat aFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.geospatialpdf
Methods in com.luciad.lucy.addons.geospatialpdf that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyGeospatialPDFAddOn.createBaseFormat()protected final ALcyFormatTLcyGeospatialPDFAddOn.createFormatWrapper(ALcyFormat aFormat) Methods in com.luciad.lucy.addons.geospatialpdf with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyGeospatialPDFAddOn.createFormatWrapper(ALcyFormat aFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.ifc
Methods in com.luciad.lucy.addons.ifc that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyIFCAddOn.createBaseFormat()protected final ALcyFormatTLcyIFCAddOn.createFormatWrapper(ALcyFormat aFormat) Methods in com.luciad.lucy.addons.ifc with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyIFCAddOn.createFormatWrapper(ALcyFormat aFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.jpip
Methods in com.luciad.lucy.addons.jpip that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyJPIPDecoderAddOn.createBaseFormat()protected final ALcyFormatTLcyJPIPDecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.jpip with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyJPIPDecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.kml22
Methods in com.luciad.lucy.addons.kml22 that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyKML22AddOn.createBaseFormat()protected final ALcyFormatTLcyKML22AddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.kml22 with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected TLcyFormatToolTLcyKML22AddOn.createFormatTool(ALcyFormat aFormat) protected final ALcyFormatTLcyKML22AddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.las
Methods in com.luciad.lucy.addons.las that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyLASAddOn.createBaseFormat()protected final ALcyFormatTLcyLASAddOn.createFormatWrapper(ALcyFormat aFormat) Methods in com.luciad.lucy.addons.las with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyLASAddOn.createFormatWrapper(ALcyFormat aFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.lpc
Methods in com.luciad.lucy.addons.lpc that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyPointCloudAddOn.createBaseFormat()protected final ALcyFormatTLcyPointCloudAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.lpc with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyPointCloudAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.lrdb
Methods in com.luciad.lucy.addons.lrdb that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyLRDBAddOn.createBaseFormat()protected final ALcyFormatTLcyLRDBAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.lrdb with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyLRDBAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.lvdb
Methods in com.luciad.lucy.addons.lvdb that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyLVDBAddOn.createBaseFormat()protected final ALcyFormatTLcyLVDBAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.lvdb with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyLVDBAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.mbtiles
Methods in com.luciad.lucy.addons.mbtiles that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyMBTilesFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyMBTilesFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.mbtiles with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyMBTilesFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.mgcp
Methods in com.luciad.lucy.addons.mgcp that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyMGCPFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyMGCPFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.mgcp with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyMGCPFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.milstd2525b
Methods in com.luciad.lucy.addons.milstd2525b that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyMS2525bAddOn.createBaseFormat()protected ALcyFormatTLcyMS2525bAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.milstd2525b with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyMS2525bAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.mssql
Methods in com.luciad.lucy.addons.mssql that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyMSSQLDecoderAddOn.createBaseFormat()protected final ALcyFormatTLcyMSSQLDecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.mssql with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyMSSQLDecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.netcdf
Methods in com.luciad.lucy.addons.netcdf that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyNetCDFFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyNetCDFFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.netcdf with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyNetCDFFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.nvg
Methods in com.luciad.lucy.addons.nvg that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyNVGFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyNVGFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.nvg with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyNVGFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.obj
Methods in com.luciad.lucy.addons.obj that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyOBJDecoderAddOn.createBaseFormat()protected final ALcyFormatTLcyOBJDecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.obj with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyOBJDecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.ogc.wcsclient
Methods in com.luciad.lucy.addons.ogc.wcsclient that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyWCSClientAddOn.createBaseFormat()protected final ALcyFormatTLcyWCSClientAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.ogc.wcsclient with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyWCSClientAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.ogc.wfsclient
Methods in com.luciad.lucy.addons.ogc.wfsclient that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyWFSClientAddOn.createBaseFormat()protected final ALcyFormatTLcyWFSClientAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.ogc.wfsclient with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyWFSClientAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.ogc.wmtsclient
Methods in com.luciad.lucy.addons.ogc.wmtsclient that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyWMTSClientAddOn.createBaseFormat()protected final ALcyFormatTLcyWMTSClientAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.ogc.wmtsclient with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyWMTSClientAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.ogc.wmtsclient.getfeatureinfo
Methods in com.luciad.lucy.addons.ogc.wmtsclient.getfeatureinfo that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyWMTSClientGetFeatureInfoAddOn.createBaseFormat()protected final ALcyFormatTLcyWMTSClientGetFeatureInfoAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.ogc.wmtsclient.getfeatureinfo with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyWMTSClientGetFeatureInfoAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.ogc3dtiles
Methods in com.luciad.lucy.addons.ogc3dtiles that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyOGC3DTilesAddOn.createBaseFormat()protected final ALcyFormatTLcyOGC3DTilesAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.ogc3dtiles with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyOGC3DTilesAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.osgb
Methods in com.luciad.lucy.addons.osgb that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyOSGBAddOn.createBaseFormat()protected final ALcyFormatTLcyOSGBAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.osgb with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyOSGBAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.postgresql
Methods in com.luciad.lucy.addons.postgresql that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyPostGISDecoderAddOn.createBaseFormat()protected final ALcyFormatTLcyPostGISDecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.postgresql with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyPostGISDecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.s57
Methods in com.luciad.lucy.addons.s57 that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyS57DecoderAddOn.createBaseFormat()protected final ALcyFormatTLcyS57DecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.s57 with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected TLcyFormatToolTLcyS57DecoderAddOn.createFormatTool(ALcyFormat aFormat) protected final ALcyFormatTLcyS57DecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.s63
Methods in com.luciad.lucy.addons.s63 that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyS63FormatAddOn.createBaseFormat()protected final ALcyFormatTLcyS63FormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.s63 with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected TLcyFormatToolTLcyS63FormatAddOn.createFormatTool(ALcyFormat aFormat) protected final ALcyFormatTLcyS63FormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.spatialite
Methods in com.luciad.lucy.addons.spatialite that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcySpatiaLiteDecoderAddOn.createBaseFormat()protected final ALcyFormatTLcySpatiaLiteDecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.spatialite with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcySpatiaLiteDecoderAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.tea.contour
Methods in com.luciad.lucy.addons.tea.contour that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyContourAddOn.createBaseFormat()Returns a new data format for this add-on.final ALcyFormatTLcyContourAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.tea.contour with parameters of type ALcyFormatModifier and TypeMethodDescriptionfinal ALcyFormatTLcyContourAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.tea.extremepoint
Methods in com.luciad.lucy.addons.tea.extremepoint that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyExtremePointAddOn.createBaseFormat()Returns a new data format for this add-on.final ALcyFormatTLcyExtremePointAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.tea.extremepoint with parameters of type ALcyFormatModifier and TypeMethodDescriptionfinal ALcyFormatTLcyExtremePointAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.tea.hypsometry
Methods in com.luciad.lucy.addons.tea.hypsometry that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyHypsometryAddon.createBaseFormat()final ALcyFormatTLcyHypsometryAddon.createFormatWrapper(ALcyFormat aBaseFormat) protected ALcyFormatTLcyHypsometryAddon.createHypsometryGeoTIFFBaseFormat()Returns a new file format for the snapshots taken of all visible elevation layers.protected ALcyFormatTLcyHypsometryAddon.createHypsometryGeoTIFFBaseFormatWrapper(ALcyFormat aBaseFormat) Returns a new file format wrapper for this format's snapshot format.TLcyHypsometryAddon.getHypsometryGeoTIFFFormat()Returns the ALcyFormat class that encapsulates a data format for the snapshots taken of all visible elevation layers.Methods in com.luciad.lucy.addons.tea.hypsometry with parameters of type ALcyFormatModifier and TypeMethodDescriptionTLcyHypsometryAddon.createFormatTool(ALcyFormat aFormat) final ALcyFormatTLcyHypsometryAddon.createFormatWrapper(ALcyFormat aBaseFormat) protected ALcyFormatTLcyHypsometryAddon.createHypsometryGeoTIFFBaseFormatWrapper(ALcyFormat aBaseFormat) Returns a new file format wrapper for this format's snapshot format. -
Uses of ALcyFormat in com.luciad.lucy.addons.tea.lineofsight
Methods in com.luciad.lucy.addons.tea.lineofsight that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyLOSAddOn.createBaseFormat()protected final ALcyFormatTLcyLOSAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.tea.lineofsight with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyLOSAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.tea.loscoverage
Methods in com.luciad.lucy.addons.tea.loscoverage that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyLOSCoverageAddOn.createBaseFormat()final ALcyFormatTLcyLOSCoverageAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.tea.loscoverage with parameters of type ALcyFormatModifier and TypeMethodDescriptionfinal ALcyFormatTLcyLOSCoverageAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.tea.shapevisibility
Methods in com.luciad.lucy.addons.tea.shapevisibility that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyShapeVisibilityAddOn.createBaseFormat()protected final ALcyFormatTLcyShapeVisibilityAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.tea.shapevisibility with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyShapeVisibilityAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.tea.viewshed
Methods in com.luciad.lucy.addons.tea.viewshed that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyViewshedAddOn.createBaseFormat()final ALcyFormatTLcyViewshedAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.tea.viewshed with parameters of type ALcyFormatModifier and TypeMethodDescriptionfinal ALcyFormatTLcyViewshedAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.tea.visibility
Methods in com.luciad.lucy.addons.tea.visibility that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyVisibilityAddOn.createBaseFormat()final ALcyFormatTLcyVisibilityAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.tea.visibility with parameters of type ALcyFormatModifier and TypeMethodDescriptionfinal ALcyFormatTLcyVisibilityAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.vpf2
Methods in com.luciad.lucy.addons.vpf2 that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyVPFFormatAddOn.createBaseFormat()protected final ALcyFormatTLcyVPFFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.vpf2 with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyVPFFormatAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.wmsclient
Methods in com.luciad.lucy.addons.wmsclient that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyWMSClientAddOn.createBaseFormat()protected final ALcyFormatTLcyWMSClientAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.wmsclient with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyWMSClientAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.addons.wmsclient.getfeatureinfo
Methods in com.luciad.lucy.addons.wmsclient.getfeatureinfo that return ALcyFormatModifier and TypeMethodDescriptionprotected ALcyFormatTLcyWMSClientGetFeatureInfoAddOn.createBaseFormat()protected final ALcyFormatTLcyWMSClientGetFeatureInfoAddOn.createFormatWrapper(ALcyFormat aBaseFormat) Methods in com.luciad.lucy.addons.wmsclient.getfeatureinfo with parameters of type ALcyFormatModifier and TypeMethodDescriptionprotected final ALcyFormatTLcyWMSClientGetFeatureInfoAddOn.createFormatWrapper(ALcyFormat aBaseFormat) -
Uses of ALcyFormat in com.luciad.lucy.format
Subclasses of ALcyFormat in com.luciad.lucy.formatModifier and TypeClassDescriptionclassExtension ofALcyGeneralFormatthat assumes working with files on disk.classConvenience class to wrap anALcyFormat: one only has to overwrite those methods that are required.classExtension ofALcyFormatthat works on general data formats (not necessarily files on disk), but provides some nice extras: it adds workspace support for models and domain objects. it adds an asynchronous hint paint provider.classDecorator for anALcyFormatthat makes the given format support asynchronous painting (seecom.luciad.view.gxy.asynchronouspackage).classDecorator for anALcyFormatthat makes theILcdLayerTreeNodes of the given format support asynchronous painting (seecom.luciad.view.gxy.asynchronouspackage).classDeprecated.classThisALcyFormatWrapperadds support for working with ILcdLayerTreeNode's.final classDecorator for a synchronousALcyFormatthat makes the given format support asynchronous painting using Lightspeed rendering, if it is supported by the hardware.final classDecorator for anALcyFormatthat makes theILcdLayerTreeNodes of the given format support asynchronous painting using Lightspeed rendering, if it is supported by the hardware.classThis wrapper ensures that everyTLcdModelListcreated by the delegate format is converted to anILcdModelTreeNodebefore the it is passed to the rest of the Lucy application.classThis format decorator adds workspace support for saving changed models.classDecorator for anALcyFormatthat safe guards all operations on models and layers to make sure no invalid models or layers are ever accepted or handled.classAnALcyFormatWrapperinstance which adds support for transforming the models in the layer factory, for example to add support for clustering.Methods in com.luciad.lucy.format with type parameters of type ALcyFormatModifier and TypeMethodDescriptionstatic <T extends ALcyFormat>
TTLcyFormatTool.findFormat(ALcyFormat aFormat, Class<T> aFormatClass) Utility method to find anALcyFormat(orALcyFormatWrapper) of the given class.Methods in com.luciad.lucy.format that return ALcyFormatModifier and TypeMethodDescriptionstatic ALcyFormatTLcyFormatTool.findBaseFormat(ALcyFormat aFormat) Utility method to, in a chain of wrapped formats, find the deepest format.ALcyFormatWrapper.getFormat()Returns the wrappedALcyFormat.TLcyFormatTool.getFormat()Returns theALcyFormatfor which this tool was created.Methods in com.luciad.lucy.format with parameters of type ALcyFormatModifier and TypeMethodDescriptionstatic ALcyFormatTLcyFormatTool.findBaseFormat(ALcyFormat aFormat) Utility method to, in a chain of wrapped formats, find the deepest format.static <T extends ALcyFormat>
TTLcyFormatTool.findFormat(ALcyFormat aFormat, Class<T> aFormatClass) Utility method to find anALcyFormat(orALcyFormatWrapper) of the given class.Constructors in com.luciad.lucy.format with parameters of type ALcyFormatModifierConstructorDescriptionprotectedALcyFormatWrapper(ALcyFormat aFormat) Creates a wrapper for the specifiedALcyFormat.TLcyAsynchronousFormatWrapper(ALcyFormat aFormat) Creates a wrapper for the specifiedALcyFormat, making all created layers paint asynchronously.TLcyAsynchronousFormatWrapper(ALcyFormat aFormat, ILcdFilter aLayerFilter) Creates a wrapper for the specifiedALcyFormat, making the filtered layers paint asynchronously.TLcyFormatTool(ALcyFormat aFormat) Creates aTLcyFormatToolfor the givenALcyFormat.Deprecated.Creates a layer tree node wrapper for the specifiedALcyFormat.TLcyGXYLayerTreeNodeFormatWrapper(ALcyFormat aFormat, ILcdFilter aModelTreeNodeFilter) Deprecated.Creates a layer tree node wrapper for the specifiedALcyFormat, using the given model filter.Creates a layer tree node wrapper for the specifiedALcyFormat.TLcyGXYLayerTreeNodeFormatWrapper2(ALcyFormat aFormat, ILcdFilter<ILcdModelTreeNode> aModelTreeNodeFilter) Creates a layer tree node wrapper for the specifiedALcyFormat, using the given model filter.TLcyGXYLspAsynchronousFormatWrapper(ALcyFormat aFormat, TLcyGXYLspAsynchronousFormatWrapper.GXYLspLayerFactory aGXYLspLayerFactory) Creates a wrapper for the specifiedALcyFormat.TLcyGXYLspAsynchronousFormatWrapper(ALcyFormat aFormat, TLcyGXYLspAsynchronousFormatWrapper.GXYLspLayerFactory aGXYLspLayerFactory, ILcdFilter<ILcdGXYLayer> aLayerFilter) Creates a wrapper for the specifiedALcyFormat.Creates a wrapper for the specifiedALcyFormat.TLcyGXYLspAsynchronousLayerTreeNodeFormatWrapper(ALcyFormat aFormat, TLcyGXYLspAsynchronousFormatWrapper.GXYLspLayerFactory aLayerFactory) Creates a wrapper for the specifiedALcyFormat.Creates a model list to tree node wrapper for the specifiedALcyFormat.TLcyMutableFileFormatWrapper(ALcyFormat aFormat) Creates a wrapper for the given format that enables models to be saved.TLcyMutableFileFormatWrapper(ALcyFormat aFormat, boolean aAutoSave, boolean aWorkspaceOnly) Creates a wrapper for the given format that enables models to be saved.TLcySafeGuardFormatWrapper(ALcyFormat aFormat) Creates a newTLcySafeGuardFormatWrapperaround the givenALcyFormat.TLcyTransformingModelFormatWrapper(ALcyFormat aFormat, Function<ILcdModel, Optional<ALcdTransformingModel>> aTransformingModelProducer, ILcdGXYLayerFactory aTransformedModelLayerFactory) Creates a newTLcyTransformingModelFormatWrapperinstance -
Uses of ALcyFormat in com.luciad.lucy.map.action
Constructors in com.luciad.lucy.map.action with parameters of type ALcyFormatModifierConstructorDescriptionTLcyCreateGXYLayerAction(ALcyFormat aFormat, ILcyMapComponent aMapComponent) Creates a new action capable of creating and adding anILcdGXYLayerof the specifiedALcyFormatto theILcdGXYViewofaMapComponent. -
Uses of ALcyFormat in com.luciad.lucy.map.action.lightspeed
Constructors in com.luciad.lucy.map.action.lightspeed with parameters of type ALcyFormatModifierConstructorDescriptionTLcyLspCreateLayerAction(ALcyFormat aFormat, ILcyGenericMapComponent<ILspView, ILspLayer> aMapComponent) Creates a new action capable of creating and adding anILspLayerof the specifiedALcyFormatto theILspViewofaMapComponent.
TLcdModelListandILcdModelTreeNodeinstances.