Uses of Interface
com.luciad.shape.ILcdEllipse
Packages that use 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
Classes in com.luciad.format.cgm that implement ILcdEllipseModifier and TypeClassDescriptionclass
Extension of aTLcdXYEllipse
with a line and a fill style. -
Uses of ILcdEllipse in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcdEllipseModifier and TypeClassDescriptionclass
This class represents a Ellipse2D from a DGN file. -
Uses of ILcdEllipse in com.luciad.format.mif
Methods in com.luciad.format.mif with parameters of type ILcdEllipseModifier 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
Classes in com.luciad.format.nvg.nvg15.model that implement ILcdEllipseModifier 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
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdEllipseModifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableEllipse
that represents an NVG 2.0 Elliptic Ring. -
Uses of ILcdEllipse in com.luciad.format.svg
Methods in com.luciad.format.svg that return ILcdEllipseModifier and TypeMethodDescriptionILcdSVGShapeFactory.createEllipse
(Attributes aAttributes) Creates aILcdEllipse
form givenAttributes
.protected ILcdEllipse
TLcdSVGUnStyledLonLatShapeFactory.createEllipse
(double aCx, double aCy, double aRx, double aRy, double aRotation) Methods in com.luciad.format.svg with parameters of type ILcdEllipseModifier 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
Subinterfaces of ILcdEllipse in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterface
AnILcd2DEditableEllipse
object is anILcdEllipse
that can be changed in two dimensions.Classes in com.luciad.shape.shape2D that implement ILcdEllipseModifier 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
Methods in com.luciad.view.gxy.painter with parameters of type ILcdEllipseModifier 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
.