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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theExtendedData
element.static final TLcdDataProperty
Data property that maps to thelabel
attribute.static final TLcdDataProperty
Data property that maps to themetadata
element.static final TLcdDataProperty
Data property that maps to thestyle
attribute.static final TLcdDataProperty
Data property that maps to theuri
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theExtendedData
element.getLabel()
Returns the value of the property that maps to thelabel
attribute.Returns the value of the property that maps to themetadata
element.getStyle()
Returns the value of the property that maps to thestyle
attribute.getUri()
Returns the value of the property that maps to theuri
attribute.void
setExtendedData
(TLcdNVG15ExtendedData aValue) Sets the value of the property that maps to theExtendedData
element.void
Sets the value of the property that maps to thelabel
attribute.void
setMetadata
(ILcdDataObject aValue) Sets the value of the property that maps to themetadata
element.void
setStyle
(TLcdNVGStyle aValue) Sets the value of the property that maps to thestyle
attribute.void
Sets the value of the property that maps to theuri
attribute.Methods inherited from class com.luciad.format.nvg.nvg15.model.TLcdNVG15Base
getParent, setParent
-
Field Details
-
METADATA_PROPERTY
Data property that maps to themetadata
element. The possible values for this property are instances ofILcdDataObject
. -
EXTENDED_DATA_PROPERTY
Data property that maps to theExtendedData
element. The possible values for this property are instances ofTLcdNVG15ExtendedData
. -
LABEL_PROPERTY
Data property that maps to thelabel
attribute. The possible values for this property are instances ofString
. -
STYLE_PROPERTY
Data property that maps to thestyle
attribute. The possible values for this property are instances ofTLcdNVGStyle
. -
URI_PROPERTY
Data property that maps to theuri
attribute. 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 themetadata
element.- Returns:
- the value of the
METADATA_PROPERTY
property.
-
setMetadata
Sets the value of the property that maps to themetadata
element.- Parameters:
aValue
- the value to set for theMETADATA_PROPERTY
property.
-
getExtendedData
Returns the value of the property that maps to theExtendedData
element.- Returns:
- the value of the
EXTENDED_DATA_PROPERTY
property.
-
setExtendedData
Sets the value of the property that maps to theExtendedData
element.- Parameters:
aValue
- the value to set for theEXTENDED_DATA_PROPERTY
property.
-
getLabel
Returns the value of the property that maps to thelabel
attribute.A textual representation of this element.
- Returns:
- the value of the
LABEL_PROPERTY
property.
-
setLabel
Sets the value of the property that maps to thelabel
attribute.A textual representation of this element.
- Parameters:
aValue
- the value to set for theLABEL_PROPERTY
property.
-
getStyle
Returns the value of the property that maps to thestyle
attribute.CSS based style description which indicates how this element should be rendered graphically.
- Returns:
- the value of the
STYLE_PROPERTY
property.
-
setStyle
Sets the value of the property that maps to thestyle
attribute.CSS based style description which indicates how this element should be rendered graphically.
- Parameters:
aValue
- the value to set for theSTYLE_PROPERTY
property.
-
getUri
Returns the value of the property that maps to theuri
attribute.URI schema that uniquely identifies the object. See the URI Scheme for more details.
- Returns:
- the value of the
URI_PROPERTY
property.
-
setUri
Sets the value of the property that maps to theuri
attribute.URI schema that uniquely identifies the object. See the URI Scheme for more details.
- Parameters:
aValue
- the value to set for theURI_PROPERTY
property.
-