Uses of Class
com.luciad.ogc.sld.model.TLcdSLDOnlineResource
Packages that use TLcdSLDOnlineResource
Package
Description
Model objects for SLD Feature Type Styles implementing the OGC 05-077r4,
Symbology encoding standard, version 1.1.0, and the deprecated OGC 02-070 standard,
Styled Layer Descriptor Implementation Specification, version 1.0.
This package contains classes and interfaces to support the use of SE and SLD feature type styles
in GXY and Lightspeed views.
Model objects for SLD Styled Layer Descriptors implementing the OGC 05-078r4,
Styled Layer Descriptor standard, version 1.1.0, and the deprecated OGC 02-070 1.0.0 version of that standard.
-
Uses of TLcdSLDOnlineResource in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return TLcdSLDOnlineResourceModifier and TypeMethodDescriptionTLcdSLDExternalGraphic.getOnlineResource()
Returns the online location of the graphic.Methods in com.luciad.ogc.sld.model with parameters of type TLcdSLDOnlineResourceModifier and TypeMethodDescriptionvoid
TLcdSLDExternalGraphic.setOnlineResource
(TLcdSLDOnlineResource aOnlineResource) Sets the online location of the graphicConstructors in com.luciad.ogc.sld.model with parameters of type TLcdSLDOnlineResourceModifierConstructorDescriptionTLcdSLDExternalGraphic
(TLcdSLDOnlineResource aOnlineResource, String aFormat) Constructor for given online resource and format. -
Uses of TLcdSLDOnlineResource in com.luciad.ogc.sld.view
Methods in com.luciad.ogc.sld.view with parameters of type TLcdSLDOnlineResourceModifier and TypeMethodDescriptionILcdSLDOnlineResourceResolver.resolve
(TLcdSLDOnlineResource aSLDOnlineResource) Returns the location of the given online resource. -
Uses of TLcdSLDOnlineResource in com.luciad.wms.sld.model
Constructors in com.luciad.wms.sld.model with parameters of type TLcdSLDOnlineResourceModifierConstructorDescriptionTLcdSLDRemoteOWS
(String aService, TLcdSLDOnlineResource aOnlineResource) Creates a newTLcdSLDRemoteOWS
instance with the given service and online resource identification.