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 TypeClassDescriptionclassExtension of aTLcdXYEllipsewith a line and a fill style. -
Uses of ILcdEllipse in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcdEllipseModifier and TypeClassDescriptionclassThis 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 voidTLcdMIFModelEncoder.write2DEllipse(ILcdEllipse aEllipse, BufferedWriter aBufferedWriter) Writes the givenILcdEllipseas 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 TypeClassDescriptionclassImplementation of anILcd2DEditableArcthat represents an NVG 1.5 Arc.classImplementation of anILcd2DEditableEllipsethat 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 TypeClassDescriptionclassImplementation of anILcd2DEditableEllipsethat 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 aILcdEllipseform givenAttributes.protected ILcdEllipseTLcdSVGUnStyledLonLatShapeFactory.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 voidALcdSVGShapeWriter.writeEllipse(ILcdEllipse aEllipse, Writer aTarget) Appends anILcdEllipseto aStringBuffer.protected voidTLcdSVGUnStyledShapeWriter.writeEllipse(ILcdEllipse aEllipse, Writer aTarget) protected voidTLcdSVGUnStyledShapeWriter.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 TypeInterfaceDescriptioninterfaceAnILcd2DEditableEllipseobject is anILcdEllipsethat can be changed in two dimensions.Classes in com.luciad.shape.shape2D that implement ILcdEllipseModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableEllipsein the geodetic space.classThis class provides an implementation ofILcd2DEditableEllipsein 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 voidTLcdGXYEllipsePainter.boundsOfEditingLabelsSFCT(Graphics aGraphics, ILcdEllipse aEllipse, int aTouchedLocation, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Called by theboundsSFCTmethod when editing anILcd2DEditableEllipse.protected voidTLcdGXYEllipsePainter.paintEditingLabels(Graphics aGraphics, ILcdEllipse aEllipse, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by thepaintmethod when editing anILcd2DEditableEllipse.