Uses of Interface
com.luciad.shape.ILcdRing
Packages that use ILcdRing
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 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, ...
Everything related to representing three-dimensional shapes that are domain independent.
Handles the cgm format.
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.
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.
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.
-
Uses of ILcdRing in com.luciad.ais.model.aerodrome
Subinterfaces of ILcdRing in com.luciad.ais.model.aerodromeModifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes, relationships and geometry of anILcdHelipad
.interface
A helipad is an area used for take-off and landing of helicopters.Classes in com.luciad.ais.model.aerodrome that implement ILcdRingModifier and TypeClassDescriptionclass
The default implementation of a helipad with properties.class
An implementation ofILcdHelipad
. -
Uses of ILcdRing in com.luciad.ais.model.airspace
Subinterfaces of ILcdRing in com.luciad.ais.model.airspaceModifier and TypeInterfaceDescriptioninterface
This interface describes the geometry and the relationships of an airspace.interface
This interface defines operations to edit the attributes, relationships and geometry of anILcdAirspace
.Classes in com.luciad.ais.model.airspace that implement ILcdRingModifier and TypeClassDescriptionclass
The default implementation of an airspace with default properties.class
The default implementation of an airspace with properties. -
Uses of ILcdRing in com.luciad.ais.model.ama
Classes in com.luciad.ais.model.ama that implement ILcdRingModifier and TypeClassDescriptionclass
ILcdAreaMinimumAltitude
implementation based onILcdDataObject
.class
ILcdAreaMinimumAltitude
implementation based onILcdFeatured
. -
Uses of ILcdRing in com.luciad.ais.model.ortca
Classes in com.luciad.ais.model.ortca that implement ILcdRingModifier 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 ILcdRing in com.luciad.ais.model.parachutejumparea
Subinterfaces of ILcdRing in com.luciad.ais.model.parachutejumpareaModifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdParachuteJumpArea
interface that allows to change the attributes, relationships and geometry of a parachute jump area.interface
This interface describes the geometry and the relationships of a parachute jump area.Classes in com.luciad.ais.model.parachutejumparea that implement ILcdRingModifier and TypeClassDescriptionclass
A featured implementation ofILcdParachuteJumpArea
.class
An implementation ofILcdParachuteJumpArea
. -
Uses of ILcdRing in com.luciad.ais.model.refuelingtrack
Subinterfaces of ILcdRing in com.luciad.ais.model.refuelingtrackModifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRefuelingAirspace
interface that allows to change the attributes and relationships of an airspace.interface
This interface describes the geometry and the relationships of an airspace.Classes in com.luciad.ais.model.refuelingtrack that implement ILcdRingModifier and TypeClassDescriptionclass
This extension ofTLcdRefuelingAirspace
has all facilities to store refueling airspace related aspects.class
An implementation of theILcdEditableAirspace
interface.
This class also implements theILcdGeoPath
interface just to make sure that the airspaces can be painted by aTLcdGeoPathPainter
object.
It's an implementation ofILcdShape
to be able to use the default painter of LuciadLightspeed. -
Uses of ILcdRing in com.luciad.ais.shape
Classes in com.luciad.ais.shape that implement ILcdRingModifier and TypeClassDescriptionclass
A base class for discretized GeoPaths.class
A polygon that delegates to an internal polygon.class
An implementation ofALcdDiscretizedGeoPath
which performs the discretization in geodetic coordinates. -
Uses of ILcdRing in com.luciad.format.cgm
Classes in com.luciad.format.cgm that implement ILcdRingModifier and TypeClassDescriptionclass
Extension of aTLcdXYCircle
with a line and a fill style.class
Extension of aTLcdXYEllipse
with a line and a fill style.class
Extension of aTLcdXYPolygon
with a line and a fill style. -
Uses of ILcdRing in com.luciad.format.database.shape
Classes in com.luciad.format.database.shape that implement ILcdRingModifier and TypeClassDescriptionclass
This class represents aTLcdLonLatHeightMPolygon
with a measure (M) value.class
This class represents aTLcdLonLatPolygon
with measure values.class
This class represents aTLcdXYPolygon
with measure values.class
This class represents aTLcdXYZPolygon
with measure values. -
Uses of ILcdRing in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcdRingModifier and TypeClassDescriptionclass
This class represents a Ellipse2D from a DGN file.class
This class represents a Shape2D from a DGN file.class
This class represents a Shape3D from a DGN file.class
This class represents a Shape2D from a DGN file. -
Uses of ILcdRing in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcdRingModifier and TypeClassDescriptionclass
This class represents a Circle from a DWG file.class
This class represents a Solid or Hatch with bulges from a DWG file.class
This class represents a Face3D 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 ILcdRing in com.luciad.format.gml2.model
Classes in com.luciad.format.gml2.model that implement ILcdRingModifier and TypeClassDescriptionclass
Model class for the GML Linear Ring Type.Methods in com.luciad.format.gml2.model that return ILcdRingMethods in com.luciad.format.gml2.model that return types with arguments of type ILcdRingMethods in com.luciad.format.gml2.model with parameters of type ILcdRing -
Uses of ILcdRing in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdRingModifier and TypeClassDescriptionclass
An abstraction of a ring to support surface boundaries of different complexity.class
A Circle is an arc whose ends coincide to form a simple closed loop.class
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle.class
Model class for the GML Linear Ring Type.class
A ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6.class
gml:Triangle represents a triangle as a surface patch with an outer boundary consisting of a linear ring.Methods in com.luciad.format.gml31.model that return ILcdRingModifier and TypeMethodDescriptionTLcdGML31Polygon.getExteriorRing()
TLcdGML31PolygonPatch.getExteriorRing()
Methods in com.luciad.format.gml31.model that return types with arguments of type ILcdRingModifier and TypeMethodDescriptionTLcdGML31Polygon.getInteriorRings()
TLcdGML31PolygonPatch.getInteriorRings()
Methods in com.luciad.format.gml31.model with parameters of type ILcdRingModifier and TypeMethodDescriptionvoid
TLcdGML31Polygon.setExteriorRing
(ILcdRing aExteriorRing) void
TLcdGML31PolygonPatch.setExteriorRing
(ILcdRing aExteriorRing) -
Uses of ILcdRing in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdRingModifier and TypeClassDescriptionclass
An abstraction of a ring to support surface boundaries of different complexity.class
A Circle is an arc whose ends coincide to form a simple closed loop.class
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle.class
Model class for the GML Linear Ring Type.class
A ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6.class
gml:Triangle represents a triangle as a surface patch with an outer boundary consisting of a linear ring.Methods in com.luciad.format.gml32.model that return ILcdRingModifier and TypeMethodDescriptionTLcdGML32Polygon.getExteriorRing()
TLcdGML32PolygonPatch.getExteriorRing()
Methods in com.luciad.format.gml32.model that return types with arguments of type ILcdRingModifier and TypeMethodDescriptionTLcdGML32Polygon.getInteriorRings()
TLcdGML32PolygonPatch.getInteriorRings()
Methods in com.luciad.format.gml32.model with parameters of type ILcdRingModifier and TypeMethodDescriptionvoid
TLcdGML32Polygon.setExteriorRing
(ILcdRing aExteriorRing) void
TLcdGML32PolygonPatch.setExteriorRing
(ILcdRing aExteriorRing) -
Uses of ILcdRing in com.luciad.format.informix.spatial.shp
Classes in com.luciad.format.informix.spatial.shp that implement ILcdRingModifier and TypeClassDescriptionclass
This class represents aTLcdXYPolygon
with measure values.class
This class represents aTLcdXYZPolygon
with measure values. -
Uses of ILcdRing in com.luciad.format.kml22.model.geometry
Classes in com.luciad.format.kml22.model.geometry that implement ILcdRingModifier and TypeClassDescriptionclass
Domain class modeling the KML LinearRingType type.Methods in com.luciad.format.kml22.model.geometry that return ILcdRingMethods in com.luciad.format.kml22.model.geometry that return types with arguments of type ILcdRing -
Uses of ILcdRing in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcdRingModifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArc
that represents an NVG 1.5 Arc.class
Implementation of anILcd2DEditableArcBand
that represents an NVG 1.5 ArcBand.class
Implementation ofILcd2DEditableCircle
that represents an NVG 1.5 Circle.class
Implementation of anILcd2DEditableEllipse
that represents an NVG 1.5 Ellipse.class
Implementation ofILcd2DEditablePolygon
that represents an NVG 2.0 Polygon. -
Uses of ILcdRing in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdRingModifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArcBand
that represents an NVG 2.0 ArcBand Ring.class
Implementation of anILcd2DEditableCircle
that represents an NVG 2.0 Circular Ring.class
Implementation of anILcd2DEditableEllipse
that represents an NVG 2.0 Elliptic Ring.class
Implementation of anILcd2DEditablePolygon
that represents an NVG 2.0 Linear Ring.class
Implementation of anILcd2DEditableShape
that represents an NVG 2.0 Rectangular Ring.Methods in com.luciad.format.nvg.nvg20.model that return ILcdRingModifier and TypeMethodDescriptionTLcdNVG20ArcBand.getExteriorRing()
TLcdNVG20Circle.getExteriorRing()
TLcdNVG20Ellipse.getExteriorRing()
TLcdNVG20Polygon.getExteriorRing()
TLcdNVG20Rectangle.getExteriorRing()
Methods in com.luciad.format.nvg.nvg20.model that return types with arguments of type ILcdRingMethods in com.luciad.format.nvg.nvg20.model with parameters of type ILcdRingModifier and TypeMethodDescriptionvoid
TLcdNVG20ArcBand.setExteriorRing
(ILcdRing aRing) void
TLcdNVG20Circle.setExteriorRing
(ILcdRing aRing) void
TLcdNVG20Ellipse.setExteriorRing
(ILcdRing aRing) void
TLcdNVG20Polygon.setExteriorRing
(ILcdRing aRing) void
TLcdNVG20Rectangle.setExteriorRing
(ILcdRing aRing) -
Uses of ILcdRing in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdRing -
Uses of ILcdRing in com.luciad.format.shp
Classes in com.luciad.format.shp that implement ILcdRingModifier and TypeClassDescriptionclass
ATLcdSHPPolygonZ
is aILcdPolygon
with a measure value at each of the defining points. -
Uses of ILcdRing in com.luciad.shape
Subinterfaces of ILcdRing in com.luciad.shapeModifier and TypeInterfaceDescriptioninterface
A circle that is defined by 3 points (start, first intermediate and second intermediate).Methods in com.luciad.shape that return ILcdRingModifier and TypeMethodDescriptionILcdSurface.getExteriorRing()
Returns the exterior boundary of this surface.TLcdSurface.getExteriorRing()
Methods in com.luciad.shape that return types with arguments of type ILcdRingModifier and TypeMethodDescriptionILcdEditableSurface.getInteriorRings()
Returns the holes in this surface, as a list ofILcdRing
instances.ILcdSurface.getInteriorRings()
Returns the holes in this surface, as a list ofILcdRing
instances.TLcdSurface.getInteriorRings()
Methods in com.luciad.shape with parameters of type ILcdRingModifier and TypeMethodDescriptionvoid
ILcdEditableSurface.setExteriorRing
(ILcdRing aRing) Sets the exterior boundary of this surface.void
TLcdSurface.setExteriorRing
(ILcdRing aRing) -
Uses of ILcdRing in com.luciad.shape.shape2D
Subinterfaces of ILcdRing in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterface
A circle-by-3-points whose defining parameters can be edited.Classes in com.luciad.shape.shape2D that implement ILcdRingModifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableCircle
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircleBy3Points
in the geodetic space.class
This class provides an implementation of anILcdCompositeCurve
that is also anILcdRing
, in the geodetic space.class
This class provides an implementation ofILcd2DEditableEllipse
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolygon
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolygon
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolygon
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolygon
in the geodetic space.final class
This class represents a closed, 2Dcomposite curve
, whose shape is determined by a roundness value and a set of points.class
This class provides an implementation ofILcd2DEditableCircle
in the cartesian space.class
This class provides an implementation ofILcd2DEditableCircleBy3Points
in the cartesian space.class
This class provides an implementation of anILcdCompositeCurve
that is also anILcdRing
, in the cartesian space.class
This class provides an implementation ofILcd2DEditableEllipse
in the cartesian space.class
This class provides an implementation ofILcd2DEditablePolygon
in the cartesian space.class
This class provides an implementation ofILcd2DEditablePolygon
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolygon
in the cartesian space. -
Uses of ILcdRing in com.luciad.shape.shape3D
Classes in com.luciad.shape.shape3D that implement ILcdRingModifier 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.