Skip to content

ValidatorHelper

Inheritance Hierarchy

  • Object
  • ValidatorHelper

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
CheckAreaUnitIsValid(AreaUnit,String)
CheckAreIntegerStrings(IEnumerable<String>,String)
CheckBufferCapTypeIsValid(BufferCapType,String)
CheckBuildIndexModeIsValid(BuildIndexMode,String)
CheckCanModifyColumnStructure(Boolean)
CheckCanParseStringToDouble(String,String)
CheckCanvasHeightIsLargerThanZero(Double,String)
CheckCanvasWidthIsLargerThanZero(Double,String)
CheckColumnNameIsInFeature(String,IEnumerable<Feature>)
CheckConnectionStringIsNotNull(String)
CheckCustomStyleDuplicates(AreaStyle,LineStyle,PointStyle,TextStyle,Collection<Style>,Boolean)
CheckDateTimeIsInRange(DateTime,String,DateTime,RangeCheckingInclusion,DateTime,RangeCheckingInclusion)
CheckDbfColumnDecimalLengthIsValid(DbfColumnType,Int32)
CheckDistanceUnitIsValid(DistanceUnit,String)
CheckDrawingLevelIsValid(DrawingLevel,String)
CheckDrawingLineCapIsValid(DrawingLineCap,String)
CheckDrawingLineJoinIsValid(DrawingLineJoin,String)
CheckExtentIsValid(RectangleShape,String)
CheckFeatureColumnValueContainsColon(String,String)
CheckFeatureIsValid(Feature,String)
CheckFeatureIsValid(Feature)
CheckFeatureSourceCanExecuteSqlQuery(Boolean)
CheckFeatureSourceCollectionIsNotEmpty(Collection<FeatureSource>)
CheckFeatureSourceIsEditable(Boolean)
CheckFeatureSourceIsInTransaction(Boolean)
CheckFeatureSourceIsNotInTransaction(Boolean)
CheckFeatureSourceIsOpen(Boolean)
CheckFileIsExist(String)
CheckFileIsNotExist(String)
CheckGeoCanvasIsInDrawing(Boolean)
CheckGeoDashCapIsValid(GeoDashCap,String)
CheckGeographyUnitIsMeter(GeographyUnit,String)
CheckGeographyUnitIsValid(GeographyUnit,String)
CheckGeoImageIsValid(GeoImage,String,GeoCanvas)
CheckGroupLayerIsNotEmpty(GeoCollection<Layer>)
CheckHtmlColorIsValid(String,String)
CheckIconImageAndIconFilePathAreInvalid(String,GeoImage)
CheckIEnumerableIsNotNullNorEmpty(IEnumerable,String,String)
CheckImageFormatIsValid(String,Collection<String>,String)
CheckImageFormatSupport(String)
CheckImageIsNotNullInPointStyle(GeoImage)
CheckInputValueIsInRange(Double,String,Double,RangeCheckingInclusion,Double,RangeCheckingInclusion)
CheckInputValueIsInRange(Double,String,Double,RangeCheckingInclusion,Double,RangeCheckingInclusion,String)
CheckInputValueIsInRange(Double,String,Double,Double)
CheckInputValueIsLargerThan(Double,String,Double,RangeCheckingInclusion)
CheckInputValueIsLargerThanZero(Double,String)
CheckInputValueIsLessThan(Double,String,Double,RangeCheckingInclusion)
CheckInputValueIsNotNaNNorInfinity(Double,String)
CheckInputValueIsValidDecimalDegree(Double,String)
CheckItemInCollection(String,Collection<String>,String)
CheckItemsInCollection(Collection<String>,Collection<String>,String)
CheckLatitudeIsInRange(Double,String)
CheckLayerHasBoundingBox(Boolean)
CheckLayerIsNotOpenedNorDrawing(Boolean)
CheckLayerIsOpened(Boolean)
CheckLineDashStyleIsValid(LineDashStyle,String)
CheckLongIsNotGreaterThanUInt32MaxValue(Int64)
CheckLongitudeIsInRange(Double,String)
CheckNumberIsByte(Int32,String)
CheckObjectIsNotNull(Object,String)
CheckObjectIsNotNull(Object,String,String)
CheckObjectIsTargetType(Object,Type,String)
CheckObjectsAreNotAllNull(Object,Object,String,String)
CheckOverwriteModeIsValid(OverwriteMode,String)
CheckPanDirectionIsValid(PanDirection,String)
CheckPointLineIsIntersected(PointShape,String,LineShape,String,Double)
CheckPointSymbolTypeIsValid(PointSymbolType,String)
CheckPointTypeIsValid(PointType,String)
CheckProjectionConverterIsOpen(Boolean)
CheckQueryTypeIsValid(QueryType,String)
CheckRandomColorTypeIsValid(RandomColorType,String)
CheckRasterSourceIsOpen(Boolean)
CheckRebuildRecordIdModeIsValid(BuildRecordIdMode,String)
CheckReturningColumnsTypeIsValid(ReturningColumnsType,String)
CheckRingOrderIsValid(RingOrder,String)
CheckRtreeSpatialIndexIsOpen(Boolean)
CheckScaleIsLargerThanZero(Double,String)
CheckScaleIsValid(Double,String)
CheckShapeIsAreaBaseShape(BaseShape)
CheckShapeIsLineBaseShape(BaseShape)
CheckShapeIsMultipointShape(BaseShape)
CheckShapeIsPointShape(BaseShape)
CheckShapeIsValid(BaseShape,String)
CheckShapeIsValidForOperation(BaseShape)
CheckShapeValidationModeIsValid(ShapeValidationMode,String)
CheckSimplificationTypeIsValid(SimplificationType,String)
CheckSpatialIndexIsDeletable(Boolean)
CheckStartingPointIsValid(StartingPoint,String)
CheckStatus()
CheckStreamIsWritable(Stream,String)
CheckStringIsNotNullNorEmpty(String,String)
CheckStringIsNotNullNorEmptyForOperation(String,String)
CheckStringIsNotNullNorWhiteSpace(String,String)
CheckStringIsValidDecimalDegree(String,String)
CheckTypeIsSupport(Object,String)
CheckUriIsValid(Uri)
CheckWkbByteOrderIsValid(WkbByteOrder,String)
CheckWkbIsValid(Byte[],String)
CheckWktIsValid(String,String)
CheckZoomLevelSetIsValid(ZoomLevelSet,String)
Equals(Object)
GetHashCode()
GetType()
ToString()

