ConnectedElementPointFilter

Extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list

Version

1.7

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def getCoordinates(geom: Geometry): ArrayList[Coordinate]

Returns a list containing a Coordinate from each Polygon, LineString, and Point found inside the specified geometry. Thus, if the specified geometry is not a GeometryCollection, an empty list will be returned.

Returns a list containing a Coordinate from each Polygon, LineString, and Point found inside the specified geometry. Thus, if the specified geometry is not a GeometryCollection, an empty list will be returned.