Uses of Interface
com.luciad.shape.ILcdArc
Package
Description
Provides utility classes for geodesic calculations.
Handles the cgm format.
Handles the dgn format.
Handles the dwg 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.
Specifies ellipsoids and geodetic datums.
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 ILcdArc in com.luciad.ais.geodesy
Modifier and TypeMethodDescriptiondouble
TLcdEllipsoidDistanceUtil.distanceAlongArcSegment
(ILcdArc aArc, ILcdEllipsoid aEllipsoid) Returns the distance along the elliptical arc segment (in meters).int
TLcdEllipsoidIntersectionUtil.intersection2DGeodesicLineWithArcSegment
(ILcdPoint aP1, ILcdPoint aP2, ILcdArc aArc, ILcdEllipsoid aEllipsoid, double aRelativeTolerance, double aAbsoluteTolerance, ILcd2DEditablePoint aResultSFCT1, ILcd2DEditablePoint aResultSFCT2) Returns the number of intersection points between an elliptical arc and a geodesic line defined by its start point and a direction. -
Uses of ILcdArc in com.luciad.format.cgm
-
Uses of ILcdArc in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This class represents an Arc2D from a DGN file. -
Uses of ILcdArc in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class represents an Arc from a DWG file.class
This class represents an Ellipse from a DWG file. -
Uses of ILcdArc in com.luciad.format.mif
Modifier and TypeMethodDescriptionprotected void
TLcdMIFModelEncoder.write2DArc
(ILcdArc aArc, BufferedWriter aBufferedWriter) Writes the givenILcdArc
as an ellipse (Ellipse). -
Uses of ILcdArc in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArc
that represents an NVG 1.5 Arc. -
Uses of ILcdArc in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArc
that represents an NVG 2.0 Arc. -
Uses of ILcdArc in com.luciad.geodesy
Modifier and TypeMethodDescriptionstatic boolean
TLcdSphereUtil.arcContains2D
(ILcdArc aArc, double aSphereRadius, ILcdPoint aLLPoint) Checks whether the pointaLLPoint
lies on the elliptical arc segment. -
Uses of ILcdArc in com.luciad.shape.shape2D
Modifier and TypeInterfaceDescriptioninterface
AnILcd2DEditableArc
object is anILcdArc
that can be changed in two dimensions.Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableArc
in the geodetic space.class
This class provides an implementation ofILcd2DEditableArc
in the cartesian space. -
Uses of ILcdArc in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionprotected void
TLcdGXYArcPainter.boundsOfEditingLabelsSFCT
(Graphics aGraphics, ILcdArc aArc, int aTouchedLocation, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Called by theboundsSFCT
method when editing anILcd2DEditableArc
.protected void
TLcdGXYArcPainter.paintEditingLabels
(Graphics aGraphics, ILcdArc aArc, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by thepaint
method when editing anILcd2DEditableArc
.