Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableCircle
Packages that use 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
Classes in com.luciad.format.cgm that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclass
Extension of aTLcdXYCircle
with a line and a fill style. -
Uses of ILcd2DEditableCircle in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclass
This class represents a Circle from a DWG file. -
Uses of ILcd2DEditableCircle in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclass
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle.Methods in com.luciad.format.gml31.model that return ILcd2DEditableCircleModifier 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
Classes in com.luciad.format.gml32.model that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclass
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle.Methods in com.luciad.format.gml32.model that return ILcd2DEditableCircleModifier 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
Classes in com.luciad.format.nvg.nvg15.model that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclass
Implementation ofILcd2DEditableCircle
that represents an NVG 1.5 Circle. -
Uses of ILcd2DEditableCircle in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableCircle
that represents an NVG 2.0 Circular Ring. -
Uses of ILcd2DEditableCircle in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableCircle
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircle
in the cartesian space.Constructors in com.luciad.shape.shape2D with parameters of type ILcd2DEditableCircleModifierConstructorDescriptionTLcdXYCircle
(ILcd2DEditableCircle aCircle) Creates a newTLcdXYCircle
, initialized to match the values of the specified circle. -
Uses of ILcd2DEditableCircle in com.luciad.shape.shape3D
Subinterfaces of ILcd2DEditableCircle in com.luciad.shape.shape3DModifier 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.Classes in com.luciad.shape.shape3D that implement ILcd2DEditableCircleModifier 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
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd2DEditableCircleModifier 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.