Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditablePolyline
Package
Description
All model related aspects in the context of AIS.
Provides classes and interfaces for all aerodrome related aspects.
Provides classes and interfaces for modeling final approach paths.
Provides classes and interfaces for all geographical border related aspects.
Provides classes and interfaces for all air refueling related aspects (like tracks, airspace, ...
Provides classes and interfaces for all route or airway related aspects.
Provides classes and interfaces for all arrival / departure routes in Visual Flight Rules related aspects.
Everything related to representing three-dimensional shapes that are domain independent.
Provides shape classes containing a measure value.
Handles the dgn format.
Provides domain model classes and utility classes for modeling GML 2 data.
Provides domain model classes and utility classes for modeling GML 3.1 data.
Provides domain model classes and utility classes for modeling GML 3.2 data.
Provides specialized Informix shapes.
This package contains all geometry classes of KML.
Three-dimensional shapes that can be changed in all three dimensions.
-
Uses of ILcd3DEditablePolyline in com.luciad.ais.model
Modifier and TypeMethodDescriptionabstract ILcd3DEditablePolyline
ALcdAISGeometryFactory.createPolyline()
Creates a new polyline.abstract ILcd3DEditablePolyline
ALcdAISGeometryFactory.createPolyline
(ILcd3DEditablePointList aPointList) Creates a new polyline given a point list.TLcdAISLonLatHeightGeometryFactory.createPolyline()
Creates a new polyline.TLcdAISLonLatHeightGeometryFactory.createPolyline
(ILcd3DEditablePointList aPointList) Creates a new polyline given a point list.TLcdAISXYZGeometryFactory.createPolyline()
Creates a new polyline.TLcdAISXYZGeometryFactory.createPolyline
(ILcd3DEditablePointList aPointList) Creates a new polyline given a point list. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.model.aerodrome
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRunway
interface that allows to change the attributes and relationships of a runway.Modifier and TypeClassDescriptionclass
The default implementation of a runway with properties.class
The default implementation of a runway with default properties. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.model.finalapproachpath
Modifier and TypeClassDescriptionclass
ILcdFinalApproachPath
implementation based onILcdFeatured
.class
ILcdFinalApproachPath
implementation based onILcdDataObject
. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.model.geoborder
Modifier and TypeClassDescriptionclass
An extension ofTLcdGeoborder
with properties.class
An implementation ofILcdGeoborder
with default properties. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.model.refuelingtrack
Modifier and TypeClassDescriptionclass
This extension ofTLcdRefuelingTrack
has all facilities to store refueling track related aspects.class
An implementation ofILcdRefuelingTrack
. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.model.route
Modifier and TypeMethodDescriptionvoid
TLcdSegmentBasedRoute.set3DEditablePolyline
(ILcd3DEditablePolyline aPolyline) Sets the polyline that will be cloned to create the lines that are returned by thegetShape()
method. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.model.vfr
Modifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdVFRRoute
.Modifier and TypeClassDescriptionclass
An extension ofTLcdVFROffsetRoute
with additional properties.class
The default implementation of a VFR route with additional properties.class
This class defines a route that consists of offset points.class
The default implementation of a VFR route without features. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.shape
Modifier and TypeClassDescriptionclass
A polyline that delegates to an internal polyline.Modifier and TypeMethodDescriptionvoid
TLcdAISPolyline.set3DEditablePolyline
(ILcd3DEditablePolyline aDelegatePolyline) Sets the delegate polyline.ModifierConstructorDescriptionTLcdAISPolyline
(ILcd3DEditablePolyline aPolyline) Constructs a polyline that delegates toaPolyline
-
Uses of ILcd3DEditablePolyline in com.luciad.format.database.shape
Modifier and TypeClassDescriptionclass
This class represents aTLcdLonLatHeightPolyline
with measure values.class
This class represents aTLcdXYZPolyline
with measure values. -
Uses of ILcd3DEditablePolyline in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This class represents a Curve3D from a DGN file.class
This class represents a Line3D from a DGN file.class
This class represents a LineString3D from a DGN file. -
Uses of ILcd3DEditablePolyline in com.luciad.format.gml2.model
Modifier and TypeClassDescriptionclass
A LineString is defined by two or more coordinate tuples, with linear interpolation between them.Modifier and TypeMethodDescriptionTLcdGML2ShapeFactory.createLineString
(ILcdModelReference aModelReference) Creates a newgml:LineString
, which can be edited through theILcd3DEditablePolyline
interface. -
Uses of ILcd3DEditablePolyline in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
class
A sequence of geodesic segments.class
A curve that consists of segments with linear interpolation.class
A LineStringSegment is a curve segment that is defined by two or more control points including the start and end point, with linear interpolation between them.Modifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createGeodesic
(ILcdModelReference aModelReference) Creates a newgml:Geodesic
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML31ShapeFactory.createGeodesicString
(ILcdModelReference aModelReference) Creates a newgml:GeodesicString
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML31ShapeFactory.createLineString
(ILcdModelReference aModelReference) Creates a newgml:LineString
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML31ShapeFactory.createLineStringSegment
(ILcdModelReference aModelReference) Creates a newgml:LineStringSegment
, which can be edited through theILcd3DEditablePolyline
interface. -
Uses of ILcd3DEditablePolyline in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
class
A sequence of geodesic segments.class
A curve that consists of segments with linear interpolation.class
A LineStringSegment is a curve segment that is defined by two or more control points including the start and end point, with linear interpolation between them.Modifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createGeodesic
(ILcdModelReference aModelReference) Creates a newgml:Geodesic
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML32ShapeFactory.createGeodesicString
(ILcdModelReference aModelReference) Creates a newgml:GeodesicString
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML32ShapeFactory.createLineString
(ILcdModelReference aModelReference) Creates a newgml:LineString
, which can be edited through theILcd3DEditablePolyline
interface.TLcdGML32ShapeFactory.createLineStringSegment
(ILcdModelReference aModelReference) Creates a newgml:LineStringSegment
, which can be edited through theILcd3DEditablePolyline
interface. -
Uses of ILcd3DEditablePolyline in com.luciad.format.informix.spatial.shp
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolyline
with measure values. -
Uses of ILcd3DEditablePolyline in com.luciad.format.kml22.model.geometry
Modifier and TypeClassDescriptionclass
Domain class modeling the KML LineStringType type. -
Uses of ILcd3DEditablePolyline in com.luciad.shape.shape3D
Modifier and TypeClassDescriptionclass
This abstract class provides a basis for implementing theILcd3DEditablePolyline
interface, where the polyline is a simple line with two vertices.class
This class provides an implementation ofILcd3DEditablePolyline
that always has two points, in the geodetic space.class
This class provides an implementation ofILcd3DEditablePolypoint
in the geodetic space.class
This class provides an implementation ofILcd3DEditablePolyline
that always has two points, in the cartesian space.class
This class provides an implementation ofILcd3DEditablePolyline
in the cartesian space with a reduced memory footprint.class
This class provides an implementation ofILcd3DEditablePolyline
that always has two points, in the cartesian space.class
This class provides an implementation ofILcd3DEditablePolyline
in the cartesian space.