Polygon
with the given exterior boundary and interior boundaries.
@param shell the outer boundary of the new Polygon
, or null
or an empty LinearRing
if the empty geometry is to be created.
@param holes the inner boundaries of the new Polygon
, or null
or empty LinearRing
s if the empty geometry is to be created.
NOTE: The meaning of exterior in the surface boundary is consistent with the plane of the constructed planar polygon. @param boundary The surface boundary. @throws MismatchedReferenceSystemException If geometric objects given in argument don'tuse compatible {@linkplain CoordinateReferenceSystem coordinate reference system}. @throws MismatchedDimensionException If geometric objects given in argument don't havethe expected dimension.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|