Method | Description | |
---|---|---|
Equals ( Object o ) : bool | ||
GetArea ( |
||
GetBoundingBox ( ) : Rectangle | ||
GetCenter ( ) : Point | ||
GetGeom ( ) : IGeometry | ||
GetHashCode ( ) : int | ||
HasArea ( ) : bool | ||
IntersectionMatrixToSpatialRelation ( GeoAPI.Geometries.IntersectionMatrix matrix ) : SpatialRelation | ||
NtsGeometry ( IGeometry geom, |
||
Relate ( Circle circle, |
||
Relate ( |
||
Relate ( Point pt ) : SpatialRelation | ||
Relate ( Rectangle rectangle ) : SpatialRelation | ||
Relate ( Shape other ) : SpatialRelation | ||
ToString ( ) : String |
Method | 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 |
public GetArea ( |
||
ctx | ||
return | double |
public static IntersectionMatrixToSpatialRelation ( GeoAPI.Geometries.IntersectionMatrix matrix ) : SpatialRelation | ||
matrix | GeoAPI.Geometries.IntersectionMatrix | |
return | SpatialRelation |
public NtsGeometry ( IGeometry geom, |
||
geom | IGeometry | |
ctx | ||
dateline180Check | bool | |
return | System |
public Relate ( Circle circle, |
||
circle | Circle | |
ctx | ||
return | SpatialRelation |
public Relate ( |
||
jtsGeometry | ||
return | SpatialRelation |
public Relate ( Rectangle rectangle ) : SpatialRelation | ||
rectangle | Rectangle | |
return | SpatialRelation |
public Relate ( Shape other ) : SpatialRelation | ||
other | Shape | |
return | SpatialRelation |