Uses of Interface
com.luciad.model.ILcdModelReferenceParser
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.
Provides XML functionality that is common to all GML formats.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Provides classes to deal with the models ( that store the actual data ) behind a map.
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 ILcdModelReferenceParser in com.luciad.format.aixm51.xml
Modifier and TypeMethodDescriptionTLcdAIXM51ModelDecoder.getModelReferenceParser()
Returns the model reference parser that is used to createILcdModelReference
instances when decoding an srsName.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51ModelDecoder.setModelReferenceParser
(ILcdModelReferenceParser aModelReferenceParser) Sets the parser that is used to createILcdModelReference
instances given an srsName. -
Uses of ILcdModelReferenceParser in com.luciad.format.geojson
Modifier and TypeMethodDescriptionTLcdGeoJsonModelDecoder.getModelReferenceParser()
Get the reference parser that is used by this decoder.Modifier and TypeMethodDescriptionvoid
TLcdGeoJsonModelDecoder.setModelReferenceParser
(ILcdModelReferenceParser aModelReferenceParser) Set the reference parser the decoder will use to parse a spatial reference. -
Uses of ILcdModelReferenceParser in com.luciad.format.gmlcommon.transformation
Modifier and TypeMethodDescriptionTLcdGMLApplicationModelDecoder.getModelReferenceParser()
Returns the model reference parser used by the decoder to turn srsNames intoILcdModelReference
objects.Modifier and TypeMethodDescriptionvoid
TLcdGMLApplicationModelDecoder.setModelReferenceParser
(ILcdModelReferenceParser aModelReferenceParser) Sets the model reference parser. -
Uses of ILcdModelReferenceParser in com.luciad.format.gmlcommon.xml
Modifier and TypeMethodDescriptionTLcdGMLModelDecoder.getModelReferenceParser()
Returns the model reference parser that is used to createILcdModelReference
instances when decoding an srsName.Modifier and TypeMethodDescriptionvoid
TLcdGMLModelDecoder.setModelReferenceParser
(ILcdModelReferenceParser aModelReferenceParser) Sets the parser that is used to createILcdModelReference
instances given an srsName. -
Uses of ILcdModelReferenceParser in com.luciad.format.mif
Modifier and TypeClassDescriptionclass
Deprecated.class
This class parses the ILcdModelReference object for MIF (MapInfo Interchange Format) files. -
Uses of ILcdModelReferenceParser in com.luciad.lucy.model
Modifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdModelReferenceParser
. -
Uses of ILcdModelReferenceParser in com.luciad.ogc.wfs
Modifier and TypeMethodDescriptionALcdOGCWFSCommandDispatcherFactory.getModelReferenceParser()
Get the model reference parser used by the server.TLcdWFSCommandDispatcherContext.getModelReferenceParser()
Returns a valid model reference parser.Modifier and TypeMethodDescriptionprotected final void
ALcdOGCWFSCommandDispatcherFactory.addModelReferenceParser
(ILcdModelReferenceParser aParser) Adds a reference parser.protected ILcdWFSCapabilitiesProvider
ALcdOGCWFSCommandDispatcherFactory.createWFSCapabilitiesProvider
(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider, ILcdModelReferenceFormatter aModelReferenceFormatter, ILcdModelReferenceParser aModelReferenceParser) Creates a WFS capabilities provider. -
Uses of ILcdModelReferenceParser in com.luciad.ogc.wfs.client
Modifier and TypeMethodDescriptionTLcdWFSModelDecoderDecorator.getModelReferenceParser()
Returns the model reference parser that is set on this decoder.TLcdWFSProxyModelFactory.getModelReferenceParser()
Deprecated.Returns the model reference parser of this proxy model factory.Modifier and TypeMethodDescriptionTLcdWFSProxyModel.Builder.modelReferenceParser
(ILcdModelReferenceParser aModelReferenceParser) Specifies the reference parser that will be used by the proxy model.void
TLcdWFSModelDecoderDecorator.setModelReferenceParser
(ILcdModelReferenceParser aModelReferenceParser) Sets the parser that is used to createILcdModelReference
instances given an srsName.void
TLcdWFSProxyModelFactory.setModelReferenceParser
(ILcdModelReferenceParser aReferenceParser) Deprecated.Sets a reference parser that will be used by the proxy model. -
Uses of ILcdModelReferenceParser in com.luciad.reference.format
Modifier and TypeClassDescriptionclass
Reference parser for representations in the AUTO2 name space.class
Reference parser for representations in the AUTO name space.class
Parses the reference according to the CRS name space.class
Parser for codes from the database that is maintained by the European Petroleum Survey Group.class
Parser for references used in OGC standards such as GML, WMS, AIXM 5, and so on.class
This class is used to parse coordinate reference systems specified as parameter strings for the PROJ.4 library (http://trac.osgeo.org/proj/).class
Deprecated.It's encouraged to use TLcdEPSGReferenceParser insteadclass
This class is used to parse Coordinate Reference Systems in the Well-Known Text format of the OpenGIS Specification to aILcdModelReference
of LuciadLightspeed.
TLcdMIFModelReferenceParser
.