C# 클래스 Spatial4n.Core.Shapes.Nts.NtsGeometry

Wraps a JTS {@link Geometry} (i.e. may be a polygon or basically anything). JTS's does a great deal of the hard work, but there is work here in handling dateline wrap.
상속: Shape
파일 보기 프로젝트 열기: synhershko/Spatial4n 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( Object o ) : bool
GetArea ( SpatialContext ctx ) : double
GetBoundingBox ( ) : Rectangle
GetCenter ( ) : Point
GetGeom ( ) : IGeometry
GetHashCode ( ) : int
HasArea ( ) : bool
IntersectionMatrixToSpatialRelation ( GeoAPI.Geometries.IntersectionMatrix matrix ) : SpatialRelation
NtsGeometry ( IGeometry geom, NtsSpatialContext ctx, bool dateline180Check ) : System
Relate ( Circle circle, SpatialContext ctx ) : SpatialRelation
Relate ( NtsGeometry jtsGeometry ) : SpatialRelation
Relate ( Point pt ) : SpatialRelation
Relate ( Rectangle rectangle ) : SpatialRelation
Relate ( Shape other ) : SpatialRelation
ToString ( ) : String

비공개 메소드들

메소드 설명
CutUnwrappedGeomInto360 ( IGeometry geom ) : IGeometry
ShiftGeomByX ( IGeometry geom, int xShift ) : void
UnionGeometryCollection ( IGeometry geom ) : IGeometry
UnwrapDateline ( IGeometry geom ) : int
UnwrapDateline ( NetTopologySuite.Geometries.LineString lineString ) : int
UnwrapDateline ( NetTopologySuite.Geometries.Polygon poly ) : int

메소드 상세

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

GetArea() 공개 메소드

public GetArea ( SpatialContext ctx ) : double
ctx Spatial4n.Core.Context.SpatialContext
리턴 double

GetBoundingBox() 공개 메소드

public GetBoundingBox ( ) : Rectangle
리턴 Rectangle

GetCenter() 공개 메소드

public GetCenter ( ) : Point
리턴 Point

GetGeom() 공개 메소드

public GetGeom ( ) : IGeometry
리턴 IGeometry

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HasArea() 공개 메소드

public HasArea ( ) : bool
리턴 bool

IntersectionMatrixToSpatialRelation() 공개 정적인 메소드

public static IntersectionMatrixToSpatialRelation ( GeoAPI.Geometries.IntersectionMatrix matrix ) : SpatialRelation
matrix GeoAPI.Geometries.IntersectionMatrix
리턴 SpatialRelation

NtsGeometry() 공개 메소드

public NtsGeometry ( IGeometry geom, NtsSpatialContext ctx, bool dateline180Check ) : System
geom IGeometry
ctx Spatial4n.Core.Context.Nts.NtsSpatialContext
dateline180Check bool
리턴 System

Relate() 공개 메소드

public Relate ( Circle circle, SpatialContext ctx ) : SpatialRelation
circle Circle
ctx Spatial4n.Core.Context.SpatialContext
리턴 SpatialRelation

Relate() 공개 메소드

public Relate ( NtsGeometry jtsGeometry ) : SpatialRelation
jtsGeometry NtsGeometry
리턴 SpatialRelation

Relate() 공개 메소드

public Relate ( Point pt ) : SpatialRelation
pt Point
리턴 SpatialRelation

Relate() 공개 메소드

public Relate ( Rectangle rectangle ) : SpatialRelation
rectangle Rectangle
리턴 SpatialRelation

Relate() 공개 메소드

public Relate ( Shape other ) : SpatialRelation
other Shape
리턴 SpatialRelation

ToString() 공개 메소드

public ToString ( ) : String
리턴 String