Uses of Interface
org.opengis.geometry.Envelope
-
Packages that use Envelope Package Description org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.geometry Validators and test suites for theorg.opengis.geometry
package. -
-
Uses of Envelope in org.opengis.test
Methods in org.opengis.test with parameters of type Envelope Modifier and Type Method Description void
ValidatorContainer. validate(Envelope object)
Tests the conformance of the given object.static void
Validators. validate(Envelope object)
Tests the conformance of the given object. -
Uses of Envelope in org.opengis.test.geometry
Methods in org.opengis.test.geometry with parameters of type Envelope Modifier and Type Method Description void
GeometryValidator. validate(Envelope object)
Validates the given envelope.
-