public class GeometryCollection extends Geometry
Constructor and Description |
---|
GeometryCollection() |
GeometryCollection(GeometryCollection other) |
GeometryCollection(long SRID,
List<Geometry> geometries) |
Modifier and Type | Method and Description |
---|---|
List<Geometry> |
getGeometries() |
GeometryCollection |
setGeometries(List<Geometry> geometries) |
public GeometryCollection()
public GeometryCollection(GeometryCollection other)
public GeometryCollection setGeometries(List<Geometry> geometries)
Copyright © 2021 Eclipse. All rights reserved.