Uses of Interface
com.luciad.view.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
Modifier and TypeMethodDescriptionprotected void
ALcdOGCWCSCommandDispatcherFactory.createReferenceParsersSFCT
(ILcdInitializationConfig aConfig, List<ILcdXYWorldReferenceParser> aWorldReferenceParserListSFCT, List<String> aCRSCodeListToPublishSFCT) Creates reference parsers. -
Uses of ILcdXYWorldReferenceParser 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
Parses a reference from a reference formatted into the LuciadLightspeed name space.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. -
Uses of ILcdXYWorldReferenceParser in com.luciad.wms.server
Modifier and TypeMethodDescriptionvoid
TLcdOGCWMSCommandDispatcher.addXYWorldReferenceParser
(ILcdXYWorldReferenceParser aXYWorldReferenceParser) Adds aILcdXYWorldReferenceParser
to parse aILcdXYWorldReference
from a given text encoding.Modifier and TypeMethodDescriptionprotected void
ALcdOGCWMSCommandDispatcherFactory.createReferenceParsersSFCT
(jakarta.servlet.ServletConfig aServletConfig, List<ILcdXYWorldReferenceParser> aWorldReferenceParserListSFCT, List<String> aCRSCodeListToPublishSFCT) Creates reference parsers.