Uses of Interface
com.luciad.shape.ILcdEllipse
Package
Description
Handles the cgm format.
Handles the dgn format.
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.
Three-dimensional shapes that can be changed in two dimensions.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of ILcdEllipse in com.luciad.format.cgm
Modifier and TypeClassDescriptionclass
Extension of aTLcdXYEllipse
with a line and a fill style. -
Uses of ILcdEllipse in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This class represents a Ellipse2D from a DGN file. -
Uses of ILcdEllipse in com.luciad.format.mif
Modifier and TypeMethodDescriptionprotected void
TLcdMIFModelEncoder.write2DEllipse
(ILcdEllipse aEllipse, BufferedWriter aBufferedWriter) Writes the givenILcdEllipse
as an ellipse (Ellipse). -
Uses of ILcdEllipse in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArc
that represents an NVG 1.5 Arc.class
Implementation of anILcd2DEditableEllipse
that represents an NVG 1.5 Ellipse. -
Uses of ILcdEllipse in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableEllipse
that represents an NVG 2.0 Elliptic Ring. -
Uses of ILcdEllipse in com.luciad.format.svg
Modifier and TypeMethodDescriptionILcdSVGShapeFactory.createEllipse
(Attributes aAttributes) Creates aILcdEllipse
form givenAttributes
.protected ILcdEllipse
TLcdSVGUnStyledLonLatShapeFactory.createEllipse
(double aCx, double aCy, double aRx, double aRy, double aRotation) Modifier and TypeMethodDescriptionprotected abstract void
ALcdSVGShapeWriter.writeEllipse
(ILcdEllipse aEllipse, Writer aTarget) Appends anILcdEllipse
to aStringBuffer
.protected void
TLcdSVGUnStyledShapeWriter.writeEllipse
(ILcdEllipse aEllipse, Writer aTarget) protected void
TLcdSVGUnStyledShapeWriter.writeEllipseProperties
(ILcdEllipse aEllipse, Writer aTarget) Writes properties specific to an ellipse: center (x,y) short axis long axis . -
Uses of ILcdEllipse in com.luciad.shape.shape2D
Modifier and TypeInterfaceDescriptioninterface
AnILcd2DEditableEllipse
object is anILcdEllipse
that can be changed in two dimensions.Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableEllipse
in the geodetic space.class
This class provides an implementation ofILcd2DEditableEllipse
in the cartesian space. -
Uses of ILcdEllipse in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionprotected void
TLcdGXYEllipsePainter.boundsOfEditingLabelsSFCT
(Graphics aGraphics, ILcdEllipse aEllipse, int aTouchedLocation, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Called by theboundsSFCT
method when editing anILcd2DEditableEllipse
.protected void
TLcdGXYEllipsePainter.paintEditingLabels
(Graphics aGraphics, ILcdEllipse aEllipse, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by thepaint
method when editing anILcd2DEditableEllipse
.