Table of Contents

Class ShapefileValidatorHelper

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public static class ShapefileValidatorHelper
Inheritance
ShapefileValidatorHelper
Inherited Members

Methods

CheckDbfColumnsAreEmpty(IEnumerable<DbfColumn>, string)

public static void CheckDbfColumnsAreEmpty(IEnumerable<DbfColumn> dbfColumns, string parameterName)

Parameters

dbfColumns IEnumerable<DbfColumn>
parameterName string

CheckShapeFileIsEditable(ShapeFileType, string)

public static void CheckShapeFileIsEditable(ShapeFileType shapeFileType, string parameterName)

Parameters

shapeFileType ShapeFileType
parameterName string

CheckShapeFileIsWriteable(FileAccess, string)

public static void CheckShapeFileIsWriteable(FileAccess readWriteMode, string parameterName)

Parameters

readWriteMode FileAccess
parameterName string

CheckShapeFileTypeIsSupported(ShapeFileType, string)

public static void CheckShapeFileTypeIsSupported(ShapeFileType shapeFileType, string parameterName)

Parameters

shapeFileType ShapeFileType
parameterName string

CheckShapeFileTypeIsValid(ShapeFileType, string)

public static void CheckShapeFileTypeIsValid(ShapeFileType shapeFileType, string parameterName)

Parameters

shapeFileType ShapeFileType
parameterName string

CheckSqlStatementIsSupported(string)

public static void CheckSqlStatementIsSupported(string sqlStatement)

Parameters

sqlStatement string