Interface ILfnTiledSurface

All Superinterfaces:
Cloneable, ILcdBounded, ILcdCloneable, ILcdShape, Serializable

public interface ILfnTiledSurface extends ILcdShape
Deprecated.
Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms. Please refer to the Fusion migration guide for more information.
A tiled surface is a collection of outlines and fills from (untiled) surfaces.

This object will contain only the parts of the original surface that are loaded. Parts from tiles that are adjacent are merged together into one part.

Since:
11.0
  • Method Details

    • getOutlines

      Collection<? extends ILcdShapeList> getOutlines()
      Deprecated.
      Gets the outlines of this area. The outlines are grouped in shape lists per ring. An outline will contain no other shapes than ILcdCurve objects that are ILcdPolylines.
      Returns:
      outline shapes grouped per ring. The shape lists contain no other shapes than curves
    • getFills

      Collection<? extends ILcdSurface> getFills()
      Deprecated.
      Gets the fills of this area.
      Returns:
      the fills for this tiled surface