Uses of Interface
com.luciad.format.nvg.model.ILcdNVGNode
Packages that use 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
Methods in com.luciad.format.nvg.model that return ILcdNVGNodeMethods in com.luciad.format.nvg.model with parameters of type ILcdNVGNodeModifier and TypeMethodDescriptionvoidILcdNVGNode.setParent(ILcdNVGNode aParent) Set the parent of this object to the given parent. -
Uses of ILcdNVGNode in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcdNVGNodeModifier and TypeClassDescriptionclassAn anchor is a domain object container that has anhref property, similar to the anchor element in HTML.classImplementation of anILcd2DEditableArcthat represents an NVG 1.5 Arc.classImplementation of anILcd2DEditableArcBandthat represents an NVG 1.5 ArcBand.classImplementation of anILcd2DEditableGeoBufferwith anILcd2DEditablePolylineas an underlying shape that represents an NVG 1.5 Arrow.classA generic element in an NVG 1.5 Document.classImplementation ofILcd2DEditableCirclethat represents an NVG 1.5 Circle.classImplementation of anILcdEditableShapeListthat represents an NVG 1.5 Composite.classImplementation of anILcd2DEditableGeoBufferwith anILcd2DEditablePolylineas an underlying shape that represents an NVG 1.5 Corridor.classTop level nvg-object with metadata attributesclassImplementation of anILcd2DEditableEllipsethat represents an NVG 1.5 Ellipse.classImplementation of anILcdEditableShapeListthat represents an NVG 1.5 Group.classTop level object to be displayed on a map with symbol attributesclassImplementation of the root of a NATO Vector Graphics 1.4/1.5 document that is also an anILcd2DBoundsIndexedModeland anILcdIntegerIndexedModel.classImplementation ofILcd2DEditablePolypointthat represents an NVG 1.5 Multipoint.classImplementation ofILcd2DEditablePointthat represents an NVG 1.5 Point.classImplementation ofILcd2DEditablePolygonthat represents an NVG 2.0 Polygon.classImplementation ofILcd2DEditablePolylinethat represents an NVG 1.5 Polyline.classRepresents textual information at a certain location.Methods in com.luciad.format.nvg.nvg15.model that return ILcdNVGNodeModifier and TypeMethodDescriptionTLcdNVG15Anchor.getParent()TLcdNVG15Base.getParent()TLcdNVG15Composite.getParent()TLcdNVG15Group.getParent()TLcdNVG15Model.getParent()Methods in com.luciad.format.nvg.nvg15.model with parameters of type ILcdNVGNodeModifier and TypeMethodDescriptionvoidTLcdNVG15Anchor.setParent(ILcdNVGNode aParent) voidTLcdNVG15Base.setParent(ILcdNVGNode aParent) voidTLcdNVG15Composite.setParent(ILcdNVGNode aParent) voidTLcdNVG15Group.setParent(ILcdNVGNode aParent) voidTLcdNVG15Model.setParent(ILcdNVGNode aParent) -
Uses of ILcdNVGNode in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdNVGNodeModifier and TypeClassDescriptionclassImplementation of anILcd2DEditableArcthat represents an NVG 2.0 Arc.classImplementation ofILcdEditableSurfacewhose exterior ring is anILcd2DEditableArcBand, that represents an NVG 2.0 ArcBand.classSymbolized NVG content that represents a surface withexclusion areas.classILcd2DEditableGeoBufferimplementation with anILcd2DEditablePolylineas an underlying shape that represents an NVG 2.0 Arrow.classILcdEditableSurfaceimplementation whose exterior ring is anILcd2DEditableCircle, that represents an NVG 2.0 Circle.classImplementation of anILcdEditableShapeListthat represents an NVG 2.0 Composite.classA generic element in an NVG 2.0 Document.classImplementation of anILcd2DEditableGeoBufferwith anILcd2DEditablePolylineas an underlying shape that represents an NVG 2.0 Corridor.classImplementation ofILcdEditableSurfacewhose exterior ring is anILcd2DEditableEllipse, that represents an NVG 2.0 Ellipse.classImplementation of anILcdEditableShapeListthat represents an NVG 2.0 Group.classImplementation of the root of a NATO Vector Graphics 2.0 document that is also an anILcd2DBoundsIndexedModeland anILcdIntegerIndexedModel.classImplementation ofILcd2DEditablePolypointthat represents an NVG 2.0 MultiPoint.classImplementation of anILcd2DEditableGeoBufferwith anILcd2DEditablePolylinewith only 2 points as an underlying shape that represents an NVG 2.0 Orbit.classImplementation ofILcd2DEditablePointthat represents an NVG 2.0 Point.classImplementation ofILcdEditableSurfacewhose exterior ring is anILcd2DEditablePolygon, that represents an NVG 2.0 Polygon.classImplementation ofILcd2DEditablePolylinethat represents an NVG 2.0 Polyline.classImplementation ofILcdEditableSurfacethat represents an NVG 2.0 Rectangle.classSymbolized content, including unknown (default rendering).classRepresents textual information at a certain location.Methods in com.luciad.format.nvg.nvg20.model that return ILcdNVGNodeModifier and TypeMethodDescriptionTLcdNVG20Composite.getParent()TLcdNVG20Content.getParent()TLcdNVG20Group.getParent()TLcdNVG20Model.getParent()Methods in com.luciad.format.nvg.nvg20.model with parameters of type ILcdNVGNodeModifier and TypeMethodDescriptionvoidTLcdNVG20Composite.setParent(ILcdNVGNode aParent) voidTLcdNVG20Content.setParent(ILcdNVGNode aParent) voidTLcdNVG20Group.setParent(ILcdNVGNode aParent) voidTLcdNVG20Model.setParent(ILcdNVGNode aParent)