IShapeReaderFilter

Description

interface Tinman.Terrain.Shapes.IShapeReaderFilter

Derived from

IConfigurable

Extended by

ShapeReaderFilter abstract

Base interface for classes that perform filtering while reading shapes.

Public / Methods

Filter​Shape


public method FilterShape → (1)

info in : IShapeReaderInfo

[not-null]
The shape reader to use to peek at the data of the next shape.

returns → bool

true to read the next shape via IShapeReader.ReadShape,
false to skip the next shape via IShapeReader.SkipShape.

Filters the next shape.

IOException

If an I/O error has occurred.