C# Class 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.
Inheritance: Shape
Afficher le fichier Open project: synhershko/Spatial4n Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetArea() public méthode

public GetArea ( SpatialContext ctx ) : double
ctx Spatial4n.Core.Context.SpatialContext
Résultat double

GetBoundingBox() public méthode

public GetBoundingBox ( ) : Rectangle
Résultat Rectangle

GetCenter() public méthode

public GetCenter ( ) : Point
Résultat Point

GetGeom() public méthode

public GetGeom ( ) : IGeometry
Résultat IGeometry

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HasArea() public méthode

public HasArea ( ) : bool
Résultat bool

IntersectionMatrixToSpatialRelation() public static méthode

public static IntersectionMatrixToSpatialRelation ( GeoAPI.Geometries.IntersectionMatrix matrix ) : SpatialRelation
matrix GeoAPI.Geometries.IntersectionMatrix
Résultat SpatialRelation

NtsGeometry() public méthode

public NtsGeometry ( IGeometry geom, NtsSpatialContext ctx, bool dateline180Check ) : System
geom IGeometry
ctx Spatial4n.Core.Context.Nts.NtsSpatialContext
dateline180Check bool
Résultat System

Relate() public méthode

public Relate ( Circle circle, SpatialContext ctx ) : SpatialRelation
circle Circle
ctx Spatial4n.Core.Context.SpatialContext
Résultat SpatialRelation

Relate() public méthode

public Relate ( NtsGeometry jtsGeometry ) : SpatialRelation
jtsGeometry NtsGeometry
Résultat SpatialRelation

Relate() public méthode

public Relate ( Point pt ) : SpatialRelation
pt Point
Résultat SpatialRelation

Relate() public méthode

public Relate ( Rectangle rectangle ) : SpatialRelation
rectangle Rectangle
Résultat SpatialRelation

Relate() public méthode

public Relate ( Shape other ) : SpatialRelation
other Shape
Résultat SpatialRelation

ToString() public méthode

public ToString ( ) : String
Résultat String