Class TLcdNVG15DataObject
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg15.model.TLcdNVG15Base
com.luciad.format.nvg.nvg15.model.TLcdNVG15DataObject
- All Implemented Interfaces:
ILcdDataObject,ILcdNVGNode,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdNVG15Composite,TLcdNVG15Group,TLcdNVG15MapObject
Top level nvg-object with metadata attributes
- Since:
- 2015.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theExtendedDataelement.static final TLcdDataPropertyData property that maps to thelabelattribute.static final TLcdDataPropertyData property that maps to themetadataelement.static final TLcdDataPropertyData property that maps to thestyleattribute.static final TLcdDataPropertyData property that maps to theuriattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theExtendedDataelement.getLabel()Returns the value of the property that maps to thelabelattribute.Returns the value of the property that maps to themetadataelement.getStyle()Returns the value of the property that maps to thestyleattribute.getUri()Returns the value of the property that maps to theuriattribute.voidsetExtendedData(TLcdNVG15ExtendedData aValue) Sets the value of the property that maps to theExtendedDataelement.voidSets the value of the property that maps to thelabelattribute.voidsetMetadata(ILcdDataObject aValue) Sets the value of the property that maps to themetadataelement.voidsetStyle(TLcdNVGStyle aValue) Sets the value of the property that maps to thestyleattribute.voidSets the value of the property that maps to theuriattribute.Methods inherited from class com.luciad.format.nvg.nvg15.model.TLcdNVG15Base
getParent, setParent
-
Field Details
-
METADATA_PROPERTY
Data property that maps to themetadataelement. The possible values for this property are instances ofILcdDataObject. -
EXTENDED_DATA_PROPERTY
Data property that maps to theExtendedDataelement. The possible values for this property are instances ofTLcdNVG15ExtendedData. -
LABEL_PROPERTY
Data property that maps to thelabelattribute. The possible values for this property are instances ofString. -
STYLE_PROPERTY
Data property that maps to thestyleattribute. The possible values for this property are instances ofTLcdNVGStyle. -
URI_PROPERTY
Data property that maps to theuriattribute. The possible values for this property are instances ofURI.
-
-
Constructor Details
-
TLcdNVG15DataObject
public TLcdNVG15DataObject() -
TLcdNVG15DataObject
-
-
Method Details
-
getMetadata
Returns the value of the property that maps to themetadataelement.- Returns:
- the value of the
METADATA_PROPERTYproperty.
-
setMetadata
Sets the value of the property that maps to themetadataelement.- Parameters:
aValue- the value to set for theMETADATA_PROPERTYproperty.
-
getExtendedData
Returns the value of the property that maps to theExtendedDataelement.- Returns:
- the value of the
EXTENDED_DATA_PROPERTYproperty.
-
setExtendedData
Sets the value of the property that maps to theExtendedDataelement.- Parameters:
aValue- the value to set for theEXTENDED_DATA_PROPERTYproperty.
-
getLabel
Returns the value of the property that maps to thelabelattribute.A textual representation of this element.
- Returns:
- the value of the
LABEL_PROPERTYproperty.
-
setLabel
Sets the value of the property that maps to thelabelattribute.A textual representation of this element.
- Parameters:
aValue- the value to set for theLABEL_PROPERTYproperty.
-
getStyle
Returns the value of the property that maps to thestyleattribute.CSS based style description which indicates how this element should be rendered graphically.
- Returns:
- the value of the
STYLE_PROPERTYproperty.
-
setStyle
Sets the value of the property that maps to thestyleattribute.CSS based style description which indicates how this element should be rendered graphically.
- Parameters:
aValue- the value to set for theSTYLE_PROPERTYproperty.
-
getUri
Returns the value of the property that maps to theuriattribute.URI schema that uniquely identifies the object. See the URI Scheme for more details.
- Returns:
- the value of the
URI_PROPERTYproperty.
-
setUri
Sets the value of the property that maps to theuriattribute.URI schema that uniquely identifies the object. See the URI Scheme for more details.
- Parameters:
aValue- the value to set for theURI_PROPERTYproperty.
-