Uses of Interface
com.luciad.shape.ILcdCircularArcBy3Points
Packages that use ILcdCircularArcBy3Points
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
Provides domain model classes and utility classes for modeling GML 3.2 data.
Three-dimensional shapes that can be changed in two dimensions.
-
Uses of ILcdCircularArcBy3Points in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdCircularArcBy3PointsModifier and TypeClassDescriptionclassAn Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.classA Circle is an arc whose ends coincide to form a simple closed loop. -
Uses of ILcdCircularArcBy3Points in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdCircularArcBy3PointsModifier and TypeClassDescriptionclassAn Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.classA Circle is an arc whose ends coincide to form a simple closed loop. -
Uses of ILcdCircularArcBy3Points in com.luciad.shape.shape2D
Subinterfaces of ILcdCircularArcBy3Points in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterfaceA circular arc-by-3-points whose defining parameters can be edited.Classes in com.luciad.shape.shape2D that implement ILcdCircularArcBy3PointsModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableCircularArcBy3Pointsin the geodetic space.classThis class provides an implementation ofILcd2DEditableCircularArcBy3Pointsin the cartesian space.