Uses of Interface
com.luciad.lucy.map.ILcyLayerStyle
Package
Description
Contains a broad range of classes related to the visual represention of a map.
Contains classes related to the visualization of features using the
Styled Layer Descriptor (SLD)
or Symbology encoding OGC standard.
-
Uses of ILcyLayerStyle in com.luciad.lucy.map
Modifier and TypeMethodDescriptionReturns the layer style of the given layer.Modifier and TypeMethodDescriptionvoid
ILcyLayerStyleProvider.applyStyle
(ILcyLayerStyle aLayerStyle, ILcdLayer aLayerSFCT) Applies the given style to the given layer.void
TLcyCompositeLayerStyleProvider.applyStyle
(ILcyLayerStyle aLayerStyle, ILcdLayer aLayerSFCT) boolean
ILcyLayerStyleProvider.canApplyStyle
(ILcyLayerStyle aLayerStyle, ILcdLayer aLayerSFCT) Returns true if the provider can apply the given style to the given layer.boolean
TLcyCompositeLayerStyleProvider.canApplyStyle
(ILcyLayerStyle aLayerStyle, ILcdLayer aLayerSFCT) boolean
ILcyLayerStyleCodec.canDecode
(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle) Returnstrue
when this codec is capable of adjusting the state ofaLayerStyle
to match the settings stored in some (persistent) storage.boolean
TLcyCompositeLayerStyleCodec.canDecode
(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle) boolean
ILcyLayerStyleCodec.canEncode
(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle) Returnstrue
if the givenILcyLayerStyle
, retrieved fromaLayer
, can be encoded by this codec.boolean
TLcyCompositeLayerStyleCodec.canEncode
(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle) void
ILcyLayerStyleCodec.decode
(ILcdLayer aLayer, ILcyLayerStyle aLayerStyleSFCT, InputStream aInputStream) Adjusts the settings ofaLayerStyleSFCT
to match those stored inaInputStream
.void
TLcyCompositeLayerStyleCodec.decode
(ILcdLayer aLayer, ILcyLayerStyle aLayerStyleSFCT, InputStream aInputStream) void
ILcyLayerStyleCodec.encode
(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle, OutputStream aOutputStream) Encodes the givenILcyLayerStyle
to the givenOutputStream
.void
TLcyCompositeLayerStyleCodec.encode
(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle, OutputStream aOutputStream) -
Uses of ILcyLayerStyle in com.luciad.lucy.map.sld
Modifier and TypeClassDescriptionclass
Represents a layer style that supports styling as described in the OGC Styled Layer Descriptor and Symbology Encoding specifications.