Protected Methods Summary

Name
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

CheckAreaUnitIsValid(AreaUnit,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
areaUnit AreaUnit N/A
parameterName String N/A

CheckAreIntegerStrings(IEnumerable<String>,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
ids IEnumerable<String> N/A
parameterName String N/A

CheckBufferCapTypeIsValid(BufferCapType,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
bufferCapType BufferCapType N/A
parameterName String N/A

CheckBuildIndexModeIsValid(BuildIndexMode,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
buildIndexMode BuildIndexMode N/A
parameterName String N/A

CheckCanModifyColumnStructure(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
canModifyColumnStructure Boolean N/A

CheckCanParseStringToDouble(String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

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

CheckCanvasHeightIsLargerThanZero(Double,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
canvasHeight Double N/A
parameterName String N/A

CheckCanvasWidthIsLargerThanZero(Double,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
canvasWidth Double N/A
parameterName String N/A

CheckColumnNameIsInFeature(String,IEnumerable<Feature>)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
columnName String N/A
features IEnumerable<Feature> N/A

CheckConnectionStringIsNotNull(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
connectionString String N/A

CheckCustomStyleDuplicates(AreaStyle,LineStyle,PointStyle,TextStyle,Collection<Style>,Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
defaultAreaStyle AreaStyle N/A
defaultLineStyle LineStyle N/A
defaultPointStyle PointStyle N/A
defaultTextStyle TextStyle N/A
customStyles Collection<Style> N/A
isActive Boolean N/A

CheckDateTimeIsInRange(DateTime,String,DateTime,RangeCheckingInclusion,DateTime,RangeCheckingInclusion)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
inputDate DateTime N/A
parameterName String N/A
minDate DateTime N/A
includeMinValue RangeCheckingInclusion N/A
maxDate DateTime N/A
includeMaxValue RangeCheckingInclusion N/A

CheckDbfColumnDecimalLengthIsValid(DbfColumnType,Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
columnType DbfColumnType N/A
decimalLength Int32 N/A

CheckDistanceUnitIsValid(DistanceUnit,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
distanceUnit DistanceUnit N/A
parameterName String N/A

CheckDrawingLevelIsValid(DrawingLevel,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
drawingLevel DrawingLevel N/A
parameterName String N/A

CheckDrawingLineCapIsValid(DrawingLineCap,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
drawingLineCap DrawingLineCap N/A
parameterName String N/A

CheckDrawingLineJoinIsValid(DrawingLineJoin,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
drawingLineJoin DrawingLineJoin N/A
parameterName String N/A

CheckExtentIsValid(RectangleShape,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
extent RectangleShape N/A
parameterName String N/A

CheckFeatureColumnValueContainsColon(String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

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

CheckFeatureIsValid(Feature,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
feature Feature N/A
parameterName String N/A

CheckFeatureIsValid(Feature)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
feature Feature N/A

CheckFeatureSourceCanExecuteSqlQuery(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
canExecuteSqlQuery Boolean N/A

CheckFeatureSourceCollectionIsNotEmpty(Collection<FeatureSource>)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
featureSources Collection<FeatureSource> N/A

CheckFeatureSourceIsEditable(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isEditable Boolean N/A

CheckFeatureSourceIsInTransaction(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isInTransaction Boolean N/A

CheckFeatureSourceIsNotInTransaction(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isInTransaction Boolean N/A

CheckFeatureSourceIsOpen(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isOpen Boolean N/A

CheckFileIsExist(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
pathFilename String N/A

CheckFileIsNotExist(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
pathFilename String N/A

CheckGeoCanvasIsInDrawing(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isDrawing Boolean N/A

CheckGeoDashCapIsValid(GeoDashCap,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
geoDashCap GeoDashCap N/A
parameterName String N/A

CheckGeographyUnitIsMeter(GeographyUnit,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
geographyUnit GeographyUnit N/A
parameterName String N/A

CheckGeographyUnitIsValid(GeographyUnit,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
geographyUnit GeographyUnit N/A
parameterName String N/A

CheckGeoImageIsValid(GeoImage,String,GeoCanvas)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
image GeoImage N/A
parameterName String N/A
canvas GeoCanvas N/A

CheckGroupLayerIsNotEmpty(GeoCollection<Layer>)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
layers GeoCollection<Layer> N/A

CheckHtmlColorIsValid(String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

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

CheckIconImageAndIconFilePathAreInvalid(String,GeoImage)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
iconFilePath String N/A
iconImage GeoImage N/A

CheckIEnumerableIsNotNullNorEmpty(IEnumerable,String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
values IEnumerable N/A
parameterName String N/A
exceptionMessage String N/A

CheckImageFormatIsValid(String,Collection<String>,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
imageFormat String N/A
outputFormats Collection<String> N/A
exceptionMessage String N/A

CheckImageFormatSupport(String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
imageFormat String N/A

CheckImageIsNotNullInPointStyle(GeoImage)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
image GeoImage N/A

CheckInputValueIsInRange(Double,String,Double,RangeCheckingInclusion,Double,RangeCheckingInclusion)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
inputValue Double N/A
parameterName String N/A
minValue Double N/A
includeMinValue RangeCheckingInclusion N/A
maxValue Double N/A
includeMaxValue RangeCheckingInclusion N/A

CheckInputValueIsInRange(Double,String,Double,RangeCheckingInclusion,Double,RangeCheckingInclusion,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
inputValue Double N/A
parameterName String N/A
minValue Double N/A
includeMinValue RangeCheckingInclusion N/A
maxValue Double N/A
includeMaxValue RangeCheckingInclusion N/A
exceptionMessage String N/A

CheckInputValueIsInRange(Double,String,Double,Double)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
inputValue Double N/A
parameterName String N/A
minValue Double N/A
maxValue Double N/A

CheckInputValueIsLargerThan(Double,String,Double,RangeCheckingInclusion)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
inputValue Double N/A
parameterName String N/A
minValue Double N/A
includeMinValue RangeCheckingInclusion N/A

CheckInputValueIsLargerThanZero(Double,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
value Double N/A
parameterName String N/A

CheckInputValueIsLessThan(Double,String,Double,RangeCheckingInclusion)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
inputValue Double N/A
parameterName String N/A
maxValue Double N/A
includeMaxValue RangeCheckingInclusion N/A

CheckInputValueIsNotNaNNorInfinity(Double,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
value Double N/A
parameterName String N/A

CheckInputValueIsValidDecimalDegree(Double,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
value Double N/A
parameterName String N/A

CheckItemInCollection(String,Collection<String>,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
item String N/A
items Collection<String> N/A
exceptionMessage String N/A

CheckItemsInCollection(Collection<String>,Collection<String>,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
items Collection<String> N/A
itemCollection Collection<String> N/A
exceptionMessage String N/A

CheckLatitudeIsInRange(Double,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
latitude Double N/A
parameterName String N/A

CheckLayerHasBoundingBox(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
hasBoundingBox Boolean N/A

CheckLayerIsNotOpenedNorDrawing(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isOpenOrDrawing Boolean N/A

CheckLayerIsOpened(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isOpen Boolean N/A

CheckLineDashStyleIsValid(LineDashStyle,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
lineDashStyle LineDashStyle N/A
parameterName String N/A

CheckLongIsNotGreaterThanUInt32MaxValue(Int64)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
value Int64 N/A

CheckLongitudeIsInRange(Double,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
longitude Double N/A
parameterName String N/A

CheckNumberIsByte(Int32,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
number Int32 N/A
paramterName String N/A

CheckObjectIsNotNull(Object,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
parameterObject Object N/A
parameterName String N/A

CheckObjectIsNotNull(Object,String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
parameterObject Object N/A
parameterName String N/A
exceptionMessage String N/A

CheckObjectIsTargetType(Object,Type,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
objectToTest Object N/A
targetType Type N/A
operationName String N/A

CheckObjectsAreNotAllNull(Object,Object,String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
firstObject Object N/A
secondObject Object N/A
firstParameterName String N/A
secondParameterName String N/A

CheckOverwriteModeIsValid(OverwriteMode,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
overwriteMode OverwriteMode N/A
parameterName String N/A

CheckPanDirectionIsValid(PanDirection,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
panDirection PanDirection N/A
parameterName String N/A

CheckPointLineIsIntersected(PointShape,String,LineShape,String,Double)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
pointShape PointShape N/A
pointShapeName String N/A
lineShape LineShape N/A
lineShapeName String N/A
tolerance Double N/A

CheckPointSymbolTypeIsValid(PointSymbolType,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
symbolType PointSymbolType N/A
parameterName String N/A

CheckPointTypeIsValid(PointType,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
pointType PointType N/A
parameterName String N/A

CheckProjectionConverterIsOpen(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isOpen Boolean N/A

CheckQueryTypeIsValid(QueryType,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
queryType QueryType N/A
parameterName String N/A

CheckRandomColorTypeIsValid(RandomColorType,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
colorType RandomColorType N/A
parameterName String N/A

CheckRasterSourceIsOpen(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isOpen Boolean N/A

CheckRebuildRecordIdModeIsValid(BuildRecordIdMode,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
rebuildRecordIdMode BuildRecordIdMode N/A
parameterName String N/A

CheckReturningColumnsTypeIsValid(ReturningColumnsType,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
returningColumnsType ReturningColumnsType N/A
parameterName String N/A

CheckRingOrderIsValid(RingOrder,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
ringOrder RingOrder N/A
parameterName String N/A

CheckRtreeSpatialIndexIsOpen(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isOpen Boolean N/A

CheckScaleIsLargerThanZero(Double,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
imageScale Double N/A
parameterName String N/A

CheckScaleIsValid(Double,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
scale Double N/A
parameterName String N/A

CheckShapeIsAreaBaseShape(BaseShape)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shape BaseShape N/A

CheckShapeIsLineBaseShape(BaseShape)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shape BaseShape N/A

CheckShapeIsMultipointShape(BaseShape)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shape BaseShape N/A

CheckShapeIsPointShape(BaseShape)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shape BaseShape N/A

CheckShapeIsValid(BaseShape,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shape BaseShape N/A
parameterName String N/A

CheckShapeIsValidForOperation(BaseShape)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shape BaseShape N/A

CheckShapeValidationModeIsValid(ShapeValidationMode,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
shapeValidationMode ShapeValidationMode N/A
parameterName String N/A

CheckSimplificationTypeIsValid(SimplificationType,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
simplificationType SimplificationType N/A
parameterName String N/A

CheckSpatialIndexIsDeletable(Boolean)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
isDeletable Boolean N/A

CheckStartingPointIsValid(StartingPoint,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
startingPoint StartingPoint N/A
parameterName String N/A

CheckStatus()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

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

CheckStreamIsWritable(Stream,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
stream Stream N/A
parameterName String N/A

CheckStringIsNotNullNorEmpty(String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

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

CheckStringIsNotNullNorEmptyForOperation(String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
value String N/A
exceptionMessage String N/A

CheckStringIsNotNullNorWhiteSpace(String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

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

CheckStringIsValidDecimalDegree(String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

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

CheckTypeIsSupport(Object,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
instance Object N/A
typeName String N/A

CheckUriIsValid(Uri)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
uri Uri N/A

CheckWkbByteOrderIsValid(WkbByteOrder,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
wkbByteOrder WkbByteOrder N/A
parameterName String N/A

CheckWkbIsValid(Byte[],String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
wkb Byte[] N/A
parameterName String N/A

CheckWktIsValid(String,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

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

CheckZoomLevelSetIsValid(ZoomLevelSet,String)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
zoomLevelSet ZoomLevelSet N/A
parameterName 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

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