Uses of Interface
com.luciad.shape.ILcdCircularArcByCenterPoint
Packages that use ILcdCircularArcByCenterPoint
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 ILcdCircularArcByCenterPoint in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdCircularArcByCenterPointModifier and TypeClassDescriptionclass
This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.class
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle. -
Uses of ILcdCircularArcByCenterPoint in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdCircularArcByCenterPointModifier and TypeClassDescriptionclass
This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.class
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle. -
Uses of ILcdCircularArcByCenterPoint in com.luciad.shape.shape2D
Subinterfaces of ILcdCircularArcByCenterPoint in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterface
A circular arc-by-centerpoint whose defining parameters can be edited.Classes in com.luciad.shape.shape2D that implement ILcdCircularArcByCenterPointModifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableCircularArcByCenterPoint
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircularArcByCenterPoint
in the cartesian space.