Uses of Interface
com.luciad.shape.ILcdArc
Packages that use 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
Methods in com.luciad.ais.geodesy with parameters of type ILcdArcModifier and TypeMethodDescriptiondoubleTLcdEllipsoidDistanceUtil.distanceAlongArcSegment(ILcdArc aArc, ILcdEllipsoid aEllipsoid) Returns the distance along the elliptical arc segment (in meters).intTLcdEllipsoidIntersectionUtil.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
Classes in com.luciad.format.cgm that implement ILcdArc -
Uses of ILcdArc in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcdArcModifier and TypeClassDescriptionclassThis class represents an Arc2D from a DGN file. -
Uses of ILcdArc in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcdArcModifier and TypeClassDescriptionclassThis class represents an Arc from a DWG file.classThis class represents an Ellipse from a DWG file. -
Uses of ILcdArc in com.luciad.format.mif
Methods in com.luciad.format.mif with parameters of type ILcdArcModifier and TypeMethodDescriptionprotected voidTLcdMIFModelEncoder.write2DArc(ILcdArc aArc, BufferedWriter aBufferedWriter) Writes the givenILcdArcas an ellipse (Ellipse). -
Uses of ILcdArc in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcdArcModifier and TypeClassDescriptionclassImplementation of anILcd2DEditableArcthat represents an NVG 1.5 Arc. -
Uses of ILcdArc in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcdArcModifier and TypeClassDescriptionclassImplementation of anILcd2DEditableArcthat represents an NVG 2.0 Arc. -
Uses of ILcdArc in com.luciad.geodesy
Methods in com.luciad.geodesy with parameters of type ILcdArcModifier and TypeMethodDescriptionstatic booleanTLcdSphereUtil.arcContains2D(ILcdArc aArc, double aSphereRadius, ILcdPoint aLLPoint) Checks whether the pointaLLPointlies on the elliptical arc segment. -
Uses of ILcdArc in com.luciad.shape.shape2D
Subinterfaces of ILcdArc in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterfaceAnILcd2DEditableArcobject is anILcdArcthat can be changed in two dimensions.Classes in com.luciad.shape.shape2D that implement ILcdArcModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableArcin the geodetic space.classThis class provides an implementation ofILcd2DEditableArcin the cartesian space. -
Uses of ILcdArc in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter with parameters of type ILcdArcModifier and TypeMethodDescriptionprotected voidTLcdGXYArcPainter.boundsOfEditingLabelsSFCT(Graphics aGraphics, ILcdArc aArc, int aTouchedLocation, ILcdGXYContext aGXYContext, ILcd2DEditableBounds aBoundsSFCT) Called by theboundsSFCTmethod when editing anILcd2DEditableArc.protected voidTLcdGXYArcPainter.paintEditingLabels(Graphics aGraphics, ILcdArc aArc, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by thepaintmethod when editing anILcd2DEditableArc.