Uses of Interface
com.luciad.ogc.wfs.ILcdWFSModelEncoder
Packages that use ILcdWFSModelEncoder
Package
Description
Implementation of the OGC Web Feature Service (WFS) specification.
-
Uses of ILcdWFSModelEncoder in com.luciad.ogc.wfs
Classes in com.luciad.ogc.wfs that implement ILcdWFSModelEncoderModifier and TypeClassDescriptionclass
This class allows you to define a WFS output format by combining anILcdModelEncoder
with a content type (MIME type).Methods in com.luciad.ogc.wfs that return ILcdWFSModelEncoderModifier and TypeMethodDescriptionILcdWFSClientModelEncoderFactory.createModelEncoder
(ILcdOutputStreamFactory aOutputStreamFactory, String aOutputFormat, TLcdWFSRequestContext aContext) Returns a model encoder that can encode models in the requested format to an output stream provided by the given factory.TLcdWFSClientModelEncoderFactory.createModelEncoder
(ILcdOutputStreamFactory aOutputStreamFactory, String aOutputFormat, TLcdWFSRequestContext aContext)