Uses of Interface
com.luciad.lucy.map.ILcyLayerStyle
Packages that use 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
Methods in com.luciad.lucy.map that return ILcyLayerStyleModifier and TypeMethodDescriptionReturns the layer style of the given layer.Methods in com.luciad.lucy.map with parameters of type ILcyLayerStyleModifier and TypeMethodDescriptionvoidILcyLayerStyleProvider.applyStyle(ILcyLayerStyle aLayerStyle, ILcdLayer aLayerSFCT) Applies the given style to the given layer.voidTLcyCompositeLayerStyleProvider.applyStyle(ILcyLayerStyle aLayerStyle, ILcdLayer aLayerSFCT) booleanILcyLayerStyleProvider.canApplyStyle(ILcyLayerStyle aLayerStyle, ILcdLayer aLayerSFCT) Returns true if the provider can apply the given style to the given layer.booleanTLcyCompositeLayerStyleProvider.canApplyStyle(ILcyLayerStyle aLayerStyle, ILcdLayer aLayerSFCT) booleanILcyLayerStyleCodec.canDecode(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle) Returnstruewhen this codec is capable of adjusting the state ofaLayerStyleto match the settings stored in some (persistent) storage.booleanTLcyCompositeLayerStyleCodec.canDecode(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle) booleanILcyLayerStyleCodec.canEncode(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle) Returnstrueif the givenILcyLayerStyle, retrieved fromaLayer, can be encoded by this codec.booleanTLcyCompositeLayerStyleCodec.canEncode(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle) voidILcyLayerStyleCodec.decode(ILcdLayer aLayer, ILcyLayerStyle aLayerStyleSFCT, InputStream aInputStream) Adjusts the settings ofaLayerStyleSFCTto match those stored inaInputStream.voidTLcyCompositeLayerStyleCodec.decode(ILcdLayer aLayer, ILcyLayerStyle aLayerStyleSFCT, InputStream aInputStream) voidILcyLayerStyleCodec.encode(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle, OutputStream aOutputStream) Encodes the givenILcyLayerStyleto the givenOutputStream.voidTLcyCompositeLayerStyleCodec.encode(ILcdLayer aLayer, ILcyLayerStyle aLayerStyle, OutputStream aOutputStream) -
Uses of ILcyLayerStyle in com.luciad.lucy.map.sld
Classes in com.luciad.lucy.map.sld that implement ILcyLayerStyleModifier and TypeClassDescriptionclassRepresents a layer style that supports styling as described in the OGC Styled Layer Descriptor and Symbology Encoding specifications.