Package | Description |
---|---|
com.luciad.format.aixm51.xml |
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
|
com.luciad.format.asterix |
Provides classes and interfaces for decoding and displaying ASTERIX data.
|
com.luciad.format.gdf |
Handles the GDF format.
|
com.luciad.format.geojson |
This package contains vector data GeoJson encoding and decoding utilities.
|
com.luciad.format.gml |
This package contains a model decoder and encoder for the OpenGIS GML version 2 format.
|
com.luciad.format.gml2.xml |
Provides support for decoding and encoding GML 2 data, and exporting models to GML 2.
|
com.luciad.format.gml3 |
Handles GML 2.1.2 and GML 3 data.
|
com.luciad.format.gml31.xml |
Provides support for decoding and encoding GML 3.1 data, and exporting models to GML 3.1.
|
com.luciad.format.gml32.xml |
Provides support for decoding and encoding GML 3.2 data, and exporting models to GML 3.2.
|
com.luciad.format.kml22.xml |
This package provides a decoder and a encoder for the KML 2.2 format.
|
com.luciad.format.metadata.xml |
This package contains a decoder and encoder for ISO19139 data sources.
|
com.luciad.format.mif |
Handles MapInfo formats: the binary map format and the ASCII mif
format.
|
com.luciad.format.nvg.nvg15.xml |
This package provides API for decoding and encoding NVG 1.4/1.5 data from/to XML.
|
com.luciad.format.nvg.nvg20.xml |
This package provides API for decoding and encoding NVG 2.0 data from/to XML.
|
com.luciad.format.s57 |
Handles the S-57 format.
|
com.luciad.format.shp |
Handles the shp format.
|
com.luciad.format.svg |
Handles the svg format.
|
com.luciad.format.tiled3d.ogc3dtiles |
Provides
a decoder
for the OGC 3D Tiles format. |
com.luciad.format.xml |
Provides a generic framework for parsing of XML documents,
using pluggable XML element readers and object factories.
|
com.luciad.format.xml.bind.schema |
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind for
XML Schema based documents. |
com.luciad.format.xml.schema |
Extension of the XML Framework provided by the
com.luciad.format.xml package, offering
support for XML Schema-based documents. |
com.luciad.lucy.workspace |
Provides workspace support for Lucy; a workspace is the complete state of the application (loaded
data, opened panels, ...); it can be saved to and loaded from for example a file.
|
com.luciad.model |
Model interfaces
|
com.luciad.network.graph.numeric |
Contains classes for working with numeric graphs.
|
com.luciad.ogc.filter.xml |
Contains classes to support encoding and decoding of XML files containing OGC Filter elements to and from the OGC Filter model.
|
com.luciad.ogc.sld.xml |
Encoding and decoding of XML files containing Feature Type Styles to and from the SLD model.
|
com.luciad.reference |
Everything related to model references and view references.
|
com.luciad.reference.format |
Construction and formatting of coordinate reference systems.
|
com.luciad.view.gxy |
Provides two-dimensional views and components supporting the visualization of the former's representation.
|
com.luciad.wms.sld.xml |
Encoding and decoding of XML files containing Styled Layer Descriptors to and from the SLD model.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdAIXM51ModelEncoder
This
ILcdModelEncoder creates AIXM 5.1 files from
an ILcdModel object of type TLcdAIXM51AbstractAIXMMessage that represents
a collection of AIXM 5.1 features, or
an ILcdModel object of type ILcdModelTreeNode , containing child models
of type TLcdAIXM51AbstractAIXMMessage , or
an TLcdAIXM51AbstractAIXMFeature object that represents a stand-alone AIXM 5.1 feature. |
Modifier and Type | Class and Description |
---|---|
class |
TLcdASTERIXFinalModelEncoder
Encoder for ASTERIX trajectory models.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdGDFModelEncoder
This
ILcdModelEncoder encodes GDF models. |
class |
TLcdGDFMultiLevelTiledModelEncoder
This
ILcdModelEncoder encodes GDF multilevel, tiled models. |
Modifier and Type | Class and Description |
---|---|
class |
TLcdGeoJsonModelEncoder
Encodes models to a single GeoJson
FeatureCollection |
Modifier and Type | Class and Description |
---|---|
class |
TLcdGMLModelEncoder
Deprecated.
This class has been deprecated. The GML decoder, encoder and associated classes in
this package are replaced by new decoders and encoders in the packages
com.luciad.format.gml2.xml , com.luciad.format.gml31.xml and
com.luciad.format.gml32.xml . |
Modifier and Type | Class and Description |
---|---|
class |
TLcdGML2ModelEncoder
This model encoder encodes Geography Markup Language (GML) version 2.x.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdGML3ModelEncoder
Deprecated.
This class has been deprecated. The GML decoders and encoders in the
com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the
packages com.luciad.format.gml2.xml , com.luciad.format.gml31.xml and
com.luciad.format.gml32.xml . |
Modifier and Type | Class and Description |
---|---|
class |
TLcdGML31ModelEncoder
This model encoder encodes Geography Markup Language (GML) version 3.1.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdGML32ModelEncoder
This model encoder encodes Geography Markup Language (GML) version 3.2.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdKML22ModelEncoder
ILcdModelEncoder implementation to convert a KML 2.2 model to a KML file. |
Modifier and Type | Class and Description |
---|---|
class |
TLcdISO19139MetadataEncoder
This class represents an ISO 19139 data source encoder.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdMIFModelEncoder
This
ILcdModelEncoder creates MIF (MapInfo Interchange Format) files from
an ILcdModel containing any of the shapes displayed in the list below. |
Modifier and Type | Class and Description |
---|---|
class |
TLcdNVG15ModelEncoder
Model encoder for creating an NVG 1.5 document from a given
TLcdNVG15Model . |
Modifier and Type | Class and Description |
---|---|
class |
TLcdNVG20ModelEncoder
Model encoder for creating an NVG 2.0 document from a given
TLcdNVG20Model or TLcdNVG20FilteredModel . |
Modifier and Type | Class and Description |
---|---|
class |
TLcdS57ModelEncoder
This model encoder encodes S-57 domain data into S-57 data files.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdSHPModelEncoder
This
ILcdModelEncoder creates SHP (ESRI Shapefile) files from
an ILcdModel following the ESRI Shapefile Technical Description. |
Modifier and Type | Class and Description |
---|---|
class |
TLcdSVGModelEncoder
This
ILcdModelEncoder allows to encode models to SVG files. |
Modifier and Type | Class and Description |
---|---|
class |
TLcdOGC3DTilesModelEncoder
Encodes tiled and multi-leveled mesh models to OGC 3D Tiles.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdXMLEncoder
Deprecated.
Use of the
com.format.xml API has been deprecated. Instead, use the com.format.xml.bind API. |
Modifier and Type | Class and Description |
---|---|
class |
ALcdXMLModelEncoder
This abstract class provides additional methods for a
ILcdModelEncoder
to encode models into XML schema based documents. |
class |
TLcdXMLSchemaBasedEncoder
Encoder for marshalling a Java object graph into an XML Schema-based XML document,
using
ILcdXMLMarshaller 's and ILcdXMLTypeMarshaller 's. |
Modifier and Type | Class and Description |
---|---|
class |
TLcdXMLSchemaEncoder
Deprecated.
Use of the
com.format.xml.schema API has been deprecated. Instead, use the com.format.xml.bind.schema API. |
Modifier and Type | Class and Description |
---|---|
class |
TLcyBlobWorkspaceCodec
Extension of
ALcyWorkspaceCodec that only uses a single OutputStream and
a single InputStream to store/restore workspaces. |
class |
TLcyFileWorkspaceCodec
Extension of
TLcyBlobWorkspaceCodec that can save and load workspaces
to/from the file system. |
Modifier and Type | Class and Description |
---|---|
class |
TLcdCompositeModelReferenceEncoder
Composite implementation of
ILcdModelReferenceEncoder . |
Modifier and Type | Class and Description |
---|---|
class |
TLcdNumericGraphEncoder
Encoder for exporting graphs to numeric graphs and saving numeric graphs after they have been
modified.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdOGCFilterEncoder
XML encoder for generating documents describing OGC filters, structured according to version 1.1.0 or 2.0 of the OGC
Filter specification.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdSLDFeatureTypeStyleEncoder
XML Encoder for
TLcdSLDFeatureTypeStyle objects to documents
according to version 1.1.0 of the OGC Symbology Encoding Implementation
Specification or version 1.0 of the OGC Styled Layer Descriptor
Implementation Specification. |
class |
TLcdSLDFeatureTypeStyleEncoder10
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdModelReferenceEncoder
This
ILcdModelReferenceEncoder encodes model references
in .ref files corresponding to the given destination files. |
Modifier and Type | Class and Description |
---|---|
class |
TLcdEPSGModelReferenceEncoder
This
ILcdModelReferenceEncoder encodes model references
in .epsg files corresponding to the given destination files. |
class |
TLcdWKTModelReferenceEncoder
This
ILcdModelReferenceEncoder encodes model references
in .prj files corresponding to the given destination files. |
Modifier and Type | Class and Description |
---|---|
class |
TLcdFeaturedPointGXYLayerCodec
ILcdGXYLayerDecoder , ILcdGXYLayerEncoder and
ILcdGXYLayerFactory for ILcdGXYLayer s whose
ILcdModel contains featured points (both ILcdPoint
and ILcdFeatured ). |
class |
TLcdFeaturedPolygonGXYLayerCodec
ILcdGXYLayerDecoder , ILcdGXYLayerEncoder and
ILcdGXYLayerFactory for ILcdGXYLayer s whose
ILcdModel contains featured polygons (both ILcdPolygon
and ILcdFeatured ). |
class |
TLcdFeaturedPolylineGXYLayerCodec
ILcdGXYLayerDecoder , ILcdGXYLayerEncoder and
ILcdGXYLayerFactory for ILcdGXYLayer s whose
ILcdModel contains featured polylines (both
ILcdPolyline and ILcdFeatured ). |
class |
TLcdMultilevelRasterGXYLayerCodec
ILcdGXYLayerDecoder , ILcdGXYLayerEncoder and
ILcdGXYLayerFactory for ILcdGXYLayer s whose
ILcdModel contains multi level rasters
(ILcdMultilevelRaster ). |
class |
TLcdRasterGXYLayerCodec
ILcdGXYLayerDecoder , ILcdGXYLayerEncoder and
ILcdGXYLayerFactory for ILcdGXYLayer s whose
ILcdModel contains (single level) rasters
(ILcdRaster ). |
Modifier and Type | Class and Description |
---|---|
class |
TLcdSLDStyledLayerDescriptorEncoder
Encoder to encoder
TLcdSLDStyledLayerDescriptor objects to XML documents according to
version 1.0.0 and 1.1.0 of the OGC Styled Layer Descriptor / Symbology Encoding
Implementation Specification. |
class |
TLcdSLDStyledLayerDescriptorEncoder10
Deprecated.
|