Uses of Class
com.luciad.ogc.sld.model.TLcdSLDParameterValue
Packages that use 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
Methods in com.luciad.ogc.sld.model that return TLcdSLDParameterValueModifier 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.Methods in com.luciad.ogc.sld.model with parameters of type TLcdSLDParameterValueModifier and TypeMethodDescriptionvoidTLcdSLDFill.setCssParameter(String aParameterName, TLcdSLDParameterValue aParameterValue) Sets the value of the parameter with name aName where aName is a field constant of this class.voidTLcdSLDFont.setCssParameter(String aParameter, TLcdSLDParameterValue aParameterValue) Sets a CssParameter.voidTLcdSLDStroke.setCssParameter(String aParameterName, TLcdSLDParameterValue aParameterValue) Sets the value of the parameter with name aName where aName is a field constant ofTLcdSLDStroke.voidTLcdSLDMark.setOnlineResourceURI(TLcdSLDParameterValue aURI) Sets the URI to an online resource that resolves to a simple graphic.Constructors in com.luciad.ogc.sld.model with parameters of type TLcdSLDParameterValueModifierConstructorDescriptionTLcdSLDAnchorPoint(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
Methods in com.luciad.ogc.sld.model.functions that return TLcdSLDParameterValueModifier and TypeMethodDescriptionTLcdSLDFormatDate.getDateValue()Returns the value of the property that maps to theDateValueelement.TLcdSLDCategorize.getFirstValue()Gets the value of the'FirstValue'property.TLcdSLDSubstring.getLength()Returns the value of the property that maps to theLengthelement.TLcdSLDStringPosition.getLookupString()Returns the value of the property that maps to theLookupStringelement.TLcdSLDCategorize.getLookupValue()Gets the value of the'LookupValue'property.TLcdSLDInterpolate.getLookupValue()Returns the value of the property that maps to theLookupValueelement.TLcdSLDRecode.getLookupValue()Returns the value of the property that maps to theLookupValueelement.TLcdSLDFormatNumber.getNumericValue()Returns the value of the property that maps to theNumericValueelement.TLcdSLDSubstring.getPosition()Returns the value of the property that maps to thePositionelement.TLcdSLDChangeCase.getStringValue()Returns the value of the property that maps to theStringValueelement.TLcdSLDStringLength.getStringValue()Returns the value of the property that maps to theStringValueelement.TLcdSLDStringPosition.getStringValue()Returns the value of the property that maps to theStringValueelement.TLcdSLDSubstring.getStringValue()Returns the value of the property that maps to theStringValueelement.TLcdSLDTrim.getStringValue()Returns the value of the property that maps to theStringValueelement.TLcdSLDInterpolationPoint.getValue()Returns the value of the property that maps to theValueelement.TLcdSLDMapItem.getValue()Returns the value of the property that maps to theValueelement.Methods in com.luciad.ogc.sld.model.functions that return types with arguments of type TLcdSLDParameterValueModifier and TypeMethodDescriptionTLcdSLDConcatenate.getStringValue()Returns the value of the property that maps to theStringValueelement.TLcdSLDCategorize.getThreshold()Gets the value of the'Threshold'property.TLcdSLDCategorize.getValue()Gets the value of the'Value'property.Methods in com.luciad.ogc.sld.model.functions with parameters of type TLcdSLDParameterValueModifier and TypeMethodDescriptionvoidTLcdSLDCategorize.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.voidTLcdSLDFormatDate.setDateValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theDateValueelement.voidTLcdSLDCategorize.setFirstValue(TLcdSLDParameterValue aValue) Sets the value of the'FirstValue'property.voidTLcdSLDSubstring.setLength(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theLengthelement.voidTLcdSLDStringPosition.setLookupString(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theLookupStringelement.voidTLcdSLDCategorize.setLookupValue(TLcdSLDParameterValue aValue) Sets the value of the'LookupValue'property.voidTLcdSLDInterpolate.setLookupValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theLookupValueelement.voidTLcdSLDRecode.setLookupValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theLookupValueelement.voidTLcdSLDFormatNumber.setNumericValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theNumericValueelement.voidTLcdSLDSubstring.setPosition(TLcdSLDParameterValue aValue) Sets the value of the property that maps to thePositionelement.voidTLcdSLDChangeCase.setStringValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValueelement.voidTLcdSLDStringLength.setStringValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValueelement.voidTLcdSLDStringPosition.setStringValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValueelement.voidTLcdSLDSubstring.setStringValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValueelement.voidTLcdSLDTrim.setStringValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theStringValueelement.voidTLcdSLDInterpolationPoint.setValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theValueelement.voidTLcdSLDMapItem.setValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theValueelement.Constructors in com.luciad.ogc.sld.model.functions with parameters of type TLcdSLDParameterValueModifierConstructorDescriptionTLcdSLDChangeCase(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.