Uses of Interface
com.luciad.format.nvg.model.ILcdNVGNode
Package
Description
This package provides the common parts of the domain models to represent NVG data.
This package contains a domain model to represent an NVG 1.4/1.5 data source.
This package contains a domain model to represent an NVG 2.0 data source.
-
Uses of ILcdNVGNode in com.luciad.format.nvg.model
Modifier and TypeMethodDescriptionvoid
ILcdNVGNode.setParent
(ILcdNVGNode aParent) Set the parent of this object to the given parent. -
Uses of ILcdNVGNode in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
An anchor is a domain object container that has anhref property
, similar to the anchor element in HTML.class
Implementation of anILcd2DEditableArc
that represents an NVG 1.5 Arc.class
Implementation of anILcd2DEditableArcBand
that represents an NVG 1.5 ArcBand.class
Implementation of anILcd2DEditableGeoBuffer
with anILcd2DEditablePolyline
as an underlying shape that represents an NVG 1.5 Arrow.class
A generic element in an NVG 1.5 Document.class
Implementation ofILcd2DEditableCircle
that represents an NVG 1.5 Circle.class
Implementation of anILcdEditableShapeList
that represents an NVG 1.5 Composite.class
Implementation of anILcd2DEditableGeoBuffer
with anILcd2DEditablePolyline
as an underlying shape that represents an NVG 1.5 Corridor.class
Top level nvg-object with metadata attributesclass
Implementation of anILcd2DEditableEllipse
that represents an NVG 1.5 Ellipse.class
Implementation of anILcdEditableShapeList
that represents an NVG 1.5 Group.class
Top level object to be displayed on a map with symbol attributesclass
Implementation of the root of a NATO Vector Graphics 1.4/1.5 document that is also an anILcd2DBoundsIndexedModel
and anILcdIntegerIndexedModel
.class
Implementation ofILcd2DEditablePolypoint
that represents an NVG 1.5 Multipoint.class
Implementation ofILcd2DEditablePoint
that represents an NVG 1.5 Point.class
Implementation ofILcd2DEditablePolygon
that represents an NVG 2.0 Polygon.class
Implementation ofILcd2DEditablePolyline
that represents an NVG 1.5 Polyline.class
Represents textual information at a certain location.Modifier and TypeMethodDescriptionTLcdNVG15Anchor.getParent()
TLcdNVG15Base.getParent()
TLcdNVG15Composite.getParent()
TLcdNVG15Group.getParent()
TLcdNVG15Model.getParent()
Modifier and TypeMethodDescriptionvoid
TLcdNVG15Anchor.setParent
(ILcdNVGNode aParent) void
TLcdNVG15Base.setParent
(ILcdNVGNode aParent) void
TLcdNVG15Composite.setParent
(ILcdNVGNode aParent) void
TLcdNVG15Group.setParent
(ILcdNVGNode aParent) void
TLcdNVG15Model.setParent
(ILcdNVGNode aParent) -
Uses of ILcdNVGNode in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArc
that represents an NVG 2.0 Arc.class
Implementation ofILcdEditableSurface
whose exterior ring is anILcd2DEditableArcBand
, that represents an NVG 2.0 ArcBand.class
Symbolized NVG content that represents a surface withexclusion areas
.class
ILcd2DEditableGeoBuffer
implementation with anILcd2DEditablePolyline
as an underlying shape that represents an NVG 2.0 Arrow.class
ILcdEditableSurface
implementation whose exterior ring is anILcd2DEditableCircle
, that represents an NVG 2.0 Circle.class
Implementation of anILcdEditableShapeList
that represents an NVG 2.0 Composite.class
A generic element in an NVG 2.0 Document.class
Implementation of anILcd2DEditableGeoBuffer
with anILcd2DEditablePolyline
as an underlying shape that represents an NVG 2.0 Corridor.class
Implementation ofILcdEditableSurface
whose exterior ring is anILcd2DEditableEllipse
, that represents an NVG 2.0 Ellipse.class
Implementation of anILcdEditableShapeList
that represents an NVG 2.0 Group.class
Implementation of the root of a NATO Vector Graphics 2.0 document that is also an anILcd2DBoundsIndexedModel
and anILcdIntegerIndexedModel
.class
Implementation ofILcd2DEditablePolypoint
that represents an NVG 2.0 MultiPoint.class
Implementation of anILcd2DEditableGeoBuffer
with anILcd2DEditablePolyline
with only 2 points as an underlying shape that represents an NVG 2.0 Orbit.class
Implementation ofILcd2DEditablePoint
that represents an NVG 2.0 Point.class
Implementation ofILcdEditableSurface
whose exterior ring is anILcd2DEditablePolygon
, that represents an NVG 2.0 Polygon.class
Implementation ofILcd2DEditablePolyline
that represents an NVG 2.0 Polyline.class
Implementation ofILcdEditableSurface
that represents an NVG 2.0 Rectangle.class
Symbolized content, including unknown (default rendering).class
Represents textual information at a certain location.Modifier and TypeMethodDescriptionTLcdNVG20Composite.getParent()
TLcdNVG20Content.getParent()
TLcdNVG20Group.getParent()
TLcdNVG20Model.getParent()
Modifier and TypeMethodDescriptionvoid
TLcdNVG20Composite.setParent
(ILcdNVGNode aParent) void
TLcdNVG20Content.setParent
(ILcdNVGNode aParent) void
TLcdNVG20Group.setParent
(ILcdNVGNode aParent) void
TLcdNVG20Model.setParent
(ILcdNVGNode aParent)