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 TypeClassDescriptionclassExtension of aTLcdXYCirclewith a line and a fill style. -
Uses of ILcd2DEditableCircle in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclassThis 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 TypeClassDescriptionclassA 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 theILcd2DEditableCircleinterface. -
Uses of ILcd2DEditableCircle in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclassA 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 theILcd2DEditableCircleinterface. -
Uses of ILcd2DEditableCircle in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclassImplementation ofILcd2DEditableCirclethat 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 TypeClassDescriptionclassImplementation of anILcd2DEditableCirclethat 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 TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableCirclein the geodetic space.classThis class provides an implementation ofILcd2DEditableCirclein 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 TypeInterfaceDescriptioninterfaceAnILcd3DEditableDomeobject is anILcdDomewhose center point and radius can be changed.interfaceAnILcd3DEditableSphereobject is anILcdSpherewhose center point and radius can be changed.Classes in com.luciad.shape.shape3D that implement ILcd2DEditableCircleModifier and TypeClassDescriptionclassA dome based on a base circle and an altitude.classA 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 ALspEditHandleTLspCircleEditor.createCenterHandle(ILcd2DEditableCircle aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given circle by translating its center point.protected ALspEditHandleTLspCircleEditor.createObjectTranslationHandle(ILcd2DEditableCircle aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspCircleEditor.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.