Uses of Interface
com.luciad.shape.ILcdGeoBuffer
Packages that use 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
Subinterfaces of ILcdGeoBuffer in com.luciad.ais.model.airspaceModifier and TypeInterfaceDescriptioninterfaceThis interface represents an airspace corridor and provides methods for retrieving its geometry and relationships.interfaceThis interface defines operations to edit the attributes, relationships and geometry of anILcdAirspaceCorridor.Classes in com.luciad.ais.model.airspace that implement ILcdGeoBufferModifier and TypeClassDescriptionclassThe default implementation of an airspace corridor with default properties.classThe default implementation of an airspace corridor with features. -
Uses of ILcdGeoBuffer in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcdGeoBufferModifier and TypeClassDescriptionclassImplementation of anILcd2DEditableGeoBufferwith anILcd2DEditablePolylineas an underlying shape that represents an NVG 1.5 Arrow.classImplementation of anILcd2DEditableGeoBufferwith anILcd2DEditablePolylineas an underlying shape that represents an NVG 1.5 Corridor. -
Uses of ILcdGeoBuffer in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdGeoBufferModifier and TypeClassDescriptionclassILcd2DEditableGeoBufferimplementation with anILcd2DEditablePolylineas an underlying shape that represents an NVG 2.0 Arrow.classImplementation of anILcd2DEditableGeoBufferwith anILcd2DEditablePolylineas an underlying shape that represents an NVG 2.0 Corridor.classImplementation of anILcd2DEditableGeoBufferwith anILcd2DEditablePolylinewith only 2 points as an underlying shape that represents an NVG 2.0 Orbit. -
Uses of ILcdGeoBuffer in com.luciad.geodesy
Methods in com.luciad.geodesy with parameters of type ILcdGeoBufferModifier and TypeMethodDescriptionstatic ILcdComplexPolygonTLcdEllipsoidUtil.computeBufferContour2D(ILcdGeoBuffer aBuffer, ILcdEllipsoid aEllipsoid) Calculates the contour of anILcdGeoBufferin the geodetic space.static ILcdComplexPolygonTLcdEllipsoidUtil.computeBufferContour2D(ILcdGeoBuffer aBuffer, ILcdEllipsoid aEllipsoid, int aBufferCapsPrecision) Calculates the contour of anILcdGeoBufferin the geodetic space. -
Uses of ILcdGeoBuffer in com.luciad.geometry.cartesian
Methods in com.luciad.geometry.cartesian with parameters of type ILcdGeoBufferModifier and TypeMethodDescriptionstatic ILcdComplexPolygonTLcdCartesian.computeBufferContour2D(ILcdGeoBuffer aBuffer) Calculates the contour of anILcdGeoBufferin the cartesian space. -
Uses of ILcdGeoBuffer in com.luciad.shape.shape2D
Subinterfaces of ILcdGeoBuffer in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterfaceAnILcd2DEditableBufferobject is anILcdGeoBufferthat can be changed in two dimensions.Classes in com.luciad.shape.shape2D that implement ILcdGeoBufferModifier and TypeClassDescriptionclassThis class represents a buffer around a shape on an ellipsoid, with a given width, in the geodetic space.classThis class represents a buffer around a shape with a given width, in the cartesian space.