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 formatILcdModelReferenceinstances when encoding an srsName.Methods in com.luciad.format.aixm51.xml with parameters of type ILcdModelReferenceFormatterModifier and TypeMethodDescriptionvoidTLcdAIXM51ModelEncoder.setModelReferenceFormatter(ILcdModelReferenceFormatter aModelReferenceFormatter) Sets the formatter that is used to formatILcdModelReferenceinstances 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 TypeMethodDescriptionvoidTLcdGeoJsonModelEncoder.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 formatILcdModelReferenceinstances when encoding an srsName.Methods in com.luciad.format.gmlcommon.transformation with parameters of type ILcdModelReferenceFormatterModifier and TypeMethodDescriptionvoidTLcdGMLApplicationModelEncoder.setModelReferenceFormatter(ILcdModelReferenceFormatter aModelReferenceFormatter) Sets the formatter that is used to formatILcdModelReferenceinstances 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 voidALcdOGCWFSCommandDispatcherFactory.addModelReferenceFormatter(ILcdModelReferenceFormatter aFormatter) Adds a reference formatter.protected ILcdWFSCapabilitiesProviderALcdOGCWFSCommandDispatcherFactory.createWFSCapabilitiesProvider(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider, ILcdModelReferenceFormatter aModelReferenceFormatter, ILcdModelReferenceParser aModelReferenceParser) Creates a WFS capabilities provider.voidTLcdWFSClientModelEncoderFactory.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 TypeMethodDescriptionvoidTLcdWFSTransactionRequest.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 TypeClassDescriptionclassFormats a reference into the AUTO2 name space.classFormats a reference into the AUTO name space.classFormats the reference according to the CRS name space.classFormats model references and XY world references into the EPSG name space.classFormatter for references used in OGC standards such as GML, WMS, AIXM 5, and so on.classEncodes geo references to parameter strings for the PROJ.4 library (http://trac.osgeo.org/proj/).classEncodes geo references to OGC WKT strings as specified in OGC document 01-009 (OpenGIS® Coordinate Transformation Service Implementation Specification).