Interface ILfnTiledSurface
- All Superinterfaces:
Cloneable
,ILcdBounded
,ILcdCloneable
,ILcdShape
,Serializable
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 Summary
Modifier and TypeMethodDescriptionCollection
<? extends ILcdSurface> getFills()
Deprecated.Gets the fills of this area.Collection
<? extends ILcdShapeList> Deprecated.Gets the outlines of this area.Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
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 thanILcdCurve
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
-