Class ALcdDiscretizedGeoPath

java.lang.Object
com.luciad.ais.shape.TLcdGeoPath
com.luciad.ais.shape.ALcdDiscretizedGeoPath
All Implemented Interfaces:
ILcdEditableGeoPath, ILcdGeoPath, ILcdBounded, ILcdCurve, ILcdPointList, ILcdPolygon, ILcdRing, ILcdShape, ILcdCloneable, Serializable, Cloneable
Direct Known Subclasses:
TLcdDiscretizedLonLatGeoPath

public abstract class ALcdDiscretizedGeoPath extends TLcdGeoPath implements ILcdPolygon, ILcdRing
A base class for discretized GeoPaths. The actual discretization is entirely up to the implementing class. This base class simply enforces that implementing classes provide the ILcdPolygon and ILcdRing interface.
See Also:
  • Constructor Details

    • ALcdDiscretizedGeoPath

      public ALcdDiscretizedGeoPath()
  • Method Details