Uses of Interface
com.luciad.io.ILcdOutputStreamFactoryCapable
Package
Description
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
Provides classes and interfaces for decoding and displaying ASTERIX data.
Handles the GDF format.
This package contains vector data GeoJson encoding and decoding utilities.
Provides support for decoding and encoding GML 2 data, and exporting models to GML 2.
Handles GML 2.1.2 and GML 3 data.
Provides support for decoding and encoding GML 3.1 data, and exporting models to GML 3.1.
Provides support for decoding and encoding GML 3.2 data, and exporting models to GML 3.2.
This package provides a decoder and a encoder for the KML 2.2 format.
This package contains a decoder and encoder for ISO19139 data sources.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
This package provides API for decoding and encoding NVG 1.4/1.5 data from/to XML.
This package provides API for decoding and encoding NVG 2.0 data from/to XML.
Handles the S-57 format.
Handles the shp format.
Handles the svg format.
Provides
a decoder
for the OGC 3D Tiles format.
Provides a generic framework for parsing of XML documents,
using pluggable XML element readers and object factories.
Provides a binding framework for binding XML documents to Java object graphs and vice versa.
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.Extension of the XML Framework provided by the
com.luciad.format.xml
package, offering
support for XML Schema-based documents.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.
Model interfaces
Contains classes for working with numeric graphs.
Contains classes to support encoding and decoding of XML files containing OGC Filter elements to and from the OGC Filter model.
Encoding and decoding of XML files containing Feature Type Styles to and from the SLD model.
Everything related to model references and view references.
Construction and formatting of coordinate reference systems.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Encoding and decoding of XML files containing Styled Layer Descriptors to and from the SLD model.
-
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.aixm51.xml
Modifier and TypeClassDescriptionclass
ThisILcdModelEncoder
creates AIXM 5.1 files from anILcdModel
object of typeTLcdAIXM51AbstractAIXMMessage
that represents a collection of AIXM 5.1 features, or anILcdModel
object of typeILcdModelTreeNode
, containing child models of typeTLcdAIXM51AbstractAIXMMessage
, or anTLcdAIXM51AbstractAIXMFeature
object that represents a stand-alone AIXM 5.1 feature. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.asterix
Modifier and TypeClassDescriptionclass
Encoder for ASTERIX trajectory models. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.gdf
Modifier and TypeClassDescriptionclass
This ILcdModelEncoder encodes GDF models.class
This ILcdModelEncoder encodes GDF multilevel, tiled models. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.geojson
Modifier and TypeClassDescriptionclass
Encodes models to a single GeoJsonFeatureCollection
-
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.gml2.xml
Modifier and TypeClassDescriptionclass
This model encoder encodes Geography Markup Language (GML) version 2.x. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.gml3
Modifier and TypeClassDescriptionclass
Deprecated.This class has been deprecated.class
Deprecated.This class has been deprecated. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.gml31.xml
Modifier and TypeClassDescriptionclass
This model encoder encodes Geography Markup Language (GML) version 3.1. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.gml32.xml
Modifier and TypeClassDescriptionclass
This model encoder encodes Geography Markup Language (GML) version 3.2. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.kml22.xml
Modifier and TypeClassDescriptionfinal class
ILcdModelEncoder
implementation to convert a KML 2.2 model to a KML file. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.metadata.xml
Modifier and TypeClassDescriptionclass
This class represents an ISO 19139 data source encoder. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.mif
Modifier and TypeClassDescriptionclass
ThisILcdModelEncoder
creates MIF (MapInfo Interchange Format) files from anILcdModel
containing any of the shapes displayed in the list below. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.nvg.nvg15.xml
Modifier and TypeClassDescriptionclass
Model encoder for creating an NVG 1.5 document from a givenTLcdNVG15Model
. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.nvg.nvg20.xml
Modifier and TypeClassDescriptionclass
Model encoder for creating an NVG 2.0 document from a givenTLcdNVG20Model
orTLcdNVG20FilteredModel
. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.s57
Modifier and TypeClassDescriptionclass
This model encoder encodes S-57 domain data into S-57 data files. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.shp
Modifier and TypeClassDescriptionclass
ThisILcdModelEncoder
creates SHP (ESRI Shapefile) files from anILcdModel
following the ESRI Shapefile Technical Description. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.svg
Modifier and TypeClassDescriptionclass
ThisILcdModelEncoder
allows to encode models to SVG files. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.tiled3d.ogc3dtiles
Modifier and TypeClassDescriptionclass
Encodes tiled and multi-leveled mesh models to OGC 3D Tiles. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.xml
Modifier and TypeClassDescriptionclass
Deprecated.Use of thecom.format.xml
API has been deprecated. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.xml.bind
Modifier and TypeClassDescriptionclass
Utility class for marshalling Java object graphs into XML documents, usingILcdXMLMarshaller
's. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.xml.bind.schema
Modifier and TypeClassDescriptionclass
This abstract class provides additional methods for aILcdModelEncoder
to encode models into XML schema based documents.class
Encoder for marshalling a Java object graph into an XML Schema-based XML document, usingILcdXMLMarshaller
's andILcdXMLTypeMarshaller
's. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.format.xml.schema
Modifier and TypeClassDescriptionclass
Deprecated.Use of thecom.format.xml.schema
API has been deprecated. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.lucy.workspace
Modifier and TypeClassDescriptionclass
Extension ofALcyWorkspaceCodec
that only uses a singleOutputStream
and a singleInputStream
to store/restore workspaces.class
Extension ofTLcyBlobWorkspaceCodec
that can save and load workspaces to/from the file system. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.model
Modifier and TypeClassDescriptionfinal class
Composite implementation ofILcdModelReferenceEncoder
. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.network.graph.numeric
Modifier and TypeClassDescriptionclass
Encoder for exporting graphs to numeric graphs and saving numeric graphs after they have been modified. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.ogc.filter.xml
Modifier and TypeClassDescriptionclass
XML encoder for generating documents describing OGC filters, structured according to version 1.1.0 or 2.0 of the OGC Filter specification. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.ogc.sld.xml
Modifier and TypeClassDescriptionclass
XML Encoder forTLcdSLDFeatureTypeStyle
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
Deprecated. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.reference
Modifier and TypeClassDescriptionclass
ThisILcdModelReferenceEncoder
encodes model references in .ref files corresponding to the given destination files. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.reference.format
Modifier and TypeClassDescriptionclass
ThisILcdModelReferenceEncoder
encodes model references in .epsg files corresponding to the given destination files.class
ThisILcdModelReferenceEncoder
encodes model references in .prj files corresponding to the given destination files. -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured points (bothILcdPoint
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured polygons (bothILcdPolygon
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured polylines (bothILcdPolyline
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains multi level rasters (ILcdMultilevelRaster
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains (single level) rasters (ILcdRaster
). -
Uses of ILcdOutputStreamFactoryCapable in com.luciad.wms.sld.xml
Modifier and TypeClassDescriptionclass
Encoder to encoderTLcdSLDStyledLayerDescriptor
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
Deprecated.