Interface ILcdGML3CircleByCenterPoint

All Superinterfaces:
ILcdGML3AbstractCurveSegment, ILcdGML3ArcByCenterPoint

public interface ILcdGML3CircleByCenterPoint extends ILcdGML3ArcByCenterPoint
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
Interface for the gml:CircleByCenterPointType type.

A CircleByCenterPoint is an ArcByCenterPoint whose ends coincide to form a simple closed loop.

(GML Specification, v3.1.0, paragraph 10.2.1.12)