Uses of Interface
org.opengis.geometry.Envelope
Package
Description
Access to examples of GeoAPI implementations.
Filters features according their properties.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.geometry
package.-
Uses of Envelope in org.opengis.example
Modifier and TypeMethodDescriptionstatic Envelope
SimpleFactories.createEnvelope
(DirectPosition lowerCorner, DirectPosition upperCorner) Creates a new envelope defined by two direct positions. -
Uses of Envelope in org.opengis.filter
Modifier and TypeMethodDescriptionFilterFactory.bbox
(Expression<R, ? extends G> geometry, Envelope bounds) Creates an operator that checks if the bounding box of the feature's geometry interacts with the bounding box provided in the filter properties. -
Uses of Envelope in org.opengis.test
-
Uses of Envelope in org.opengis.test.geometry