Uses of Interface
com.luciad.shape.ILcdPolyline
Package
Description
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 procedure related aspects.
Provides classes and interfaces for all air refueling related aspects (like tracks, airspace, ...
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 classes and interfaces for decoding and displaying ASTERIX data.
Handles the cgm format.
Provides shape classes containing a measure value.
Handles the dgn format.
Handles the dwg format.
Handles the GDF 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.
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.
Handles the S-57 format.
Handles the shp format.
Handles the svg format.
Contains interfaces and algorithms for routing (shortest route, tracing).
Everything related to representing three-dimensional shapes.
Three-dimensional shapes that can be changed in two dimensions.
Three-dimensional shapes that can be changed in all three dimensions.
Contains the domain model to represent military symbols from the APP-6A standard,
or optionally also from the TTA-106 V4 standard.
Military units (including modifiers) that can be represented by the MIL-STD 2525 military symbology standard.
Contains all classes for terrain elevation analysis.
-
Uses of ILcdPolyline 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.interface
This interface describes the geometry and the 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 ILcdPolyline in com.luciad.ais.model.finalapproachpath
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdFinalApproachPath
interface that allows to change its attributes and geometry.interface
Represents a final approach path.Modifier and TypeClassDescriptionclass
ILcdFinalApproachPath
implementation based onILcdFeatured
.class
ILcdFinalApproachPath
implementation based onILcdDataObject
. -
Uses of ILcdPolyline in com.luciad.ais.model.geoborder
Modifier and TypeInterfaceDescriptioninterface
This interface represents a geographical border.Modifier and TypeClassDescriptionclass
An extension ofTLcdGeoborder
with properties.class
An implementation ofILcdGeoborder
with default properties. -
Uses of ILcdPolyline in com.luciad.ais.model.procedure
Modifier and TypeClassDescriptionclass
This class is a wrapper object around anILcdProcedure
, provided as a convenience to help display procedures on a map. -
Uses of ILcdPolyline in com.luciad.ais.model.refuelingtrack
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRefuelingTrack
interface that allows to change the attributes and relationships of an refueling track.interface
This interface describes the relationships of a refueling track or refueling anchor.Modifier and TypeClassDescriptionclass
This extension ofTLcdRefuelingTrack
has all facilities to store refueling track related aspects.class
An implementation ofILcdRefuelingTrack
. -
Uses of ILcdPolyline in com.luciad.ais.model.vfr
Modifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdVFRRoute
.interface
This interface describes the geometry and the relationships of a VFR route.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 ILcdPolyline in com.luciad.ais.shape
Modifier and TypeClassDescriptionclass
A polyline that delegates to an internal polyline. -
Uses of ILcdPolyline in com.luciad.format.asterix
Modifier and TypeClassDescriptionclass
TLcdASTERIXTrajectory
models the path of a track (for example an aircraft) flying from one point to another. -
Uses of ILcdPolyline in com.luciad.format.cgm
Modifier and TypeClassDescriptionclass
Extension of aTLcdXYPolyline
with a line style. -
Uses of ILcdPolyline in com.luciad.format.database.shape
Modifier and TypeClassDescriptionclass
This class represents aTLcdLonLatHeightPolyline
with measure values.class
This class represents aTLcdLonLatPolyline
with measure values.class
This class represents aTLcdXYPolyline
with measure values.class
This class represents aTLcdXYZPolyline
with measure values. -
Uses of ILcdPolyline in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This class represents a Curve2D from a DGN file.class
This class represents a Dimension from a DGN file.class
This class represents a Curve2D from a DGN file.class
This class represents a Curve3D from a DGN file.class
This class represents a Line2D from a DGN file.class
This class represents a Line3D from a DGN file.class
This class represents a LineString2D from a DGN file.class
This class represents a LineString3D from a DGN file.class
This class represents a Line2D from a DGN file.class
This class represents a LineString2D from a DGN file. -
Uses of ILcdPolyline in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class represents a Face3D from a DWG file.class
This class represents a Line from a DWG file.class
This class represents a Polyline2D from a DWG file.class
This class represents a Face3D from a DWG file. -
Uses of ILcdPolyline in com.luciad.format.gdf
-
Uses of ILcdPolyline in com.luciad.format.gml2.model
Modifier and TypeClassDescriptionclass
A LineString is defined by two or more coordinate tuples, with linear interpolation between them. -
Uses of ILcdPolyline 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. -
Uses of ILcdPolyline 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. -
Uses of ILcdPolyline in com.luciad.format.informix.spatial.shp
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYPolyline
with measure values.class
This class represents aTLcdXYZPolyline
with measure values. -
Uses of ILcdPolyline in com.luciad.format.kml22.model.geometry
Modifier and TypeClassDescriptionclass
Domain class modeling the KML LineStringType type. -
Uses of ILcdPolyline 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.class
Implementation ofILcd2DEditablePolyline
that represents an NVG 1.5 Polyline. -
Uses of ILcdPolyline 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.class
Implementation ofILcd2DEditablePolyline
that represents an NVG 2.0 Polyline. -
Uses of ILcdPolyline in com.luciad.format.s57
Modifier and TypeInterfaceDescriptioninterface
Interface providing access to properties of edges that are part of a DEPARE/DRGARE area object.Modifier and TypeClassDescriptionclass
Represents an edge in the S-57 domain model.class
Represents a Line feature in the S-57 domain model. -
Uses of ILcdPolyline in com.luciad.format.shp
Modifier and TypeClassDescriptionclass
ATLcdSHPPolygonZ
is aILcdPolyline
with a measure value at each of the defining points.ModifierConstructorDescriptionTLcdSHPPolylineZ
(ILcdPolyline aPolyline) Constructs aTLcdSHPPolygonZ
from the given polyline having measure values 0.TLcdSHPPolylineZ
(ILcdPolyline aPolyline, double[] aMValues) Constructs aTLcdSHPPolygonZ
from the given polyline and the measure values. -
Uses of ILcdPolyline in com.luciad.format.svg
Modifier and TypeMethodDescriptionILcdSVGShapeFactory.createLine
(Attributes aAttributes) Creates anILcdPolyline
form givenAttributes
.ILcdSVGShapeFactory.createPolyline
(Attributes aAttributes) Creates anILcdPolyline
form givenAttributes
.protected ILcdPolyline
TLcdSVGUnStyledLonLatShapeFactory.createPolyline
(ILcd2DEditablePointList aPoints) Modifier and TypeMethodDescriptionprotected abstract void
ALcdSVGShapeWriter.writePolyline
(ILcdPolyline aPolyline, Writer aTarget) Appends anILcdPolyline
to aStringBuffer
.protected void
TLcdSVGUnStyledShapeWriter.writePolyline
(ILcdPolyline aPolyline, Writer aTarget) protected void
TLcdSVGUnStyledShapeWriter.writePolylineProperties
(ILcdPolyline aPolyline, Writer aTarget) Writes properties specific to a polyline object: the position of the points (x,y): x1,y1,x2,y2,x3,y3, . -
Uses of ILcdPolyline in com.luciad.network.algorithm.routing
Modifier and TypeMethodDescriptionTLcdCrossCountryShortestRouteAlgorithm.getShortestRoute
(ILcdPoint aStartPoint, ILcdPoint aEndPoint, ILcdCrossCountryDistanceFunction aDistanceFunction, ILcdCrossCountryDistanceFunction aHeuristicDistanceFunction, double aMaxSearchDistance) Returns anILcdRoute
describing the shortest route between the start and end point. -
Uses of ILcdPolyline in com.luciad.shape
Modifier and TypeMethodDescriptionstatic TLcdRoundedPolyline
TLcdShapeUtil.round
(ILcdModelReference aModelReference, ILcdPolyline aPolyline, double aRoundnessFactor) Use this method to create a rounded version of aILcdPolyline
. -
Uses of ILcdPolyline in com.luciad.shape.shape2D
Modifier and TypeInterfaceDescriptioninterface
AnILcd2DEditablePolyline
object is anILcdPolyline
that can be changed in two dimensions.Modifier and TypeClassDescriptionclass
This abstract class provides a basis for implementing theILcd2DEditablePolyline
interface, where the polyline is a simple line with two vertices.class
This class provides an implementation ofILcd2DEditablePolyline
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolyline
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolyline
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolyline
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolyline
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolyline
that always has two points, in the cartesian space.class
This class provides an implementation ofILcd2DEditablePolyline
in the cartesian space.class
This class provides an implementation ofILcd2DEditablePolyline
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolyline
that always has two points, in the cartesian space.class
This class provides an implementation ofILcd2DEditablePolyline
in the cartesian space.Modifier and TypeMethodDescriptionstatic double
TLcdXYPolylineMSupport.getViewAngleOfVertex
(ILcdPolyline aPolylineZ, int aPointIndex, ILcdModelXYWorldTransformation aMWT, ILcdGXYViewXYWorldTransformation aVWT) -
Uses of ILcdPolyline in com.luciad.shape.shape3D
Modifier and TypeInterfaceDescriptioninterface
An ILcd3DEditablePolyline object is an ILcdPolyline that can be changed in 3 dimensions.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. -
Uses of ILcdPolyline in com.luciad.symbology.app6a.model
Modifier and TypeClassDescriptionclass
A general representation of an editable APP-6 symbol. -
Uses of ILcdPolyline in com.luciad.symbology.milstd2525b.model
Modifier and TypeClassDescriptionclass
A general representation of an editable MIL-STD 2525 symbol. -
Uses of ILcdPolyline in com.luciad.tea
Modifier and TypeMethodDescriptionTLcdAltitudeMatrixViewFactory.createInterpolatedPathAltitudeMatrixView
(ILcdPolyline aPolyline, ILcdGeoReference aPolylineReference, double aStepSize, TLcdLineType aLineType, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified polyline that can be used to compute a visibility.TLcdAltitudeMatrixViewFactory.createPathAltitudeMatrixView
(ILcdPolyline aPolyline, ILcdGeoReference aPolylineReference, ILcdAltitudeProvider aAltitudeProvider, double aStepSize, TLcdLineType aLineType, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified polyline that can be used to compute a visibility.