public class BoundingPolygonImpl extends GeographicExtentImpl implements BoundingPolygon
LOGGER| Constructor and Description |
|---|
BoundingPolygonImpl()
Constructs an initially empty bounding polygon.
|
BoundingPolygonImpl(BoundingPolygon source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
BoundingPolygonImpl(Collection<Geometry> polygons)
Creates a bounding polygon initialized to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Geometry> |
getPolygons()
Returns the sets of points defining the bounding polygon.
|
void |
setPolygons(Collection<? extends Geometry> newValues)
Set the sets of points defining the bounding polygon.
|
getInclusion, setInclusionensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringgetInclusionpublic BoundingPolygonImpl()
public BoundingPolygonImpl(BoundingPolygon source)
public BoundingPolygonImpl(Collection<Geometry> polygons)
public Collection<Geometry> getPolygons()
getPolygons in interface BoundingPolygonpublic void setPolygons(Collection<? extends Geometry> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.