Geometry
representing the points shared by this Geometry
and other
. {@link GeometryCollection}s support intersection with homogeneous collection types, with the semantics that the result is a {@link GeometryCollection} of theintersection of each element of the target with the argument.
@param other the Geometry
with which to compute the intersection
@return the points common to the two Geometry
s
@throws TopologyException if a robustness error occurs
@throws IllegalArgumentException if the argument is a non-empty GeometryCollection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|