Uses of Interface
com.luciad.shape.ILcdCircle
Packages that use ILcdCircle
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.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
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 svg 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.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of ILcdCircle in com.luciad.format.cgm
Classes in com.luciad.format.cgm that implement ILcdCircleModifier and TypeClassDescriptionclassExtension of aTLcdXYCirclewith a line and a fill style. -
Uses of ILcdCircle in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcdCircleModifier and TypeClassDescriptionclassThis class represents a Circle from a DWG file. -
Uses of ILcdCircle in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdCircleModifier and TypeClassDescriptionclassA Circle is an arc whose ends coincide to form a simple closed loop.classA gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle. -
Uses of ILcdCircle in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdCircleModifier and TypeClassDescriptionclassA Circle is an arc whose ends coincide to form a simple closed loop.classA gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle. -
Uses of ILcdCircle in com.luciad.format.mif
Methods in com.luciad.format.mif with parameters of type ILcdCircleModifier and TypeMethodDescriptionprotected voidTLcdMIFModelEncoder.write2DEllipse(ILcdCircle aCircle, BufferedWriter aBufferedWriter) Writes the givenILcdCircleas an ellipse (Ellipse). -
Uses of ILcdCircle in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcdCircleModifier and TypeClassDescriptionclassImplementation ofILcd2DEditableCirclethat represents an NVG 1.5 Circle. -
Uses of ILcdCircle in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdCircleModifier and TypeClassDescriptionclassImplementation of anILcd2DEditableCirclethat represents an NVG 2.0 Circular Ring. -
Uses of ILcdCircle in com.luciad.format.svg
Methods in com.luciad.format.svg that return ILcdCircleModifier and TypeMethodDescriptionILcdSVGShapeFactory.createCircle(Attributes aAttributes) Creates anILcdCircleform givenAttributes.protected ILcdCircleTLcdSVGUnStyledLonLatShapeFactory.createCircle(ILcd2DEditablePoint aCenterpoint, double aRadius) Methods in com.luciad.format.svg with parameters of type ILcdCircleModifier and TypeMethodDescriptionprotected abstract voidALcdSVGShapeWriter.writeCircle(ILcdCircle aCircle, Writer aTarget) Appends anILcdCircleto aStringBuffer.protected voidTLcdSVGUnStyledShapeWriter.writeCircle(ILcdCircle aCircle, Writer aTarget) protected voidTLcdSVGUnStyledShapeWriter.writeCircleProperties(ILcdCircle aCircle, Writer aTarget) Writes properties specific to a circle object: the position of the center point (x,y) the radius . -
Uses of ILcdCircle in com.luciad.shape
Subinterfaces of ILcdCircle in com.luciad.shapeModifier and TypeInterfaceDescriptioninterfaceA circle that is defined by 3 points (start, first intermediate and second intermediate). -
Uses of ILcdCircle in com.luciad.shape.shape2D
Subinterfaces of ILcdCircle in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterfaceAnILcd2DEditableCircleobject is anILcdCirclethat can be changed in two dimensions.interfaceA circle-by-3-points whose defining parameters can be edited.Classes in com.luciad.shape.shape2D that implement ILcdCircleModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableCirclein the geodetic space.classThis class provides an implementation ofILcd2DEditableCircleBy3Pointsin the geodetic space.classThis class provides an implementation ofILcd2DEditableCirclein the cartesian space.classThis class provides an implementation ofILcd2DEditableCircleBy3Pointsin the cartesian space. -
Uses of ILcdCircle in com.luciad.shape.shape3D
Subinterfaces of ILcdCircle 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.interfaceAnILcdDomeis anILcdShapethat represents a half-sphere in 3D space.interfaceAnILcdSphereis anILcdShapethat represents a sphere in 3D space.Classes in com.luciad.shape.shape3D that implement ILcdCircleModifier and TypeClassDescriptionclassA dome based on a base circle and an altitude.classA sphere based on a base circle and an altitude. -
Uses of ILcdCircle in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter with parameters of type ILcdCircleModifier and TypeMethodDescriptionvoidTLcdGXYCirclePainter.paintEditingLabels(Graphics aGraphics, ILcdCircle aCircle, int aRenderMode, ILcdGXYContext aGXYContext) Called by thepaintmethod when editing anILcd2DEditableCircle.