Method | Description | |
---|---|---|
NtsShapeReadWriter ( |
||
NtsShapeReadWriter ( |
||
ReadShape ( String str ) : Shape | ||
ReadShapeFromBytes ( byte array, int offset, int length ) : Shape | ||
WriteShape ( Shape shape ) : String | ||
WriteShapeToBytes ( Shape shape ) : byte[] |
Method | Description | |
---|---|---|
CheckCoordinates ( IGeometry geom ) : void |
public NtsShapeReadWriter ( |
||
ctx | ||
return | System |
public NtsShapeReadWriter ( |
||
ctx | ||
normalizeGeomCoords | bool | |
return | System |
public ReadShapeFromBytes ( byte array, int offset, int length ) : Shape | ||
array | byte | |
offset | int | |
length | int | |
return | Shape |
public WriteShapeToBytes ( Shape shape ) : byte[] | ||
shape | Shape | |
return | byte[] |