Uses of Class
com.luciad.ogc.sld.model.TLcdSLDParameterValue
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.
Model objects for functions defined by the
Symbology encoding standard, version 1.1.0.
-
Uses of TLcdSLDParameterValue in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDParameterValue.clone()
TLcdSLDFill.getCssParameter
(String aParameterName) returns the value of the parameter with name aName where aName is a field constant of this class.TLcdSLDFont.getCssParameter
(String aParameter) Returns a CssParameter.TLcdSLDStroke.getCssParameter
(String aParameterName) Returns the value of the parameter with name aName where aName is a field constant of this classTLcdSLDMark.getOnlineResourceURI()
Returns a parameter value that can be evaluated to a URI to a resource.Modifier and TypeMethodDescriptionvoid
TLcdSLDFill.setCssParameter
(String aParameterName, TLcdSLDParameterValue aParameterValue) Sets the value of the parameter with name aName where aName is a field constant of this class.void
TLcdSLDFont.setCssParameter
(String aParameter, TLcdSLDParameterValue aParameterValue) Sets a CssParameter.void
TLcdSLDStroke.setCssParameter
(String aParameterName, TLcdSLDParameterValue aParameterValue) Sets the value of the parameter with name aName where aName is a field constant ofTLcdSLDStroke
.void
TLcdSLDMark.setOnlineResourceURI
(TLcdSLDParameterValue aURI) Sets the URI to an online resource that resolves to a simple graphic.ModifierConstructorDescriptionTLcdSLDAnchorPoint
(TLcdSLDParameterValue aAnchorPointX, TLcdSLDParameterValue aAnchorPointY) Constructs an instance with two given parameters value for coordinates.TLcdSLDDisplacement
(TLcdSLDParameterValue aDisplacementX, TLcdSLDParameterValue aDisplacementY) Creates an instance for given displacements.TLcdSLDFill
(TLcdSLDGraphic aGraphicFill, TLcdSLDParameterValue aColor, TLcdSLDParameterValue aOpacity) Constructor for given parameters.TLcdSLDFont
(TLcdSLDParameterValue aFontFamily, TLcdSLDParameterValue aFontStyle, TLcdSLDParameterValue aFontWeight, TLcdSLDParameterValue aFontSize) Constructor for given parameters.TLcdSLDGraphic
(TLcdSLDParameterValue aOpacity, TLcdSLDParameterValue aSize, TLcdSLDParameterValue aRotation, Object[] aGraphics) Constructor for given parameters.TLcdSLDHalo
(TLcdSLDParameterValue aRadius, TLcdSLDFill aFill) Constructor for given parameters.TLcdSLDLinePlacement
(TLcdSLDParameterValue aPerpendicularOffset) Constructor for a given perpendicular offset.TLcdSLDPointPlacement
(TLcdSLDParameterValue aRotation, TLcdSLDDisplacement aDisplacement, TLcdSLDAnchorPoint aAnchorPoint) Constructor for given rotation, displacement and anchor point.TLcdSLDRasterSymbolizer
(TLcdSLDGeometry aGeometry, TLcdSLDParameterValue aOpacity, TLcdSLDChannelSelection aChannelSelection, TLcdSLDOverlapBehavior aOverlapBehavior, TLcdSLDColorMap aColorMap, TLcdSLDContrastEnhancement aContrastEnhancement, TLcdSLDShadedRelief aShadedRelief, TLcdSLDImageOutline aImageOutline) Constructor for given parameters.TLcdSLDTextSymbolizer
(TLcdSLDGeometry aGeometry, TLcdSLDParameterValue aLabel, TLcdSLDFont aFont, TLcdSLDLabelPlacement aLabelPlacement, TLcdSLDHalo aHalo, TLcdSLDFill aFill) Constructor for given parameters. -
Uses of TLcdSLDParameterValue in com.luciad.ogc.sld.model.functions
Modifier and TypeMethodDescriptionTLcdSLDFormatDate.getDateValue()
Returns the value of the property that maps to theDateValue
element.TLcdSLDCategorize.getFirstValue()
Gets the value of the'FirstValue'
property.TLcdSLDSubstring.getLength()
Returns the value of the property that maps to theLength
element.TLcdSLDStringPosition.getLookupString()
Returns the value of the property that maps to theLookupString
element.TLcdSLDCategorize.getLookupValue()
Gets the value of the'LookupValue'
property.TLcdSLDInterpolate.getLookupValue()
Returns the value of the property that maps to theLookupValue
element.TLcdSLDRecode.getLookupValue()
Returns the value of the property that maps to theLookupValue
element.TLcdSLDFormatNumber.getNumericValue()
Returns the value of the property that maps to theNumericValue
element.TLcdSLDSubstring.getPosition()
Returns the value of the property that maps to thePosition
element.TLcdSLDChangeCase.getStringValue()
Returns the value of the property that maps to theStringValue
element.TLcdSLDStringLength.getStringValue()
Returns the value of the property that maps to theStringValue
element.TLcdSLDStringPosition.getStringValue()
Returns the value of the property that maps to theStringValue
element.TLcdSLDSubstring.getStringValue()
Returns the value of the property that maps to theStringValue
element.TLcdSLDTrim.getStringValue()
Returns the value of the property that maps to theStringValue
element.TLcdSLDInterpolationPoint.getValue()
Returns the value of the property that maps to theValue
element.TLcdSLDMapItem.getValue()
Returns the value of the property that maps to theValue
element.Modifier and TypeMethodDescriptionTLcdSLDConcatenate.getStringValue()
Returns the value of the property that maps to theStringValue
element.TLcdSLDCategorize.getThreshold()
Gets the value of the'Threshold'
property.TLcdSLDCategorize.getValue()
Gets the value of the'Value'
property.Modifier and TypeMethodDescriptionvoid
TLcdSLDCategorize.addThreshold
(TLcdSLDParameterValue aThreshold, TLcdSLDParameterValue aValue) Adds a threshold and the value that is to be used if the lookup is larger than that threshold, and smaller than the subsequent threshold.void
TLcdSLDFormatDate.setDateValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theDateValue
element.void
TLcdSLDCategorize.setFirstValue
(TLcdSLDParameterValue aValue) Sets the value of the'FirstValue'
property.void
TLcdSLDSubstring.setLength
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theLength
element.void
TLcdSLDStringPosition.setLookupString
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theLookupString
element.void
TLcdSLDCategorize.setLookupValue
(TLcdSLDParameterValue aValue) Sets the value of the'LookupValue'
property.void
TLcdSLDInterpolate.setLookupValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theLookupValue
element.void
TLcdSLDRecode.setLookupValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theLookupValue
element.void
TLcdSLDFormatNumber.setNumericValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theNumericValue
element.void
TLcdSLDSubstring.setPosition
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to thePosition
element.void
TLcdSLDChangeCase.setStringValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValue
element.void
TLcdSLDStringLength.setStringValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValue
element.void
TLcdSLDStringPosition.setStringValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValue
element.void
TLcdSLDSubstring.setStringValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValue
element.void
TLcdSLDTrim.setStringValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValue
element.void
TLcdSLDInterpolationPoint.setValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theValue
element.void
TLcdSLDMapItem.setValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theValue
element.ModifierConstructorDescriptionTLcdSLDChangeCase
(TLcdSLDParameterValue aStringValue, TLcdSLDChangeCase.Direction aDirection) Creates a new instance and initializes the properties with the given values.TLcdSLDConcatenate
(TLcdSLDParameterValue[] aStringValues) Creates a new instance and initializes the properties with the given values.TLcdSLDFormatDate
(TLcdSLDParameterValue aDateValue, String aPattern) Creates a new instance and initializes the properties with the given values.TLcdSLDFormatNumber
(TLcdSLDParameterValue aNumericValue, String aPattern) Creates a new instance and initializes the properties with the given values.TLcdSLDInterpolationPoint
(double aData, TLcdSLDParameterValue aValue) Creates a new instance and initializes the properties with the given values.TLcdSLDMapItem
(String aKey, TLcdSLDParameterValue aValue) Creates a new instance and initializes the properties with the given values.TLcdSLDStringLength
(TLcdSLDParameterValue aStringValue) Creates a new instance and initializes the properties with the given values.TLcdSLDStringPosition
(TLcdSLDParameterValue aStringValue, TLcdSLDParameterValue aLookupString, TLcdSLDStringPosition.SearchDirection aSearchDirection) Creates a new instance and initializes the properties with the given values.TLcdSLDSubstring
(TLcdSLDParameterValue aStringValue, TLcdSLDParameterValue aPosition, TLcdSLDParameterValue aLength) Creates a new instance and initializes the properties with the given values.TLcdSLDTrim
(TLcdSLDParameterValue aStringValue, String aStripOffChar) Creates a new instance and initializes the properties with the given values.