메소드 | 설명 | |
---|---|---|
Clone ( ) : |
Return a copy of this geometry
|
|
Contains ( System.Point point ) : bool | ||
Distance ( System.Point point ) : double |
Returns the shortest distance between any two points in the two geometries as calculated in the spatial reference system of this Geometry.
|
|
Equals ( |
Determines if this Polygon and the specified Polygon object has the same values
|
|
GetBoundingBox ( ) : BoundingBox |
Returns the bounding box of the object
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
|
|
InteriorRing ( int n ) : |
Returns the Nth interior ring for this Polygon as a LineString This method is supplied as part of the OpenGIS Simple Features Specification |
|
IsEmpty ( ) : bool |
If true, then this Geometry represents the empty point set, Ø, for the coordinate space.
|
|
Polygon ( ) : System |
Instatiates a polygon
|
|
Polygon ( |
Instatiates a polygon based on one extorier ring.
|
|
Polygon ( |
Instatiates a polygon based on one extorier ring and a collection of interior rings.
|
public Polygon ( |
||
exteriorRing | Exterior ring | |
리턴 | System |
public Polygon ( |
||
exteriorRing | Exterior ring | |
interiorRings | IList |
Interior rings |
리턴 | System |