Uses of Interface
com.luciad.model.ILcdModelReferenceFormatter
Packages that use ILcdModelReferenceFormatter
Package
Description
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
This package contains vector data GeoJson encoding and decoding utilities.
Provides support for transforming domain objects and model to and from GML.
Implementation of the OGC Web Feature Service (WFS) specification.
Client API for an OGC Web Feature Service (WFS).
Construction and formatting of coordinate reference systems.
-
Uses of ILcdModelReferenceFormatter in com.luciad.format.aixm51.xml
Methods in com.luciad.format.aixm51.xml that return ILcdModelReferenceFormatterModifier and TypeMethodDescriptionTLcdAIXM51ModelEncoder.getModelReferenceFormatter()
Returns the model reference formatter that is used to formatILcdModelReference
instances when encoding an srsName.Methods in com.luciad.format.aixm51.xml with parameters of type ILcdModelReferenceFormatterModifier and TypeMethodDescriptionvoid
TLcdAIXM51ModelEncoder.setModelReferenceFormatter
(ILcdModelReferenceFormatter aModelReferenceFormatter) Sets the formatter that is used to formatILcdModelReference
instances when encoding an srsName. -
Uses of ILcdModelReferenceFormatter in com.luciad.format.geojson
Methods in com.luciad.format.geojson that return ILcdModelReferenceFormatterModifier and TypeMethodDescriptionTLcdGeoJsonModelEncoder.getModelReferenceFormatter()
Get the reference formatter that is used by the encoder.Methods in com.luciad.format.geojson with parameters of type ILcdModelReferenceFormatterModifier and TypeMethodDescriptionvoid
TLcdGeoJsonModelEncoder.setModelReferenceFormatter
(ILcdModelReferenceFormatter aFormatter) Set the reference formatter the encoder will use to format a spatial reference. -
Uses of ILcdModelReferenceFormatter in com.luciad.format.gmlcommon.transformation
Methods in com.luciad.format.gmlcommon.transformation that return ILcdModelReferenceFormatterModifier and TypeMethodDescriptionTLcdGMLApplicationModelEncoder.getModelReferenceFormatter()
Returns the model reference formatter that is used to formatILcdModelReference
instances when encoding an srsName.Methods in com.luciad.format.gmlcommon.transformation with parameters of type ILcdModelReferenceFormatterModifier and TypeMethodDescriptionvoid
TLcdGMLApplicationModelEncoder.setModelReferenceFormatter
(ILcdModelReferenceFormatter aModelReferenceFormatter) Sets the formatter that is used to formatILcdModelReference
instances when encoding an srsName. -
Uses of ILcdModelReferenceFormatter in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs that return ILcdModelReferenceFormatterModifier and TypeMethodDescriptionALcdOGCWFSCommandDispatcherFactory.getModelReferenceFormatter()
Get the model reference formatter used by the server.TLcdWFSClientModelEncoderFactory.getModelReferenceFormatter()
Returns the model reference formatter that is used when encoding models.Methods in com.luciad.ogc.wfs with parameters of type ILcdModelReferenceFormatterModifier and TypeMethodDescriptionprotected final void
ALcdOGCWFSCommandDispatcherFactory.addModelReferenceFormatter
(ILcdModelReferenceFormatter aFormatter) Adds a reference formatter.protected ILcdWFSCapabilitiesProvider
ALcdOGCWFSCommandDispatcherFactory.createWFSCapabilitiesProvider
(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider, ILcdModelReferenceFormatter aModelReferenceFormatter, ILcdModelReferenceParser aModelReferenceParser) Creates a WFS capabilities provider.void
TLcdWFSClientModelEncoderFactory.setModelReferenceFormatter
(ILcdModelReferenceFormatter aReferenceFormatter) Sets the model reference formatter to be used when encoding models. -
Uses of ILcdModelReferenceFormatter in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that return ILcdModelReferenceFormatterModifier and TypeMethodDescriptionTLcdWFSTransactionRequest.getModelReferenceFormatter()
Returns the model reference formatter of this transaction request.Methods in com.luciad.ogc.wfs.client with parameters of type ILcdModelReferenceFormatterModifier and TypeMethodDescriptionvoid
TLcdWFSTransactionRequest.setModelReferenceFormatter
(ILcdModelReferenceFormatter aReferenceFormatter) Sets a reference formatter to format a model reference (i.e., an instance ofILcdModelReference
) to a String in the transaction request encoding. -
Uses of ILcdModelReferenceFormatter in com.luciad.reference.format
Classes in com.luciad.reference.format that implement ILcdModelReferenceFormatterModifier and TypeClassDescriptionclass
Formats a reference into the AUTO2 name space.class
Formats a reference into the AUTO name space.class
Formats the reference according to the CRS name space.class
Formats model references and XY world references into the EPSG name space.class
Formatter for references used in OGC standards such as GML, WMS, AIXM 5, and so on.class
Encodes geo references to parameter strings for the PROJ.4 library (http://trac.osgeo.org/proj/).class
Encodes geo references to OGC WKT strings as specified in OGC document 01-009 (OpenGISĀ® Coordinate Transformation Service Implementation Specification).