C# Class Spatial4n.Core.Io.NtsShapeReadWriter

Inheritance: ShapeReadWriter
Afficher le fichier Open project: synhershko/Spatial4n Class Usage Examples

Méthodes publiques

Méthode Description
NtsShapeReadWriter ( NtsSpatialContext ctx ) : System
NtsShapeReadWriter ( NtsSpatialContext ctx, bool normalizeGeomCoords ) : System
ReadShape ( String str ) : Shape
ReadShapeFromBytes ( byte array, int offset, int length ) : Shape
WriteShape ( Shape shape ) : String
WriteShapeToBytes ( Shape shape ) : byte[]

Private Methods

Méthode Description
CheckCoordinates ( IGeometry geom ) : void

Method Details

NtsShapeReadWriter() public méthode

public NtsShapeReadWriter ( NtsSpatialContext ctx ) : System
ctx Spatial4n.Core.Context.Nts.NtsSpatialContext
Résultat System

NtsShapeReadWriter() public méthode

public NtsShapeReadWriter ( NtsSpatialContext ctx, bool normalizeGeomCoords ) : System
ctx Spatial4n.Core.Context.Nts.NtsSpatialContext
normalizeGeomCoords bool
Résultat System

ReadShape() public méthode

public ReadShape ( String str ) : Shape
str String
Résultat Shape

ReadShapeFromBytes() public méthode

public ReadShapeFromBytes ( byte array, int offset, int length ) : Shape
array byte
offset int
length int
Résultat Shape

WriteShape() public méthode

public WriteShape ( Shape shape ) : String
shape Shape
Résultat String

WriteShapeToBytes() public méthode

public WriteShapeToBytes ( Shape shape ) : byte[]
shape Shape
Résultat byte[]