Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditableShape
Package
Description
Provides classes and interfaces for all aerodrome related aspects.
Provides classes and interfaces for all airspace related aspects (like airspaces,
airspace associations and airspace segments).
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 navigation aid related aspects.
Provides classes and interfaces for all obstacle related aspects.
Provides classes and interfaces for all Offroute Terrain Clearance Altitude related aspects.
Provides classes and interfaces for all parachute jump area 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 service 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.
This package provides the classes that correspond to AIXM 5.1 geometry types.
Provides classes and interfaces for decoding and displaying ASDI data, version 5.4.
Provides classes and interfaces for decoding and displaying ASTERIX data.
Provides shape classes containing a measure value.
Handles the dgn format.
Handles the dwg 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.
Handles the S-57 format.
Handles the shp format.
Three-dimensional shapes that can be changed in all three dimensions.
-
Uses of ILcd3DEditableShape in com.luciad.ais.model.aerodrome
Modifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdAerodrome
.interface
This interface is an extension of theILcdArrestingGear
interface that allows to change the attributes and relationships of an arresting gear.interface
This interface is an extension of theILcdRunway
interface that allows to change the attributes and relationships of a runway.interface
This interface defines operations to edit the attributes and relationships of anILcdRunwayClinePoint
.Modifier and TypeClassDescriptionclass
The default implementation of an aerodrome without additional properties.class
This class represents an arresting gear with only default properties.class
The default implementation of an aerodrome with properties.class
The default implementation of an arresting gear with properties.class
The default implementation of a runway with properties.class
The default implementation of a runway cline point with features.class
The default implementation of a runway with default properties.class
The default implementation of a runway cline point with default properties. -
Uses of ILcd3DEditableShape in com.luciad.ais.model.airspace
Modifier and TypeClassDescriptionclass
The default implementation of an airspace segment without features.class
An implementation of an airspace segment that uses aILcdGeoPathLeg.SUB_POINT_LIST
as geopath leg type together with a shared subpointlist as dataset. -
Uses of ILcd3DEditableShape 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 ILcd3DEditableShape in com.luciad.ais.model.finalapproachpath
Modifier and TypeClassDescriptionclass
ILcdFinalApproachPath
implementation based onILcdFeatured
.class
ILcdFinalApproachPath
implementation based onILcdDataObject
. -
Uses of ILcd3DEditableShape in com.luciad.ais.model.geoborder
Modifier and TypeClassDescriptionclass
An extension ofTLcdGeoborder
with properties.class
An implementation ofILcdGeoborder
with default properties. -
Uses of ILcd3DEditableShape in com.luciad.ais.model.obstacle
Modifier and TypeInterfaceDescriptioninterface
This extension of theILcdEditableObstacle
interface allows users to change the geodetic datum of an obstacle.Modifier and TypeClassDescriptionclass
This extension ofTLcdFeaturedObstacle
has all facilities to store obstacle related aspects.class
This class defines an obstacle. -
Uses of ILcd3DEditableShape 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 ILcd3DEditableShape in com.luciad.ais.model.parachutejumparea
Modifier and TypeClassDescriptionclass
The default implementation of a parachute jump area segment without features. -
Uses of ILcd3DEditableShape in com.luciad.ais.model.refuelingtrack
Modifier and TypeInterfaceDescriptioninterface
An editable extension ofILcdRefuelingTrackPoint
.Modifier and TypeClassDescriptionclass
This extension ofTLcdRefuelingTrack
has all facilities to store refueling track related aspects.class
This extension ofTLcdRefuelingTrackPoint
has all facilities to store refueling route point related aspects.class
An implementation ofILcdRefuelingTrack
.class
This class represents a refueling route point. -
Uses of ILcd3DEditableShape in com.luciad.ais.model.route
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdMilitaryTrainingRoutePoint
interface that allows to change the attributes and relationships of a military training route point.interface
This interface is an extension of theILcdRoutePoint
interface that allows to change the attributes and relationships of a route point.Modifier and TypeClassDescriptionclass
A featured extension ofTLcdMilitaryTrainingRoutePoint
.class
An implementation ofILcdMilitaryTrainingRoutePoint
. -
Uses of ILcd3DEditableShape in com.luciad.ais.model.service
Modifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdLocationBasedService
.Modifier and TypeClassDescriptionclass
The default implementation of a location-based service object with additional properties.class
The default implementation of a location-based service object with default properties. -
Uses of ILcd3DEditableShape in com.luciad.ais.model.vfr
Modifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdVFRRoute
.interface
This interface defines operations to edit the attributes and relationships of anILcdVFRRoutePoint
.Modifier and TypeClassDescriptionclass
An extension ofTLcdVFROffsetRoute
with additional properties.class
The default implementation of a VFR route with additional properties.class
The default implementation of a VFR route point with addtional properties.class
This class defines a route that consists of offset points.class
The default implementation of a VFR route without features.class
The default implementation of a VFR route point without features. -
Uses of ILcd3DEditableShape in com.luciad.ais.shape
Modifier and TypeInterfaceDescriptioninterface
An editable extension ofILcdGeoPathLeg
.Modifier and TypeClassDescriptionclass
An generic point class that delegates to another ILcd3DEditablePoint instance.class
A polygon that delegates to an internal polygon.class
A polyline that delegates to an internal polyline.class
An implementation of theILcdGeoPathLeg
interface. -
Uses of ILcd3DEditableShape in com.luciad.format.aixm51.model.features.geometry
Modifier and TypeClassDescriptionclass
A class that represents an AIXM 5.1 elevated point.class
A class that represents an AIXM 5.1 Point. -
Uses of ILcd3DEditableShape in com.luciad.format.asdi
-
Uses of ILcd3DEditableShape in com.luciad.format.asterix
Modifier and TypeClassDescriptionclass
Defines an ASTERIX plot.class
Time-dependent view on aTLcdASTERIXTrajectory
. -
Uses of ILcd3DEditableShape in com.luciad.format.database.shape
Modifier and TypeClassDescriptionclass
This class represents aTLcdLonLatHeightMPoint
with a measure value.class
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 aTLcdXYZPoint
with a measure value.class
This class represents aTLcdXYZPolygon
with measure values.class
This class represents aTLcdXYZPolyline
with measure values.class
This class represents aTLcdXYZPolypoint
with measure values. -
Uses of ILcd3DEditableShape 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 ILcd3DEditableShape in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class represents a Point from a DWG file. -
Uses of ILcd3DEditableShape in com.luciad.format.gml2.model
Modifier and TypeClassDescriptionclass
The Box structure defines an extent using a pair of coordinate tuples.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.class
A Point is defined by a single coordinate tuple. -
Uses of ILcd3DEditableShape in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
class
Direct position instances hold the coordinates for a position within some coordinate reference system (CRS).class
Domain class for the GML envelope.class
Envelope that includes also a temporal extent.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
A Point is defined by a single coordinate tuple.class
gml:Rectangle represents a rectangle as a surface patch with an outer boundary consisting of a linear ring.class
gml:Triangle represents a triangle as a surface patch with an outer boundary consisting of a linear ring.class
Vector instances hold the components for a (usually spatial) vector within some coordinate reference system (CRS). -
Uses of ILcd3DEditableShape in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
Direct position instances hold the coordinates for a position within some coordinate reference system (CRS).class
Domain class for the GML envelope.class
gml:EnvelopeWithTimePeriod is provided for envelopes that include a temporal extent.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
A Point is defined by a single coordinate tuple.class
gml:Rectangle represents a rectangle as a surface patch with an outer boundary consisting of a linear ring.class
gml:Triangle represents a triangle as a surface patch with an outer boundary consisting of a linear ring.class
For some applications the components of the position may be adjusted to yield a unit vector. -
Uses of ILcd3DEditableShape in com.luciad.format.informix.spatial.shp
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYZPoint
with a measure value.class
This class represents aTLcdXYZPolygon
with measure values.class
This class represents aTLcdXYZPolyline
with measure values.class
This class represents aTLcdXYZPolypoint
with measure values. -
Uses of ILcd3DEditableShape in com.luciad.format.kml22.model.geometry
Modifier and TypeClassDescriptionclass
Domain class modeling the KML ModelType type.class
Domain class modeling the KML AbstractGeometryType type.class
Domain class modeling the KML LinearRingType type.class
Domain class modeling the KML LineStringType type.class
Domain class modeling the KML LocationType type.class
Domain class modeling the KML MultiGeometryType type.class
Domain class modeling the KML PointType type.class
Domain class modeling the KML PolygonType type. -
Uses of ILcd3DEditableShape in com.luciad.format.s57
-
Uses of ILcd3DEditableShape in com.luciad.format.shp
Modifier and TypeClassDescriptionclass
ATLcdSHPPointZ
is a point having a height and a measure value. -
Uses of ILcd3DEditableShape in com.luciad.shape.shape3D
Modifier and TypeInterfaceDescriptioninterface
AnILcd3DEditableArcBand
is anILcd3DArcBand
which defining parameters can be changed.interface
AnILcd3DEditableBounds
object is anILcdBounds
object that can be changed in all three dimensions.interface
AnILcd3DEditableDome
object is anILcdDome
whose center point and radius can be changed.interface
AnILcd3DEditablePoint
is anILcdPoint
that can be moved in all three dimensions.interface
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.interface
AnILcd3DEditableSphere
object is anILcdSphere
whose center point and radius can be changed.interface
AnILcd3DEditableVariableGeoBuffer
object is anILcdVariableGeoBuffer
that can be changed in three dimensions.Modifier and TypeClassDescriptionclass
This abstract class provides a basis for implementing theILcd3DEditableBounds
interface.class
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 theILcd3DEditablePoint
interface.class
This abstract class provides a basis for implementing theILcd3DEditablePolypoint
interface.class
This abstract class provides a basis for implementing theILcd3DEditableShape
interface.class
Deprecated.Replaced by ILcdExtrudedShape implementationsclass
This class provides an implementation ofILcd3DEditableArcBand
in the geodetic space.class
This class provides an implementation ofILcd3DEditableBounds
in the geodetic space.class
This class represents a buffer around a polyline on an ellipsoid, with a given width and height.class
A dome based on a base circle and an altitude.class
This class provides an implementation ofILcd3DEditablePolyline
that always has two points, in the geodetic space.class
This class provides an implementation ofILcd3DEditablePoint
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
A sphere based on a base circle and an altitude.class
This class represents a variable buffer around a polyline on an ellipsoid, in the geodetic space.class
This class provides an implementation ofILcd3DEditableArcBand
in the cartesian space.class
This class provides an implementation ofILcd3DEditableBounds
in the cartesian space.class
This class provides an implementation ofILcd3DEditableBounds
in the cartesian space.class
This class provides an implementation ofILcd3DEditablePolyline
that always has two points, in the cartesian space.class
This class provides an implementation ofILcd3DEditablePoint
in the cartesian space, but internally using floats instead of doubles.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 ofILcd3DEditablePoint
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.