Interface ILegendReader
public interface ILegendReader
-
Method Summary
-
Method Details
-
read
ILegend read(File inFile, int geometryType) throws ReadLegendException, IncompatibleLegendReadException, IOException Create a legend from a file.- Parameters:
inFile-geometryType- Geometry type of the target layer- Returns:
- Throws:
ReadLegendExceptionIncompatibleLegendReadExceptionIOException
-