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, setInclusion
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
getInclusion
public BoundingPolygonImpl()
public BoundingPolygonImpl(BoundingPolygon source)
public BoundingPolygonImpl(Collection<Geometry> polygons)
public Collection<Geometry> getPolygons()
getPolygons
in interface BoundingPolygon
public void setPolygons(Collection<? extends Geometry> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.