Uses of Interface
com.luciad.shape.shape3D.ILcd3DEditablePolygon
Package
Description
All model related aspects in the context of AIS.
Provides classes and interfaces for modeling safety altitudes for areas.
Provides classes and interfaces for all Offroute Terrain Clearance Altitude 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 ILcd3DEditablePolygon in com.luciad.ais.model
Modifier and TypeMethodDescriptionabstract ILcd3DEditablePolygon
ALcdAISGeometryFactory.createPolygon()
Creates a new polygon.abstract ILcd3DEditablePolygon
ALcdAISGeometryFactory.createPolygon
(ILcd3DEditablePointList aPointList) Creates a new polygon given a point list.TLcdAISLonLatHeightGeometryFactory.createPolygon()
Creates a new polygon.TLcdAISLonLatHeightGeometryFactory.createPolygon
(ILcd3DEditablePointList aPointList) TLcdAISXYZGeometryFactory.createPolygon()
Creates a new polygon.TLcdAISXYZGeometryFactory.createPolygon
(ILcd3DEditablePointList aPointList) -
Uses of ILcd3DEditablePolygon 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 ILcd3DEditablePolygon 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 ILcd3DEditablePolygon in com.luciad.ais.shape
Modifier and TypeClassDescriptionclass
A polygon that delegates to an internal polygon.Modifier and TypeMethodDescriptionvoid
TLcdAISPolygon.set3DEditablePolygon
(ILcd3DEditablePolygon aPolygon) Sets the delegate polygon. -
Uses of ILcd3DEditablePolygon in com.luciad.format.database.shape
Modifier and TypeClassDescriptionclass
This class represents aTLcdLonLatHeightMPolygon
with a measure (M) value.class
This class represents aTLcdXYZPolygon
with measure values. -
Uses of ILcd3DEditablePolygon in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This class represents a Shape3D from a DGN file. -
Uses of ILcd3DEditablePolygon in com.luciad.format.gml2.model
Modifier and TypeClassDescriptionclass
Model class for the GML Linear Ring Type.Modifier and TypeMethodDescriptionTLcdGML2ShapeFactory.createLinearRing
(ILcdModelReference aModelReference) Creates a newgml:LinearRing
, which can be edited through theILcd3DEditablePolygon
interface. -
Uses of ILcd3DEditablePolygon in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
Model class for the GML Linear Ring Type.class
gml:Triangle represents a triangle as a surface patch with an outer boundary consisting of a linear ring.Modifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createLinearRing
(ILcdModelReference aModelReference) Creates a newgml:LinearRing
, which can be edited through theILcd3DEditablePolygon
interface.TLcdGML31ShapeFactory.createTriangle
(ILcdModelReference aModelReference) Creates a newgml:Triangle
, which can be edited through theILcd3DEditablePolygon
interface. -
Uses of ILcd3DEditablePolygon in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
Model class for the GML Linear Ring Type.class
gml:Triangle represents a triangle as a surface patch with an outer boundary consisting of a linear ring.Modifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createLinearRing
(ILcdModelReference aModelReference) Creates a newgml:LinearRing
, which can be edited through theILcd3DEditablePolygon
interface.TLcdGML32ShapeFactory.createTriangle
(ILcdModelReference aModelReference) Creates a newgml:Triangle
, which can be edited through theILcd3DEditablePolygon
interface. -
Uses of ILcd3DEditablePolygon in com.luciad.format.informix.spatial.shp
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolygon
with measure values. -
Uses of ILcd3DEditablePolygon in com.luciad.format.kml22.model.geometry
Modifier and TypeClassDescriptionclass
Domain class modeling the KML LinearRingType type. -
Uses of ILcd3DEditablePolygon in com.luciad.shape.shape3D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd3DEditablePolygon
in the geodetic space.class
This class provides an implementation ofILcd3DEditablePolygon
in the cartesian space with a reduced memory footprint.class
This class provides an implementation ofILcd3DEditablePolygon
in the cartesian space.