Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditablePointList
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 safety altitudes for areas.
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 Offroute Terrain Clearance Altitude 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 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.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcd3DEditablePointList in com.luciad.ais.model
Modifier and TypeMethodDescriptionabstract ILcdGeoborder
ALcdAISObjectFactory.createFeaturedGeoborder
(int aNumberOfFeatures, ILcd3DEditablePointList aPointList) Deprecated.Creates anILcdGeoborder
with the specified number of features and with the points in the point list as polyline geometry.abstract ILcdGeoborder
ALcdAISObjectFactory.createFeaturedGeoborder
(ILcdGeoborder aGeoborder, ILcd3DEditablePointList aPointList) Deprecated.Creates anILcdGeoborder
based on the supplied geoborderaGeoborder
but with another set of points.TLcdAISLonLatHeightObjectFactory.createFeaturedGeoborder
(int aNumberOfFeatures, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISLonLatHeightObjectFactory.createFeaturedGeoborder
(ILcdGeoborder aSourceGeoborder, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISXYZObjectFactory.createFeaturedGeoborder
(int aNumberOfFeatures, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISXYZObjectFactory.createFeaturedGeoborder
(ILcdGeoborder aSourceGeoborder, ILcd3DEditablePointList aPointList) Deprecated.abstract ILcdEditableRefuelingTrack
ALcdAISObjectFactory.createFeaturedRefuelingTrack
(int aNumberOfFeatures, ILcd3DEditablePointList aPointList) Deprecated.Creates anILcdRefuelingTrack
with the specified number of features and with the points in the point list as polyline geometry.abstract ILcdEditableRefuelingTrack
ALcdAISObjectFactory.createFeaturedRefuelingTrack
(ILcdRefuelingTrack aTrack, ILcd3DEditablePointList aPointList) Deprecated.Creates anILcdRefuelingTrack
based on the supplied refueling trackaTrack
but with another set of points.TLcdAISLonLatHeightObjectFactory.createFeaturedRefuelingTrack
(int aNumberOfFeatures, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISLonLatHeightObjectFactory.createFeaturedRefuelingTrack
(ILcdRefuelingTrack aSourceTrack, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISXYZObjectFactory.createFeaturedRefuelingTrack
(int aNumberOfFeatures, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISXYZObjectFactory.createFeaturedRefuelingTrack
(ILcdRefuelingTrack aSourceTrack, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISDataObjectFactory.createGeoborder
(ILcdGeoborder aSourceGeoborder, ILcd3DEditablePointList aPointList) Creates a copy of anILcdGeoborder
with a given geometry.TLcdAISDataObjectFactory.createGeoborder
(TLcdDataType aType, ILcd3DEditablePointList aPointList) Creates anILcdGeoborder
.abstract ILcd3DEditablePolygon
ALcdAISGeometryFactory.createPolygon
(ILcd3DEditablePointList aPointList) Creates a new polygon given a point list.TLcdAISLonLatHeightGeometryFactory.createPolygon
(ILcd3DEditablePointList aPointList) TLcdAISXYZGeometryFactory.createPolygon
(ILcd3DEditablePointList aPointList) abstract ILcd3DEditablePolyline
ALcdAISGeometryFactory.createPolyline
(ILcd3DEditablePointList aPointList) Creates a new polyline given a point list.TLcdAISLonLatHeightGeometryFactory.createPolyline
(ILcd3DEditablePointList aPointList) Creates a new polyline given a point list.TLcdAISXYZGeometryFactory.createPolyline
(ILcd3DEditablePointList aPointList) Creates a new polyline given a point list.TLcdAISDataObjectFactory.createRefuelingTrack
(ILcdRefuelingTrack aSourceTrack, ILcd3DEditablePointList aPointList) Creates a copy of anILcdEditableRefuelingTrack
with a given geometry.TLcdAISDataObjectFactory.createRefuelingTrack
(TLcdDataType aType, ILcd3DEditablePointList aPointList) Creates anILcdEditableRefuelingTrack
. -
Uses of ILcd3DEditablePointList 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 ILcd3DEditablePointList in com.luciad.ais.model.ama
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdAreaMinimumAltitude
interface that allows to change its attributes and geometry.Modifier and TypeClassDescriptionclass
ILcdAreaMinimumAltitude
implementation based onILcdDataObject
.class
ILcdAreaMinimumAltitude
implementation based onILcdFeatured
. -
Uses of ILcd3DEditablePointList in com.luciad.ais.model.finalapproachpath
Modifier and TypeClassDescriptionclass
ILcdFinalApproachPath
implementation based onILcdFeatured
.class
ILcdFinalApproachPath
implementation based onILcdDataObject
. -
Uses of ILcd3DEditablePointList in com.luciad.ais.model.geoborder
Modifier and TypeClassDescriptionclass
An extension ofTLcdGeoborder
with properties.class
An implementation ofILcdGeoborder
with default properties. -
Uses of ILcd3DEditablePointList in com.luciad.ais.model.ortca
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdOrtca
interface that allows to change the attributes and relationships of an ORTCA.Modifier and TypeClassDescriptionclass
This extension ofTLcdOrtca
allows to have more properties in a specific implementation of an airspace.class
This class is the implementation ofILcdEditableOrtca
. -
Uses of ILcd3DEditablePointList 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 ILcd3DEditablePointList 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 ILcd3DEditablePointList in com.luciad.ais.shape
Modifier and TypeClassDescriptionclass
A polygon that delegates to an internal polygon.class
A polyline that delegates to an internal polyline. -
Uses of ILcd3DEditablePointList in com.luciad.format.database.shape
Modifier and TypeClassDescriptionclass
This class represents aTLcdLonLatHeightMPolygon
with a measure (M) value.class
This class represents aTLcdLonLatHeightPolyline
with measure values.class
This class represents aTLcdLonLatHeightPolypoint
with measure values.class
This class represents aTLcdXYZPolygon
with measure values.class
This class represents aTLcdXYZPolyline
with measure values.class
This class represents aTLcdXYZPolypoint
with measure values.Modifier and TypeMethodDescriptionprotected void
TLcdLonLatHeightMPolygon.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList) protected void
TLcdLonLatHeightMPolygon.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList, boolean aDeepCopy) protected void
TLcdLonLatHeightMPolyline.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList) protected void
TLcdLonLatHeightMPolyline.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList, boolean aDeepCopy) protected void
TLcdLonLatHeightMPolypoint.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList) protected void
TLcdLonLatHeightMPolypoint.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList, boolean aDeepCopy) protected void
TLcdXYZMPolygon.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList) protected void
TLcdXYZMPolygon.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList, boolean aDeepCopy) protected void
TLcdXYZMPolyline.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList) protected void
TLcdXYZMPolyline.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList, boolean aDeepCopy) protected void
TLcdXYZMPolypoint.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList) protected void
TLcdXYZMPolypoint.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList, boolean aDeepCopy) ModifierConstructorDescriptionTLcdLonLatHeightMPolygon
(ILcd3DEditablePointList a3DEditablePointList, double[] aMeasureArray) Constructs and initializes from the specified parameters.TLcdLonLatHeightMPolygon
(ILcd3DEditablePointList a3DEditablePointList, double[] aMeasureArray, ILcdEllipsoid aEllipsoid) Constructs and initializes from the specified parameters.TLcdLonLatHeightMPolyline
(ILcd3DEditablePointList a3DEditablePointList, double[] aMeasureArray) Constructs and initializes from the specified parameters.TLcdLonLatHeightMPolyline
(ILcd3DEditablePointList a3DEditablePointList, double[] aMeasureArray, ILcdEllipsoid aEllipsoid) Constructs and initializes from the specified parameters.TLcdLonLatHeightMPolypoint
(ILcd3DEditablePointList a3DEditablePointList, double[] aMeasureArray) Constructs and initializes from the specified parameters.TLcdXYZMPolygon
(ILcd3DEditablePointList a3DEditablePointList, double[] aMeasureArray) Constructs and initializes from the specified parameters.TLcdXYZMPolyline
(ILcd3DEditablePointList a3DEditablePointList, double[] aMeasureArray) Constructs and initializes from the specified parameters.TLcdXYZMPolypoint
(ILcd3DEditablePointList a3DEditablePointList, double[] aMeasureArray) Constructs and initializes from the specified parameters. -
Uses of ILcd3DEditablePointList 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.class
This class represents a Shape3D from a DGN file. -
Uses of ILcd3DEditablePointList in com.luciad.format.gml2.model
Modifier and TypeClassDescriptionclass
This type is deprecated for tuples with ordinate values that are numbers.class
Model class for the GML Linear Ring Type.class
A LineString is defined by two or more coordinate tuples, with linear interpolation between them.Modifier and TypeMethodDescriptionTLcdGML2ShapeFactory.createCoordinates()
Creates a newgml:coordinates
, which can be edited through theILcd3DEditablePointList
interface. -
Uses of ILcd3DEditablePointList in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
This type is deprecated for tuples with ordinate values that are numbers.class
posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS).class
class
A sequence of geodesic segments.class
Model class for the GML Linear Ring Type.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.class
gml:Triangle represents a triangle as a surface patch with an outer boundary consisting of a linear ring.Modifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createCoordinates()
Creates a newgml:coordinates
, which can be edited through theILcd3DEditablePointList
interface.TLcdGML31ShapeFactory.createDirectPositionList
(ILcdModelReference aModelReference) Creates a newgml:posList
, which can be edited through theILcd3DEditablePointList
interface. -
Uses of ILcd3DEditablePointList in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
This type is deprecated for tuples with ordinate values that are numbers.class
posList instances (and other instances with the content model specified by DirectPositionListType) hold the coordinates for a sequence of direct positions within the same coordinate reference system (CRS).class
class
A sequence of geodesic segments.class
Model class for the GML Linear Ring Type.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.class
gml:Triangle represents a triangle as a surface patch with an outer boundary consisting of a linear ring.Modifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createCoordinates()
Creates a newgml:coordinates
, which can be edited through theILcd3DEditablePointList
interface.TLcdGML32ShapeFactory.createDirectPositionList
(ILcdModelReference aModelReference) Creates a newgml:posList
, which can be edited through theILcd3DEditablePointList
interface. -
Uses of ILcd3DEditablePointList in com.luciad.format.informix.spatial.shp
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolygon
with measure values.class
This class represents aTLcdXYZPolyline
with measure values.class
This class represents aTLcdXYZPolypoint
with measure values.Modifier and TypeMethodDescriptionprotected void
TLcdMeasureXYZPolygon.set3DEditableMeasurePointList
(ILcd3DEditablePointList aILcd3DEditablePointList, double[] aMValues) protected void
TLcdMeasureXYZPolygon.set3DEditableMeasurePointList
(ILcd3DEditablePointList aILcd3DEditablePointList, double[] aMValues, boolean b) protected void
TLcdMeasureXYZPolyline.set3DEditableMeasurePointList
(ILcd3DEditablePointList aILcd3DEditablePointList, double[] aMValues) protected void
TLcdMeasureXYZPolyline.set3DEditableMeasurePointList
(ILcd3DEditablePointList aILcd3DEditablePointList, double[] aMValues, boolean b) protected void
TLcdMeasureXYZPolypoint.set3DEditableMeasurePointList
(ILcd3DEditablePointList aILcd3DEditablePointList, double[] aMValues) protected void
TLcdMeasureXYZPolypoint.set3DEditableMeasurePointList
(ILcd3DEditablePointList aILcd3DEditablePointList, double[] aMValues, boolean b) protected void
TLcdMeasureXYZPolygon.set3DEditablePointList
(ILcd3DEditablePointList aILcd3DEditablePointList) protected void
TLcdMeasureXYZPolygon.set3DEditablePointList
(ILcd3DEditablePointList aILcd3DEditablePointList, boolean b) protected void
TLcdMeasureXYZPolyline.set3DEditablePointList
(ILcd3DEditablePointList aILcd3DEditablePointList) protected void
TLcdMeasureXYZPolyline.set3DEditablePointList
(ILcd3DEditablePointList aILcd3DEditablePointList, boolean b) protected void
TLcdMeasureXYZPolypoint.set3DEditablePointList
(ILcd3DEditablePointList aILcd3DEditablePointList) protected void
TLcdMeasureXYZPolypoint.set3DEditablePointList
(ILcd3DEditablePointList aILcd3DEditablePointList, boolean b) ModifierConstructorDescriptionTLcdMeasureXYZPolygon
(ILcd3DEditablePointList aILcd3DEditablePointList, double[] aM_array) TLcdMeasureXYZPolyline
(ILcd3DEditablePointList aILcd3DEditablePointList, double[] aM_array) TLcdMeasureXYZPolypoint
(ILcd3DEditablePointList aILcd3DEditablePointList, double[] aM_array) -
Uses of ILcd3DEditablePointList in com.luciad.format.kml22.model.geometry
Modifier and TypeClassDescriptionclass
Represents a list of multidimensional coordinates.class
Domain class modeling the KML LinearRingType type.class
Domain class modeling the KML LineStringType type. -
Uses of ILcd3DEditablePointList in com.luciad.shape.shape3D
Modifier and TypeInterfaceDescriptioninterface
An ILcd3DEditablePolygon object is an ILcdPolygon that can be changed in 3 dimensions.interface
An ILcd3DEditablePolyline object is an ILcdPolyline that can be changed in 3 dimensions.interface
An ILcd3DEditablePolypoint object is an ILcdPolypoint that can be changed in 3 dimensions.Modifier and TypeClassDescriptionclass
This abstract class provides a basis for implementing theILcd2DEditablePolypoint
interface.class
This abstract class provides a basis for implementing theILcd3DEditablePolyline
interface, where the polyline is a simple line with two vertices.class
This abstract class provides a basis for implementing theILcd3DEditablePolypoint
interface.class
This class provides an implementation ofILcd3DEditablePointList
.class
This class represents a buffer around a polyline on an ellipsoid, with a given width and height.class
This class provides an implementation ofILcd3DEditablePolyline
that always has two points, in the geodetic space.class
This class provides an implementation ofILcd3DEditablePolygon
in the geodetic space.class
This class provides an implementation ofILcd3DEditablePolypoint
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 ofILcd3DEditablePolygon
in the cartesian space with a reduced memory footprint.class
This class provides an implementation ofILcd3DEditablePolyline
in the cartesian space with a reduced memory footprint.class
This class provides an implementation ofILcd3DEditablePolypoint
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 ofILcd3DEditablePolygon
in the cartesian space.class
This class provides an implementation ofILcd3DEditablePolyline
in the cartesian space.class
This class provides an implementation ofILcd3DEditablePolypoint
in the cartesian space.Modifier and TypeMethodDescriptionprotected final ILcd3DEditablePointList
ALcd3DEditablePolypoint.get3DEditablePointList()
ILcd3DEditableVariableGeoBuffer.getBaseShape()
TLcdLonLatHeightVariableGeoBuffer.getBaseShape()
TLcdLonLatHeightBuffer.getContour()
Modifier and TypeMethodDescriptionprotected void
ALcd3DEditablePolypoint.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList) protected void
ALcd3DEditablePolypoint.set3DEditablePointList
(ILcd3DEditablePointList a3DEditablePointList, boolean aDeepCopy) ModifierConstructorDescriptionALcd3DEditablePolypoint
(ILcd3DEditablePointList a2DEditablePointList) Creates a new polypoint backed by the given point list.TLcd3DEditablePointList
(ILcd3DEditablePointList aPointList, boolean aDeepCopy) Constructs a newTLcd3DEditablePointList
that is a copy of the givenILcd3DEditablePointList
.TLcdLonLatHeightBuffer
(ILcd3DEditablePointList aAxisPointList, double aWidth, double aHeight) Creates a newTLcdLonLatHeightBuffer
with the specified parameters.TLcdLonLatHeightBuffer
(ILcd3DEditablePointList aAxisPointList, double aWidth, double aHeight, ILcdEllipsoid aEllipsoid) Creates a newTLcdLonLatHeightBuffer
with the specified parameters.TLcdLonLatHeightPolygon
(ILcd3DEditablePointList a3DEditablePointList) Creates a polygon using the given point list.TLcdLonLatHeightPolygon
(ILcd3DEditablePointList a3DEditablePointList, ILcdEllipsoid aEllipsoid) Creates a polygon using the given point list.TLcdLonLatHeightPolyline
(ILcd3DEditablePointList a3DEditablePointList) Creates a polyline using the given point list.TLcdLonLatHeightPolyline
(ILcd3DEditablePointList a3DEditablePointList, ILcdEllipsoid aEllipsoid) Creates a polyline using the given point list.TLcdLonLatHeightPolypoint
(ILcd3DEditablePointList a3DEditablePointList) Creates a new poly-point backed by the given pointlist.TLcdXYZPolygon
(ILcd3DEditablePointList a3DEditablePointList) TLcdXYZPolyline
(ILcd3DEditablePointList a3DEditablePointList) TLcdXYZPolypoint
(ILcd3DEditablePointList a3DEditablePointList) -
Uses of ILcd3DEditablePointList in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLsp3DPointListEditor.createObjectTranslationHandle
(ILcd3DEditablePointList aPointList, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given point list horizontally (i.e. parallel to the terrain).protected ALspEditHandle
TLsp3DPointListEditor.createPointHeightTranslationHandle
(ILcd3DEditablePointList aPointList, int aPointIndex, TLspEditContext aContext) Creates a point height handle.protected ALspEditHandle
TLsp3DPointListEditor.createPointPositionHandle
(ILcd3DEditablePointList aPointList, int aPointIndex, TLspEditContext aContext) Creates a point position handle.