Uses of Interface
com.luciad.shape.ILcdGeoBuffer
Package
Description
Provides classes and interfaces for all airspace related aspects (like airspaces,
airspace associations and airspace segments).
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.
Specifies ellipsoids and geodetic datums.
Contains classes to perform geometry operations in cartesian space.
Three-dimensional shapes that can be changed in two dimensions.
-
Uses of ILcdGeoBuffer in com.luciad.ais.model.airspace
Modifier and TypeInterfaceDescriptioninterface
This interface represents an airspace corridor and provides methods for retrieving its geometry and relationships.interface
This interface defines operations to edit the attributes, relationships and geometry of anILcdAirspaceCorridor
.Modifier and TypeClassDescriptionclass
The default implementation of an airspace corridor with default properties.class
The default implementation of an airspace corridor with features. -
Uses of ILcdGeoBuffer in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableGeoBuffer
with anILcd2DEditablePolyline
as an underlying shape that represents an NVG 1.5 Arrow.class
Implementation of anILcd2DEditableGeoBuffer
with anILcd2DEditablePolyline
as an underlying shape that represents an NVG 1.5 Corridor. -
Uses of ILcdGeoBuffer in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
ILcd2DEditableGeoBuffer
implementation with anILcd2DEditablePolyline
as an underlying shape that represents an NVG 2.0 Arrow.class
Implementation of anILcd2DEditableGeoBuffer
with anILcd2DEditablePolyline
as an underlying shape that represents an NVG 2.0 Corridor.class
Implementation of anILcd2DEditableGeoBuffer
with anILcd2DEditablePolyline
with only 2 points as an underlying shape that represents an NVG 2.0 Orbit. -
Uses of ILcdGeoBuffer in com.luciad.geodesy
Modifier and TypeMethodDescriptionstatic ILcdComplexPolygon
TLcdEllipsoidUtil.computeBufferContour2D
(ILcdGeoBuffer aBuffer, ILcdEllipsoid aEllipsoid) Calculates the contour of anILcdGeoBuffer
in the geodetic space.static ILcdComplexPolygon
TLcdEllipsoidUtil.computeBufferContour2D
(ILcdGeoBuffer aBuffer, ILcdEllipsoid aEllipsoid, int aBufferCapsPrecision) Calculates the contour of anILcdGeoBuffer
in the geodetic space. -
Uses of ILcdGeoBuffer in com.luciad.geometry.cartesian
Modifier and TypeMethodDescriptionstatic ILcdComplexPolygon
TLcdCartesian.computeBufferContour2D
(ILcdGeoBuffer aBuffer) Calculates the contour of anILcdGeoBuffer
in the cartesian space. -
Uses of ILcdGeoBuffer in com.luciad.shape.shape2D
Modifier and TypeInterfaceDescriptioninterface
AnILcd2DEditableBuffer
object is anILcdGeoBuffer
that can be changed in two dimensions.Modifier and TypeClassDescriptionclass
This class represents a buffer around a shape on an ellipsoid, with a given width, in the geodetic space.class
This class represents a buffer around a shape with a given width, in the cartesian space.