Uses of Interface
org.opengis.geometry.Envelope
Packages that use 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
Methods in org.opengis.example that return EnvelopeModifier 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
Methods in org.opengis.filter with parameters of type EnvelopeModifier 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
Methods in org.opengis.test with parameters of type Envelope -
Uses of Envelope in org.opengis.test.geometry
Methods in org.opengis.test.geometry with parameters of type Envelope