ShapefileValidatorHelper¶
Namespace: ThinkGeo.Core
public static class ShapefileValidatorHelper
Inheritance Object → ShapefileValidatorHelper
Methods¶
CheckIsShapeFile(String, String)¶
internal static void CheckIsShapeFile(string pathFilename, string parameterName)
Parameters¶
pathFilename
String
parameterName
String
CheckShapeFileBoundingBoxIsValid(ShapeFileBoundingBox)¶
internal static void CheckShapeFileBoundingBoxIsValid(ShapeFileBoundingBox shapeFileBoundingBox)
Parameters¶
shapeFileBoundingBox
ShapeFileBoundingBox
CheckSqlStatementIsSupported(String)¶
public static void CheckSqlStatementIsSupported(string sqlStatement)
Parameters¶
sqlStatement
String
CheckShapeFileIsWriteable(FileAccess, String)¶
public static void CheckShapeFileIsWriteable(FileAccess readWriteMode, string parameterName)
Parameters¶
readWriteMode
FileAccess
parameterName
String
CheckShapeFileTypeIsValid(ShapeFileType, String)¶
public static void CheckShapeFileTypeIsValid(ShapeFileType shapeFileType, string parameterName)
Parameters¶
shapeFileType
ShapeFileType
parameterName
String
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
CheckShapeFileTypeIsSupported(ShapeFileType, String)¶
public static void CheckShapeFileTypeIsSupported(ShapeFileType shapeFileType, string parameterName)
Parameters¶
shapeFileType
ShapeFileType
parameterName
String