Skip to content

ShapefileValidatorHelper

Inheritance Hierarchy

  • Object
  • ShapefileValidatorHelper

Members Summary

Public Constructors Summary

Name
N/A

Protected Constructors Summary

Name
N/A

Public Properties Summary

Name Return Type Description
N/A N/A N/A

Protected Properties Summary

Name Return Type Description
N/A N/A N/A

Public Methods Summary

Name
CheckDbfColumnsAreEmpty(IEnumerable<DbfColumn>,String)
CheckShapeFileIsEditable(ShapeFileType,String)
CheckShapeFileIsWriteable(FileAccess,String)
CheckShapeFileTypeIsSupported(ShapeFileType,String)
CheckShapeFileTypeIsValid(ShapeFileType,String)
CheckSqlStatementIsSupported(String)
Equals(Object)
GetHashCode()
GetType()
ToString()

Protected Methods Summary

Name
CheckIsShapeFile(String,String)
CheckShapeFileBoundingBoxIsValid(ShapeFileBoundingBox)
Finalize()
MemberwiseClone()

Public Events Summary

Name Event Arguments Description
N/A N/A N/A

Members Detail

Public Constructors

Name
N/A

Protected Constructors

Public Properties

Protected Properties

Public Methods

CheckDbfColumnsAreEmpty(IEnumerable<DbfColumn>,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
dbfColumns IEnumerable<DbfColumn> N/A
parameterName String N/A

CheckShapeFileIsEditable(ShapeFileType,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shapeFileType ShapeFileType N/A
parameterName String N/A

CheckShapeFileIsWriteable(FileAccess,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
readWriteMode FileAccess N/A
parameterName String N/A

CheckShapeFileTypeIsSupported(ShapeFileType,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shapeFileType ShapeFileType N/A
parameterName String N/A

CheckShapeFileTypeIsValid(ShapeFileType,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shapeFileType ShapeFileType N/A
parameterName String N/A

CheckSqlStatementIsSupported(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
sqlStatement String N/A

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

ToString()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

CheckIsShapeFile(String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
pathFilename String N/A
parameterName String N/A

CheckShapeFileBoundingBoxIsValid(ShapeFileBoundingBox)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shapeFileBoundingBox ShapeFileBoundingBox N/A

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

Public Events