Uses of Class
com.luciad.format.nvg.nvg20.model.TLcdNVG20Content
Package
Description
This package contains a domain model to represent an NVG 2.0 data source.
-
Uses of TLcdNVG20Content 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
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 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 TypeMethodDescriptionTLcdNVG20Content.ShapeType.createShapeInstance()
Return an instance of the corresponding shape.Modifier and TypeMethodDescriptionstatic TLcdNVG20Content.ShapeType
TLcdNVG20Content.getShapeType
(TLcdNVG20Content aContent) Get the shape type of the content, or null if there is no corresponding shape type for the content.