Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditablePolyline
Packages that use 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
Methods in com.luciad.ais.model that return ILcd3DEditablePolylineModifier and TypeMethodDescriptionabstract ILcd3DEditablePolylineALcdAISGeometryFactory.createPolyline()Creates a new polyline.abstract ILcd3DEditablePolylineALcdAISGeometryFactory.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
Subinterfaces of ILcd3DEditablePolyline in com.luciad.ais.model.aerodromeModifier and TypeInterfaceDescriptioninterfaceThis interface is an extension of theILcdRunwayinterface that allows to change the attributes and relationships of a runway.Classes in com.luciad.ais.model.aerodrome that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassThe default implementation of a runway with properties.classThe default implementation of a runway with default properties. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.model.finalapproachpath
Classes in com.luciad.ais.model.finalapproachpath that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassILcdFinalApproachPathimplementation based onILcdFeatured.classILcdFinalApproachPathimplementation based onILcdDataObject. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.model.geoborder
Classes in com.luciad.ais.model.geoborder that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassAn extension ofTLcdGeoborderwith properties.classAn implementation ofILcdGeoborderwith default properties. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.model.refuelingtrack
Classes in com.luciad.ais.model.refuelingtrack that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassThis extension ofTLcdRefuelingTrackhas all facilities to store refueling track related aspects.classAn implementation ofILcdRefuelingTrack. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.model.route
Methods in com.luciad.ais.model.route with parameters of type ILcd3DEditablePolylineModifier and TypeMethodDescriptionvoidTLcdSegmentBasedRoute.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
Subinterfaces of ILcd3DEditablePolyline in com.luciad.ais.model.vfrModifier and TypeInterfaceDescriptioninterfaceThis interface defines operations to edit the attributes and relationships of anILcdVFRRoute.Classes in com.luciad.ais.model.vfr that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassAn extension ofTLcdVFROffsetRoutewith additional properties.classThe default implementation of a VFR route with additional properties.classThis class defines a route that consists of offset points.classThe default implementation of a VFR route without features. -
Uses of ILcd3DEditablePolyline in com.luciad.ais.shape
Classes in com.luciad.ais.shape that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassA polyline that delegates to an internal polyline.Methods in com.luciad.ais.shape with parameters of type ILcd3DEditablePolylineModifier and TypeMethodDescriptionvoidTLcdAISPolyline.set3DEditablePolyline(ILcd3DEditablePolyline aDelegatePolyline) Sets the delegate polyline.Constructors in com.luciad.ais.shape with parameters of type ILcd3DEditablePolylineModifierConstructorDescriptionTLcdAISPolyline(ILcd3DEditablePolyline aPolyline) Constructs a polyline that delegates toaPolyline -
Uses of ILcd3DEditablePolyline in com.luciad.format.database.shape
Classes in com.luciad.format.database.shape that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassThis class represents aTLcdLonLatHeightPolylinewith measure values.classThis class represents aTLcdXYZPolylinewith measure values. -
Uses of ILcd3DEditablePolyline in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassThis class represents a Curve3D from a DGN file.classThis class represents a Line3D from a DGN file.classThis class represents a LineString3D from a DGN file. -
Uses of ILcd3DEditablePolyline in com.luciad.format.gml2.model
Classes in com.luciad.format.gml2.model that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassA LineString is defined by two or more coordinate tuples, with linear interpolation between them.Methods in com.luciad.format.gml2.model that return ILcd3DEditablePolylineModifier and TypeMethodDescriptionTLcdGML2ShapeFactory.createLineString(ILcdModelReference aModelReference) Creates a newgml:LineString, which can be edited through theILcd3DEditablePolylineinterface. -
Uses of ILcd3DEditablePolyline in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassclassA sequence of geodesic segments.classA curve that consists of segments with linear interpolation.classA 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.Methods in com.luciad.format.gml31.model that return ILcd3DEditablePolylineModifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createGeodesic(ILcdModelReference aModelReference) Creates a newgml:Geodesic, which can be edited through theILcd3DEditablePolylineinterface.TLcdGML31ShapeFactory.createGeodesicString(ILcdModelReference aModelReference) Creates a newgml:GeodesicString, which can be edited through theILcd3DEditablePolylineinterface.TLcdGML31ShapeFactory.createLineString(ILcdModelReference aModelReference) Creates a newgml:LineString, which can be edited through theILcd3DEditablePolylineinterface.TLcdGML31ShapeFactory.createLineStringSegment(ILcdModelReference aModelReference) Creates a newgml:LineStringSegment, which can be edited through theILcd3DEditablePolylineinterface. -
Uses of ILcd3DEditablePolyline in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassclassA sequence of geodesic segments.classA curve that consists of segments with linear interpolation.classA 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.Methods in com.luciad.format.gml32.model that return ILcd3DEditablePolylineModifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createGeodesic(ILcdModelReference aModelReference) Creates a newgml:Geodesic, which can be edited through theILcd3DEditablePolylineinterface.TLcdGML32ShapeFactory.createGeodesicString(ILcdModelReference aModelReference) Creates a newgml:GeodesicString, which can be edited through theILcd3DEditablePolylineinterface.TLcdGML32ShapeFactory.createLineString(ILcdModelReference aModelReference) Creates a newgml:LineString, which can be edited through theILcd3DEditablePolylineinterface.TLcdGML32ShapeFactory.createLineStringSegment(ILcdModelReference aModelReference) Creates a newgml:LineStringSegment, which can be edited through theILcd3DEditablePolylineinterface. -
Uses of ILcd3DEditablePolyline in com.luciad.format.informix.spatial.shp
Classes in com.luciad.format.informix.spatial.shp that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassThis class represents aTLcdXYZPolylinewith measure values. -
Uses of ILcd3DEditablePolyline in com.luciad.format.kml22.model.geometry
Classes in com.luciad.format.kml22.model.geometry that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassDomain class modeling the KML LineStringType type. -
Uses of ILcd3DEditablePolyline in com.luciad.shape.shape3D
Classes in com.luciad.shape.shape3D that implement ILcd3DEditablePolylineModifier and TypeClassDescriptionclassThis abstract class provides a basis for implementing theILcd3DEditablePolylineinterface, where the polyline is a simple line with two vertices.classThis class provides an implementation ofILcd3DEditablePolylinethat always has two points, in the geodetic space.classThis class provides an implementation ofILcd3DEditablePolypointin the geodetic space.classThis class provides an implementation ofILcd3DEditablePolylinethat always has two points, in the cartesian space.classThis class provides an implementation ofILcd3DEditablePolylinein the cartesian space with a reduced memory footprint.classThis class provides an implementation ofILcd3DEditablePolylinethat always has two points, in the cartesian space.classThis class provides an implementation ofILcd3DEditablePolylinein the cartesian space.