Uses of Interface
com.luciad.model.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
Modifier and TypeMethodDescriptionTLcdAIXM51ModelEncoder.getModelReferenceFormatter()
Returns the model reference formatter that is used to formatILcdModelReference
instances when encoding an srsName.Modifier 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
Modifier and TypeMethodDescriptionTLcdGeoJsonModelEncoder.getModelReferenceFormatter()
Get the reference formatter that is used by the encoder.Modifier 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
Modifier and TypeMethodDescriptionTLcdGMLApplicationModelEncoder.getModelReferenceFormatter()
Returns the model reference formatter that is used to formatILcdModelReference
instances when encoding an srsName.Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionTLcdWFSTransactionRequest.getModelReferenceFormatter()
Returns the model reference formatter of this transaction request.Modifier 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
Modifier 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).