Class TLcdNVG20Orbit
- All Implemented Interfaces:
ILcdDataObject
,ILcdNVGNode
,ILcdBounded
,ILcdGeoBuffer
,ILcdPointList
,ILcdPolyline
,ILcdShape
,ILcd2DEditableGeoBuffer
,ILcd2DEditablePointList
,ILcd2DEditablePolyline
,ILcd2DEditableShape
,ILcdCache
,ILcdCloneable
,ILcdDeepCloneable
,ILcdInvalidateable
,Serializable
,Cloneable
ILcd2DEditableGeoBuffer
with an ILcd2DEditablePolyline
with only 2 points as an underlying shape
that represents an NVG 2.0 Orbit.- Since:
- 2015.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.luciad.format.nvg.nvg20.model.TLcdNVG20Content
TLcdNVG20Content.ShapeType, TLcdNVG20Content.TimeSpan
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theExtendedData
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thehref
attribute.static final TLcdDataProperty
Data property that maps to thelabel
attribute.static final TLcdDataProperty
Data property that maps to themaxaltitude
attribute.static final TLcdDataProperty
Data property that maps to themetadata
element.static final TLcdDataProperty
Data property that maps to theminaltitude
attribute.static final TLcdDataProperty
Data property that maps to themodifiers
attribute.static final TLcdDataProperty
Data property that maps to thepoints
attribute.static final TLcdDataProperty
Data property that maps to thestyle
attribute.static final TLcdDataProperty
Data property that maps to thesymbol
attribute.static final TLcdDataProperty
Data property that maps to thetextInfo
element.static final TLcdDataProperty
Data property that maps to theTimeSpan
element.static final TLcdDataProperty
Data property that maps to theTimeStamp
element.static final TLcdDataProperty
Data property that maps to theuri
attribute.static final TLcdDataProperty
Data property that maps to thewidth
attribute.Fields inherited from interface com.luciad.shape.ILcdGeoBuffer
CAP_BUTT, CAP_ROUND, JOIN_ROUND
-
Constructor Summary
ConstructorDescriptionTLcdNVG20Orbit
(TLcdDataType aDataType) Constructs a new instance of TLcdNVG20Orbit with the given data type. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Clears the cache.clone()
Returns a deep clone of this object.Returns a deep clone of this object.boolean
contains2D
(double aX, double aY) Checks whether thisILcdShape
contains the given point in the 2D space.boolean
contains2D
(ILcdPoint aPoint) Checks whether thisILcdShape
contains the givenILcdPoint
in the 2D space.boolean
contains3D
(double aX, double aY, double aZ) Checks whether thisILcdShape
contains the given point in the 3D space.boolean
contains3D
(ILcdPoint aPoint) Checks whether thisILcdShape
contains the givenILcdPoint
in the 3D space.Returns the base shape of the buffer.Returns theILcdBounds
by which the geometry of thisILcdBounded
object is bounded.getCachedObject
(Object aKey) Looks up and returns the cached Object corresponding to the given key.int
Returns the end cap style of this buffer, which defines the representation of the contour at the endings of the base shape.Returns the value of the property that maps to theExtendedData
element.Returns the value of the property that maps to theextension
element.Returns the focus point of thisILcdShape
.getHref()
Returns the value of the property that maps to thehref
attribute.int
Returns the join style for the contour of this buffer, which defines the representation of the contour at the joins between two line segments of the base shape.getLabel()
Returns the value of the property that maps to thelabel
attribute.double
Returns the value of the property that maps to themaxaltitude
attribute.Returns the value of the property that maps to themetadata
element.double
Returns the value of the property that maps to theminaltitude
attribute.Returns the value of the property that maps to themodifiers
attribute.getPoint
(int aIndex) Returns theILcdPoint
at a given index.int
Returns the number ofILcdPoint
objects in the list.Returns the value of the property that maps to thepoints
attribute.getStyle()
Returns the value of the property that maps to thestyle
attribute.Returns the value of the property that maps to thesymbol
attribute.Returns the value of the property that maps to thetextInfo
element.Returns the value of the property that maps to theTimeSpan
element.Returns the value of the property that maps to theTimeStamp
element.getUri()
Returns the value of the property that maps to theuri
attribute.double
getWidth()
Returns the width of this buffer, expressed in meters and measured from the line segments of the base shape to the contour.double
Returns the value of the property that maps to thewidth
attribute.void
insert2DPoint
(int aIndex, double aX, double aY) Inserts a point at the given index into thisILcd2DEditablePointList
.void
insertIntoCache
(Object aKey, Object aObject) Inserts a cache Object corresponding to the given key Object.void
Invalidates all cached values of this object.void
Indicates that the base shape has been changed, and that the buffer should be recalculated.void
move2D
(double aX, double aY) Moves thisILcd2DEditableShape
to the given point in the 2D space.void
Moves thisILcd2DEditableShape
to the given point in the 2D space.void
move2DPoint
(int aIndex, double aX, double aY) Moves the specified point of thisILcd2DEditablePointList
to the given point in the 2D space.removeCachedObject
(Object aKey) Looks up and removes the cached Object corresponding to the given key.void
removePointAt
(int aIndex) Removes the point at the given index from thisILcd2DEditablePointList
.void
setBaseShape
(ILcdShape aBaseShape) Sets the base shape of the buffer.void
setEndCapStyle
(int aEndCapStyle) Sets the end cap style of the buffer, which must be eitherILcdGeoBuffer.CAP_BUTT
orILcdGeoBuffer.CAP_ROUND
.void
setExtendedData
(TLcdNVG20ExtendedData aValue) Sets the value of the property that maps to theExtendedData
element.void
setExtension
(TLcdNVG20Extension aValue) Sets the value of the property that maps to theextension
element.void
Sets the value of the property that maps to thehref
attribute.void
setJoinStyle
(int aJoinStyle) Sets the join style of the buffer, which must beILcdGeoBuffer.JOIN_ROUND
.void
Sets the value of the property that maps to thelabel
attribute.void
setMaximumZ
(double aValue) Sets the value of the property that maps to themaxaltitude
attribute.void
setMetadata
(TLcdNVG20Extension aValue) Sets the value of the property that maps to themetadata
element.void
setMinimumZ
(double aValue) Sets the value of the property that maps to theminaltitude
attribute.void
setModifiers
(TLcdNVGModifiers aValue) Sets the value of the property that maps to themodifiers
attribute.void
setPoints
(ILcd2DEditablePointList aValue) Sets the value of the property that maps to thepoints
attribute.void
setStyle
(TLcdNVGStyle aValue) Sets the value of the property that maps to thestyle
attribute.void
setSymbol
(TLcdNVGSymbol aValue) Sets the value of the property that maps to thesymbol
attribute.void
setTextInfo
(String aValue) Sets the value of the property that maps to thetextInfo
element.void
setTimeSpan
(TLcdNVG20Content.TimeSpan aValue) Sets the value of the property that maps to theTimeSpan
element.void
setTimeStamp
(XMLGregorianCalendar aValue) Sets the value of the property that maps to theTimeStamp
element.void
Sets the value of the property that maps to theuri
attribute.void
setWidth
(double aWidth) Sets the width of the buffer, expressed in meters and measured from the axis to the border.void
setWidthNVG
(double aValue) Sets the value of the property that maps to thewidth
attribute.void
translate2D
(double aDeltaX, double aDeltaY) Translates thisILcd2DEditableShape
from its current position over the given translation vector in the 2D space.void
translate2DPoint
(int aIndex, double aDeltaX, double aDeltaY) Translates the specified point of thisILcd2DEditablePointList
from its current position over the given translation vector in the 2D space.Methods inherited from class com.luciad.format.nvg.nvg20.model.TLcdNVG20SymbolizedContent
getAPP6CodedFromMapObject, getMS2525CodedFromMapObject, setSymbolFromAPP6, setSymbolFromMS2525
Methods inherited from class com.luciad.format.nvg.nvg20.model.TLcdNVG20Content
getParent, getShapeType, setParent
Methods inherited from class com.luciad.datamodel.TLcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue, toString
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditablePointList
append2DPoint
Methods inherited from interface com.luciad.shape.ILcdPointList
getPointSFCT, getX, getY, getZ
-
Field Details
-
MAXIMUM_Z_PROPERTY
Data property that maps to themaxaltitude
attribute. The possible values for this property are instances ofdouble
. -
MINIMUM_Z_PROPERTY
Data property that maps to theminaltitude
attribute. The possible values for this property are instances ofdouble
. -
POINTS_PROPERTY
Data property that maps to thepoints
attribute. The possible values for this property are instances ofILcd2DEditablePointList
. -
WIDTH_NVG_PROPERTY
Data property that maps to thewidth
attribute. The possible values for this property are instances ofdouble
. -
MODIFIERS_PROPERTY
Data property that maps to themodifiers
attribute. The possible values for this property are instances ofTLcdNVGModifiers
. -
SYMBOL_PROPERTY
Data property that maps to thesymbol
attribute. The possible values for this property are instances ofTLcdNVGSymbol
. -
HREF_PROPERTY
Data property that maps to thehref
attribute. The possible values for this property are instances ofURI
. -
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
. -
METADATA_PROPERTY
Data property that maps to themetadata
element. The possible values for this property are instances ofTLcdNVG20Extension
. -
EXTENDED_DATA_PROPERTY
Data property that maps to theExtendedData
element. The possible values for this property are instances ofTLcdNVG20ExtendedData
. -
TEXT_INFO_PROPERTY
Data property that maps to thetextInfo
element. The possible values for this property are instances ofString
. -
TIME_STAMP_PROPERTY
Data property that maps to theTimeStamp
element. The possible values for this property are instances ofXMLGregorianCalendar
. -
TIME_SPAN_PROPERTY
Data property that maps to theTimeSpan
element. The possible values for this property are instances ofTimeSpan
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofTLcdNVG20Extension
.
-
-
Constructor Details
-
TLcdNVG20Orbit
public TLcdNVG20Orbit() -
TLcdNVG20Orbit
Constructs a new instance of TLcdNVG20Orbit with the given data type.- Parameters:
aDataType
- the data type of the orbit
-
-
Method Details
-
clone
Description copied from class:TLcdDataObject
Returns a deep clone of this object. If the clone is not already present in the dictionary, a new instance if created as follows:- First, a new instance is created using Java's clone() mechanism.
- Then, all properties of this object are cloned and set on the newly created
instance. A property is cloned as follows:
- If the property value is an
ILcdDataObject
, the value is cloned by first creating a new instance via thevalue.getDataType().newInstance()
method, and then cloning its properties one by one. - If the value implements
ILcdDeepCloneable
orILcdCloneable
then this interface is used to clone the value. - Otherwise, the property value is copied by reference.
- If the property value is an
- Specified by:
clone
in interfaceILcdDeepCloneable
- Overrides:
clone
in classTLcdDataObject
- Parameters:
aObjectDictionary
- the Object dictionary that keeps track of the objects for which a clone has already been made, and their corresponding clone Object.- Returns:
- a deep clone of this object
-
clone
Description copied from class:TLcdDataObject
Returns a deep clone of this object. This method delegates toTLcdDataObject.clone(Map)
.- Specified by:
clone
in interfaceILcdCloneable
- Overrides:
clone
in classTLcdDataObject
- Returns:
- a deep clone of this object
- See Also:
-
clearCache
public void clearCache()Description copied from interface:ILcdCache
Clears the cache.- Specified by:
clearCache
in interfaceILcdCache
-
removeCachedObject
Description copied from interface:ILcdCache
Looks up and removes the cached Object corresponding to the given key.- Specified by:
removeCachedObject
in interfaceILcdCache
- Parameters:
aKey
- the key Object that was used for storing the cache Object.- Returns:
- the cached Object, or null if there was no Object corresponding to the given key.
-
getCachedObject
Description copied from interface:ILcdCache
Looks up and returns the cached Object corresponding to the given key.- Specified by:
getCachedObject
in interfaceILcdCache
- Parameters:
aKey
- the key Object that was used for storing the cache Object.- Returns:
- the cached Object, or null if there is no Object corresponding to the given key.
-
insertIntoCache
Description copied from interface:ILcdCache
Inserts a cache Object corresponding to the given key Object.- Specified by:
insertIntoCache
in interfaceILcdCache
- Parameters:
aKey
- the key Object that will be used to identify the Object. The key must therefore be a unique identifier, typically the caller itself:insertIntoCache(this, ...)
.aObject
- the Object to be cached.
-
invalidateObject
public void invalidateObject()Description copied from interface:ILcdInvalidateable
Invalidates all cached values of this object. Call this method whenever one or more of this object's compositing values has been changed, to notify this object it needs to recompute its cached values.- Specified by:
invalidateObject
in interfaceILcdInvalidateable
-
removePointAt
public void removePointAt(int aIndex) Description copied from interface:ILcd2DEditablePointList
Removes the point at the given index from thisILcd2DEditablePointList
.- Specified by:
removePointAt
in interfaceILcd2DEditablePointList
- Parameters:
aIndex
- a valid index in the list ofILcdPoint
objects.
-
insert2DPoint
public void insert2DPoint(int aIndex, double aX, double aY) Description copied from interface:ILcd2DEditablePointList
Inserts a point at the given index into thisILcd2DEditablePointList
.- Specified by:
insert2DPoint
in interfaceILcd2DEditablePointList
- Parameters:
aIndex
- a valid new index in the list of points.aX
- the x coordinate of the new point.aY
- the y coordinate of the new point.
-
translate2DPoint
public void translate2DPoint(int aIndex, double aDeltaX, double aDeltaY) Description copied from interface:ILcd2DEditablePointList
Translates the specified point of thisILcd2DEditablePointList
from its current position over the given translation vector in the 2D space. Only the first two dimensions of the points are considered. The third dimension is left unchanged.- Specified by:
translate2DPoint
in interfaceILcd2DEditablePointList
- Parameters:
aDeltaX
- the x coordinate of the translation vector.aDeltaY
- the y coordinate of the translation vector.
-
move2DPoint
public void move2DPoint(int aIndex, double aX, double aY) Description copied from interface:ILcd2DEditablePointList
Moves the specified point of thisILcd2DEditablePointList
to the given point in the 2D space. Only the first two dimensions of theILcdShape
are considered. The third dimension is left unchanged.- Specified by:
move2DPoint
in interfaceILcd2DEditablePointList
- Parameters:
aIndex
- a valid index in the list of points.aX
- the x coordinate of the point.aY
- the y coordinate of the point.
-
translate2D
public void translate2D(double aDeltaX, double aDeltaY) Description copied from interface:ILcd2DEditableShape
Translates thisILcd2DEditableShape
from its current position over the given translation vector in the 2D space. Only the first two dimensions of theILcdShape
are considered. The third dimension is left unchanged.- Specified by:
translate2D
in interfaceILcd2DEditablePointList
- Specified by:
translate2D
in interfaceILcd2DEditableShape
- Parameters:
aDeltaX
- the x coordinate of the translation vector.aDeltaY
- the y coordinate of the translation vector.
-
move2D
public void move2D(double aX, double aY) Description copied from interface:ILcd2DEditableShape
Moves thisILcd2DEditableShape
to the given point in the 2D space. The focus point is used as the handle by which the shape is moved. Only the first two dimensions of theILcdShape
are considered. The third dimension is left unchanged.- Specified by:
move2D
in interfaceILcd2DEditableShape
- Parameters:
aX
- the x coordinate of the point.aY
- the y coordinate of the point.
-
move2D
Description copied from interface:ILcd2DEditableShape
Moves thisILcd2DEditableShape
to the given point in the 2D space. The focus point is used as the handle by which the shape is moved. Only the first two dimensions of theILcdShape
and theILcdPoint
are considered. The third dimension is left unchanged.- Specified by:
move2D
in interfaceILcd2DEditableShape
- Parameters:
aPoint
- theILcdPoint
to move to.- See Also:
-
getPoint
Description copied from interface:ILcdPointList
Returns theILcdPoint
at a given index.- Specified by:
getPoint
in interfaceILcdPointList
- Parameters:
aIndex
- a valid index in the list ofILcdPoint
objects.- Returns:
- the
ILcdPoint
at the given index. - Throws:
IndexOutOfBoundsException
- if the given index is out of bounds.
-
getPointCount
public int getPointCount()Description copied from interface:ILcdPointList
Returns the number ofILcdPoint
objects in the list.- Specified by:
getPointCount
in interfaceILcdPointList
- Returns:
- the number of
ILcdPoint
objects in the list.
-
getBounds
Description copied from interface:ILcdBounded
Returns theILcdBounds
by which the geometry of thisILcdBounded
object is bounded.If the geometry does not allow retrieving valid bounds (for example a polyline with 0 points) the return value is unspecified. It is highly recommended to return an
undefined
bounds. You can create undefined bounds using the default constructors ofTLcdLonLatBounds
orTLcdXYBounds
.- Specified by:
getBounds
in interfaceILcdBounded
- Returns:
- the
ILcdBounds
by which the geometry of thisILcdBounded
object is bounded.
-
contains3D
public boolean contains3D(double aX, double aY, double aZ) Description copied from interface:ILcdShape
Checks whether thisILcdShape
contains the given point in the 3D space.- Specified by:
contains3D
in interfaceILcdShape
- Parameters:
aX
- the x coordinate of the point.aY
- the y coordinate of the point.aZ
- the z coordinate of the point.- Returns:
- the boolean result of the containment test.
-
contains3D
Description copied from interface:ILcdShape
Checks whether thisILcdShape
contains the givenILcdPoint
in the 3D space.- Specified by:
contains3D
in interfaceILcdShape
- Parameters:
aPoint
- theILcdPoint
to test.- Returns:
- the boolean result of the containment test.
- See Also:
-
contains2D
public boolean contains2D(double aX, double aY) Description copied from interface:ILcdShape
Checks whether thisILcdShape
contains the given point in the 2D space. Only the first two dimensions of theILcdShape
are considered.- Specified by:
contains2D
in interfaceILcdShape
- Parameters:
aX
- the x coordinate of the point.aY
- the y coordinate of the point.- Returns:
- the boolean result of the containment test.
-
getFocusPoint
Description copied from interface:ILcdShape
Returns the focus point of thisILcdShape
.- Specified by:
getFocusPoint
in interfaceILcdShape
- Returns:
- the focus point of this
ILcdShape
.
-
contains2D
Description copied from interface:ILcdShape
Checks whether thisILcdShape
contains the givenILcdPoint
in the 2D space. Only the first two dimensions of theILcdShape
and theILcdPoint
are considered.- Specified by:
contains2D
in interfaceILcdShape
- Parameters:
aPoint
- theILcdPoint
to test.- Returns:
- the boolean result of the containment test.
- See Also:
-
setBaseShape
Description copied from interface:ILcd2DEditableGeoBuffer
Sets the base shape of the buffer.- Specified by:
setBaseShape
in interfaceILcd2DEditableGeoBuffer
- Parameters:
aBaseShape
- the base shape of the buffer.
-
setJoinStyle
public void setJoinStyle(int aJoinStyle) Description copied from interface:ILcd2DEditableGeoBuffer
Sets the join style of the buffer, which must beILcdGeoBuffer.JOIN_ROUND
.- Specified by:
setJoinStyle
in interfaceILcd2DEditableGeoBuffer
- Parameters:
aJoinStyle
- the join style of the buffer.
-
setEndCapStyle
public void setEndCapStyle(int aEndCapStyle) Description copied from interface:ILcd2DEditableGeoBuffer
Sets the end cap style of the buffer, which must be eitherILcdGeoBuffer.CAP_BUTT
orILcdGeoBuffer.CAP_ROUND
.- Specified by:
setEndCapStyle
in interfaceILcd2DEditableGeoBuffer
- Parameters:
aEndCapStyle
- the end cap style of the buffer.
-
setWidth
public void setWidth(double aWidth) Description copied from interface:ILcd2DEditableGeoBuffer
Sets the width of the buffer, expressed in meters and measured from the axis to the border.- Specified by:
setWidth
in interfaceILcd2DEditableGeoBuffer
- Parameters:
aWidth
- the width of the buffer.
-
getWidth
public double getWidth()Description copied from interface:ILcdGeoBuffer
Returns the width of this buffer, expressed in meters and measured from the line segments of the base shape to the contour. The width is positive (width >= 0).- Specified by:
getWidth
in interfaceILcdGeoBuffer
- Returns:
- the width of the buffer.
-
invalidateShape
public void invalidateShape()Description copied from interface:ILcd2DEditableGeoBuffer
Indicates that the base shape has been changed, and that the buffer should be recalculated.- Specified by:
invalidateShape
in interfaceILcd2DEditableGeoBuffer
-
getBaseShape
Description copied from interface:ILcdGeoBuffer
Returns the base shape of the buffer.- Specified by:
getBaseShape
in interfaceILcdGeoBuffer
- Returns:
- the base shape of the buffer.
-
getEndCapStyle
public int getEndCapStyle()Description copied from interface:ILcdGeoBuffer
Returns the end cap style of this buffer, which defines the representation of the contour at the endings of the base shape. This is one ofILcdGeoBuffer.CAP_ROUND
orILcdGeoBuffer.CAP_BUTT
.- Specified by:
getEndCapStyle
in interfaceILcdGeoBuffer
- Returns:
- the end cap style of the buffer.
-
getJoinStyle
public int getJoinStyle()Description copied from interface:ILcdGeoBuffer
Returns the join style for the contour of this buffer, which defines the representation of the contour at the joins between two line segments of the base shape. This is alwaysILcdGeoBuffer.JOIN_ROUND
.- Specified by:
getJoinStyle
in interfaceILcdGeoBuffer
- Returns:
- the join style of the buffer.
-
setPoints
Sets the value of the property that maps to thepoints
attribute.The waypoints of the orbit (limited to 2 points for the orbit)
- Parameters:
aValue
- the value to set for thePOINTS_PROPERTY
property.
-
setWidthNVG
public void setWidthNVG(double aValue) Sets the value of the property that maps to thewidth
attribute.The width of the orbit in meters.
- Parameters:
aValue
- the value to set for theWIDTH_NVG_PROPERTY
property.
-
getMaximumZ
public double getMaximumZ()Returns the value of the property that maps to themaxaltitude
attribute.Maximum altitude for the orbit (meters).
- Returns:
- the value of the
MAXIMUM_Z_PROPERTY
property.
-
setMaximumZ
public void setMaximumZ(double aValue) Sets the value of the property that maps to themaxaltitude
attribute.Maximum altitude for the orbit (meters).
- Parameters:
aValue
- the value to set for theMAXIMUM_Z_PROPERTY
property.
-
getMinimumZ
public double getMinimumZ()Returns the value of the property that maps to theminaltitude
attribute.Minimum altitude for the orbit (meters).
- Returns:
- the value of the
MINIMUM_Z_PROPERTY
property.
-
setMinimumZ
public void setMinimumZ(double aValue) Sets the value of the property that maps to theminaltitude
attribute.Minimum altitude for the orbit (meters).
- Parameters:
aValue
- the value to set for theMINIMUM_Z_PROPERTY
property.
-
getPoints
Returns the value of the property that maps to thepoints
attribute.The waypoints of the orbit (limited to 2 points for the orbit)
- Returns:
- the value of the
POINTS_PROPERTY
property.
-
getWidthNVG
public double getWidthNVG()Returns the value of the property that maps to thewidth
attribute.The width of the orbit in meters.
- Returns:
- the value of the
WIDTH_NVG_PROPERTY
property.
-
getModifiers
Returns the value of the property that maps to themodifiers
attribute.The modifiers attribute is used to associate additional information with the the symbol attribute
- Returns:
- the value of the
MODIFIERS_PROPERTY
property.
-
setModifiers
Sets the value of the property that maps to themodifiers
attribute.The modifiers attribute is used to associate additional information with the the symbol attribute
- Parameters:
aValue
- the value to set for theMODIFIERS_PROPERTY
property.
-
getSymbol
Returns the value of the property that maps to thesymbol
attribute.Symbology attribute that binds the content to a specific symbol scheme and code. Format:
: - Returns:
- the value of the
SYMBOL_PROPERTY
property.
-
setSymbol
Sets the value of the property that maps to thesymbol
attribute.Symbology attribute that binds the content to a specific symbol scheme and code. Format:
: - Parameters:
aValue
- the value to set for theSYMBOL_PROPERTY
property.
-
getHref
Returns the value of the property that maps to thehref
attribute.A URL to human readable content providing more information about the ContentType. Typically the NVG document will contain just a small amount of metadata required to render the content. The URL allows the user to drill-down (click through) to the full content.
- Returns:
- the value of the
HREF_PROPERTY
property.
-
setHref
Sets the value of the property that maps to thehref
attribute.A URL to human readable content providing more information about the ContentType. Typically the NVG document will contain just a small amount of metadata required to render the content. The URL allows the user to drill-down (click through) to the full content.
- Parameters:
aValue
- the value to set for theHREF_PROPERTY
property.
-
getLabel
Returns the value of the property that maps to thelabel
attribute.A short text label describing the content. Long text should be placed in the text element.
- Returns:
- the value of the
LABEL_PROPERTY
property.
-
setLabel
Sets the value of the property that maps to thelabel
attribute.A short text label describing the content. Long text should be placed in the text element.
- Parameters:
aValue
- the value to set for theLABEL_PROPERTY
property.
-
getStyle
Returns the value of the property that maps to thestyle
attribute.A text string (inline CSS string) that defines how objects should be rendered graphically.
- Returns:
- the value of the
STYLE_PROPERTY
property.
-
setStyle
Sets the value of the property that maps to thestyle
attribute.A text string (inline CSS string) that defines how objects 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.The unique identifier for the content. The URI is immutable and shall remain constant across documents produced by the same source. Furthermore, the URI shall remain constant as the document is transferred through a mediation service/process.
- Returns:
- the value of the
URI_PROPERTY
property.
-
setUri
Sets the value of the property that maps to theuri
attribute.The unique identifier for the content. The URI is immutable and shall remain constant across documents produced by the same source. Furthermore, the URI shall remain constant as the document is transferred through a mediation service/process.
- Parameters:
aValue
- the value to set for theURI_PROPERTY
property.
-
getMetadata
Returns the value of the property that maps to themetadata
element.named container for NDMS / Dublin Core defined metadata
- Returns:
- the value of the
METADATA_PROPERTY
property.
-
setMetadata
Sets the value of the property that maps to themetadata
element.named container for NDMS / Dublin Core defined metadata
- 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.
-
getTextInfo
Returns the value of the property that maps to thetextInfo
element.Additional human readable text in addition to @label. Long text content should be placed here.
- Returns:
- the value of the
TEXT_INFO_PROPERTY
property.
-
setTextInfo
Sets the value of the property that maps to thetextInfo
element.Additional human readable text in addition to @label. Long text content should be placed here.
- Parameters:
aValue
- the value to set for theTEXT_INFO_PROPERTY
property.
-
getTimeStamp
Returns the value of the property that maps to theTimeStamp
element.comparable point in time (DTG) to represent the last state change of this element
- Returns:
- the value of the
TIME_STAMP_PROPERTY
property.
-
setTimeStamp
Sets the value of the property that maps to theTimeStamp
element.comparable point in time (DTG) to represent the last state change of this element
- Parameters:
aValue
- the value to set for theTIME_STAMP_PROPERTY
property.
-
getTimeSpan
Returns the value of the property that maps to theTimeSpan
element.Define a show/hide period (based on strict DTG) for the shape as defined by KML on https://developers.google.com/kml/documentation/kmlreference#timespan
- Returns:
- the value of the
TIME_SPAN_PROPERTY
property.
-
setTimeSpan
Sets the value of the property that maps to theTimeSpan
element.Define a show/hide period (based on strict DTG) for the shape as defined by KML on https://developers.google.com/kml/documentation/kmlreference#timespan
- Parameters:
aValue
- the value to set for theTIME_SPAN_PROPERTY
property.
-
getExtension
Returns the value of the property that maps to theextension
element.Extension point for structured community of interest specific content.
- Returns:
- the value of the
EXTENSION_PROPERTY
property.
-
setExtension
Sets the value of the property that maps to theextension
element.Extension point for structured community of interest specific content.
- Parameters:
aValue
- the value to set for theEXTENSION_PROPERTY
property.
-