C# 클래스 Spatial4n.Core.Io.NtsShapeReadWriter

상속: ShapeReadWriter
파일 보기 프로젝트 열기: synhershko/Spatial4n 1 사용 예제들

공개 메소드들

메소드 설명
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[]

비공개 메소드들

메소드 설명
CheckCoordinates ( IGeometry geom ) : void

메소드 상세

NtsShapeReadWriter() 공개 메소드

public NtsShapeReadWriter ( NtsSpatialContext ctx ) : System
ctx Spatial4n.Core.Context.Nts.NtsSpatialContext
리턴 System

NtsShapeReadWriter() 공개 메소드

public NtsShapeReadWriter ( NtsSpatialContext ctx, bool normalizeGeomCoords ) : System
ctx Spatial4n.Core.Context.Nts.NtsSpatialContext
normalizeGeomCoords bool
리턴 System

ReadShape() 공개 메소드

public ReadShape ( String str ) : Shape
str String
리턴 Shape

ReadShapeFromBytes() 공개 메소드

public ReadShapeFromBytes ( byte array, int offset, int length ) : Shape
array byte
offset int
length int
리턴 Shape

WriteShape() 공개 메소드

public WriteShape ( Shape shape ) : String
shape Shape
리턴 String

WriteShapeToBytes() 공개 메소드

public WriteShapeToBytes ( Shape shape ) : byte[]
shape Shape
리턴 byte[]