Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableCircle
Package
Description
Handles the cgm format.
Handles the dwg format.
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.
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.
Three-dimensional shapes that can be changed in two dimensions.
Three-dimensional shapes that can be changed in all three dimensions.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcd2DEditableCircle in com.luciad.format.cgm
Modifier and TypeClassDescriptionclass
Extension of aTLcdXYCircle
with a line and a fill style. -
Uses of ILcd2DEditableCircle in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class represents a Circle from a DWG file. -
Uses of ILcd2DEditableCircle in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle.Modifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createCircleByCenterPoint
(ILcdModelReference aModelReference) Creates a newgml:CircleByCenterPoint
, which can be edited through theILcd2DEditableCircle
interface. -
Uses of ILcd2DEditableCircle in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle.Modifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createCircleByCenterPoint
(ILcdModelReference aModelReference) Creates a newgml:CircleByCenterPoint
, which can be edited through theILcd2DEditableCircle
interface. -
Uses of ILcd2DEditableCircle in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
Implementation ofILcd2DEditableCircle
that represents an NVG 1.5 Circle. -
Uses of ILcd2DEditableCircle in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableCircle
that represents an NVG 2.0 Circular Ring. -
Uses of ILcd2DEditableCircle in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableCircle
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircle
in the cartesian space.ModifierConstructorDescriptionTLcdXYCircle
(ILcd2DEditableCircle aCircle) Creates a newTLcdXYCircle
, initialized to match the values of the specified circle. -
Uses of ILcd2DEditableCircle in com.luciad.shape.shape3D
Modifier and TypeInterfaceDescriptioninterface
AnILcd3DEditableDome
object is anILcdDome
whose center point and radius can be changed.interface
AnILcd3DEditableSphere
object is anILcdSphere
whose center point and radius can be changed.Modifier and TypeClassDescriptionclass
A dome based on a base circle and an altitude.class
A sphere based on a base circle and an altitude. -
Uses of ILcd2DEditableCircle in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspCircleEditor.createCenterHandle
(ILcd2DEditableCircle aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given circle by translating its center point.protected ALspEditHandle
TLspCircleEditor.createObjectTranslationHandle
(ILcd2DEditableCircle aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspCircleEditor.createRadiusHandle
(ILcd2DEditableCircle aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to change the radius of the given circle by dragging a point on the radius.