Uses of Interface
com.luciad.shape.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
Modifier and TypeClassDescriptionclass
Extension of aTLcdXYCircle
with a line and a fill style. -
Uses of ILcdCircle in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class represents a Circle from a DWG file. -
Uses of ILcdCircle in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
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. -
Uses of ILcdCircle in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
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. -
Uses of ILcdCircle in com.luciad.format.mif
Modifier and TypeMethodDescriptionprotected void
TLcdMIFModelEncoder.write2DEllipse
(ILcdCircle aCircle, BufferedWriter aBufferedWriter) Writes the givenILcdCircle
as an ellipse (Ellipse). -
Uses of ILcdCircle in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
Implementation ofILcd2DEditableCircle
that represents an NVG 1.5 Circle. -
Uses of ILcdCircle in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableCircle
that represents an NVG 2.0 Circular Ring. -
Uses of ILcdCircle in com.luciad.format.svg
Modifier and TypeMethodDescriptionILcdSVGShapeFactory.createCircle
(Attributes aAttributes) Creates anILcdCircle
form givenAttributes
.protected ILcdCircle
TLcdSVGUnStyledLonLatShapeFactory.createCircle
(ILcd2DEditablePoint aCenterpoint, double aRadius) Modifier and TypeMethodDescriptionprotected abstract void
ALcdSVGShapeWriter.writeCircle
(ILcdCircle aCircle, Writer aTarget) Appends anILcdCircle
to aStringBuffer
.protected void
TLcdSVGUnStyledShapeWriter.writeCircle
(ILcdCircle aCircle, Writer aTarget) protected void
TLcdSVGUnStyledShapeWriter.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
Modifier and TypeInterfaceDescriptioninterface
A circle that is defined by 3 points (start, first intermediate and second intermediate). -
Uses of ILcdCircle in com.luciad.shape.shape2D
Modifier and TypeInterfaceDescriptioninterface
AnILcd2DEditableCircle
object is anILcdCircle
that can be changed in two dimensions.interface
A circle-by-3-points whose defining parameters can be edited.Modifier 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 ofILcd2DEditableCircle
in the cartesian space.class
This class provides an implementation ofILcd2DEditableCircleBy3Points
in the cartesian space. -
Uses of ILcdCircle 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.interface
AnILcdDome
is anILcdShape
that represents a half-sphere in 3D space.interface
AnILcdSphere
is anILcdShape
that represents a sphere in 3D space.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 ILcdCircle in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionvoid
TLcdGXYCirclePainter.paintEditingLabels
(Graphics aGraphics, ILcdCircle aCircle, int aRenderMode, ILcdGXYContext aGXYContext) Called by thepaint
method when editing anILcd2DEditableCircle
.