Uses of Interface
com.luciad.model.ILcdModelReferenceParser
Packages that use 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
Methods in com.luciad.format.aixm51.xml that return ILcdModelReferenceParserModifier and TypeMethodDescriptionTLcdAIXM51ModelDecoder.getModelReferenceParser()Returns the model reference parser that is used to createILcdModelReferenceinstances when decoding an srsName.Methods in com.luciad.format.aixm51.xml with parameters of type ILcdModelReferenceParserModifier and TypeMethodDescriptionvoidTLcdAIXM51ModelDecoder.setModelReferenceParser(ILcdModelReferenceParser aModelReferenceParser) Sets the parser that is used to createILcdModelReferenceinstances given an srsName. -
Uses of ILcdModelReferenceParser in com.luciad.format.geojson
Methods in com.luciad.format.geojson that return ILcdModelReferenceParserModifier and TypeMethodDescriptionTLcdGeoJsonModelDecoder.getModelReferenceParser()Get the reference parser that is used by this decoder.Methods in com.luciad.format.geojson with parameters of type ILcdModelReferenceParserModifier and TypeMethodDescriptionvoidTLcdGeoJsonModelDecoder.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
Methods in com.luciad.format.gmlcommon.transformation that return ILcdModelReferenceParserModifier and TypeMethodDescriptionTLcdGMLApplicationModelDecoder.getModelReferenceParser()Returns the model reference parser used by the decoder to turn srsNames intoILcdModelReferenceobjects.Methods in com.luciad.format.gmlcommon.transformation with parameters of type ILcdModelReferenceParserModifier and TypeMethodDescriptionvoidTLcdGMLApplicationModelDecoder.setModelReferenceParser(ILcdModelReferenceParser aModelReferenceParser) Sets the model reference parser. -
Uses of ILcdModelReferenceParser in com.luciad.format.gmlcommon.xml
Methods in com.luciad.format.gmlcommon.xml that return ILcdModelReferenceParserModifier and TypeMethodDescriptionTLcdGMLModelDecoder.getModelReferenceParser()Returns the model reference parser that is used to createILcdModelReferenceinstances when decoding an srsName.Methods in com.luciad.format.gmlcommon.xml with parameters of type ILcdModelReferenceParserModifier and TypeMethodDescriptionvoidTLcdGMLModelDecoder.setModelReferenceParser(ILcdModelReferenceParser aModelReferenceParser) Sets the parser that is used to createILcdModelReferenceinstances given an srsName. -
Uses of ILcdModelReferenceParser in com.luciad.format.mif
Classes in com.luciad.format.mif that implement ILcdModelReferenceParserModifier and TypeClassDescriptionclassDeprecated.classThis class parses the ILcdModelReference object for MIF (MapInfo Interchange Format) files. -
Uses of ILcdModelReferenceParser in com.luciad.lucy.model
Classes in com.luciad.lucy.model that implement ILcdModelReferenceParserModifier and TypeClassDescriptionclassComposite implementation (see composite design pattern) ofILcdModelReferenceParser. -
Uses of ILcdModelReferenceParser in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs that return ILcdModelReferenceParserModifier and TypeMethodDescriptionALcdOGCWFSCommandDispatcherFactory.getModelReferenceParser()Get the model reference parser used by the server.TLcdWFSCommandDispatcherContext.getModelReferenceParser()Returns a valid model reference parser.Methods in com.luciad.ogc.wfs with parameters of type ILcdModelReferenceParserModifier and TypeMethodDescriptionprotected final voidALcdOGCWFSCommandDispatcherFactory.addModelReferenceParser(ILcdModelReferenceParser aParser) Adds a reference parser.protected ILcdWFSCapabilitiesProviderALcdOGCWFSCommandDispatcherFactory.createWFSCapabilitiesProvider(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider, ILcdModelReferenceFormatter aModelReferenceFormatter, ILcdModelReferenceParser aModelReferenceParser) Creates a WFS capabilities provider. -
Uses of ILcdModelReferenceParser in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that return ILcdModelReferenceParserModifier 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.Methods in com.luciad.ogc.wfs.client with parameters of type ILcdModelReferenceParserModifier and TypeMethodDescriptionTLcdWFSProxyModel.Builder.modelReferenceParser(ILcdModelReferenceParser aModelReferenceParser) Specifies the reference parser that will be used by the proxy model.voidTLcdWFSModelDecoderDecorator.setModelReferenceParser(ILcdModelReferenceParser aModelReferenceParser) Sets the parser that is used to createILcdModelReferenceinstances given an srsName.voidTLcdWFSProxyModelFactory.setModelReferenceParser(ILcdModelReferenceParser aReferenceParser) Deprecated.Sets a reference parser that will be used by the proxy model. -
Uses of ILcdModelReferenceParser in com.luciad.reference.format
Classes in com.luciad.reference.format that implement ILcdModelReferenceParserModifier and TypeClassDescriptionclassReference parser for representations in the AUTO2 name space.classReference parser for representations in the AUTO name space.classParses the reference according to the CRS name space.classParser for codes from the database that is maintained by the European Petroleum Survey Group.classParser for references used in OGC standards such as GML, WMS, AIXM 5, and so on.classThis class is used to parse coordinate reference systems specified as parameter strings for the PROJ.4 library (http://trac.osgeo.org/proj/).classDeprecated.It's encouraged to use TLcdEPSGReferenceParser insteadclassThis class is used to parse Coordinate Reference Systems in the Well-Known Text format of the OpenGIS Specification to aILcdModelReferenceof LuciadLightspeed.
TLcdMIFModelReferenceParser.