Uses of Interface
com.luciad.view.ILcdXYWorldReferenceParser
Packages that use ILcdXYWorldReferenceParser
Package
Description
Implementation of the OGC Web Coverage Service (WCS) specification.
Construction and formatting of coordinate reference systems.
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdXYWorldReferenceParser in com.luciad.ogc.wcs
Method parameters in com.luciad.ogc.wcs with type arguments of type ILcdXYWorldReferenceParserModifier and TypeMethodDescriptionprotected voidALcdOGCWCSCommandDispatcherFactory.createReferenceParsersSFCT(ILcdInitializationConfig aConfig, List<ILcdXYWorldReferenceParser> aWorldReferenceParserListSFCT, List<String> aCRSCodeListToPublishSFCT) Creates reference parsers. -
Uses of ILcdXYWorldReferenceParser in com.luciad.reference.format
Classes in com.luciad.reference.format that implement ILcdXYWorldReferenceParserModifier 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.classParses a reference from a reference formatted into the LuciadLightspeed name space.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. -
Uses of ILcdXYWorldReferenceParser in com.luciad.wms.server
Methods in com.luciad.wms.server with parameters of type ILcdXYWorldReferenceParserModifier and TypeMethodDescriptionvoidTLcdOGCWMSCommandDispatcher.addXYWorldReferenceParser(ILcdXYWorldReferenceParser aXYWorldReferenceParser) Adds aILcdXYWorldReferenceParserto parse aILcdXYWorldReferencefrom a given text encoding.Method parameters in com.luciad.wms.server with type arguments of type ILcdXYWorldReferenceParserModifier and TypeMethodDescriptionprotected voidALcdOGCWMSCommandDispatcherFactory.createReferenceParsersSFCT(jakarta.servlet.ServletConfig aServletConfig, List<ILcdXYWorldReferenceParser> aWorldReferenceParserListSFCT, List<String> aCRSCodeListToPublishSFCT) Creates reference parsers.