Uses of Interface
org.opengis.geometry.Geometry
-
Packages that use Geometry Package Description org.opengis.geometry.primitive org.opengis.metadata.acquisition org.opengis.metadata.extent Extent information. -
-
Uses of Geometry in org.opengis.geometry.primitive
Subinterfaces of Geometry in org.opengis.geometry.primitive Modifier and Type Interface Description interface
Point
Temporary placeholder for an interface defined in thegeoapi-pending
module. -
Uses of Geometry in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return Geometry Modifier and Type Method Description Geometry
PlatformPass. getExtent()
Area covered by the pass. -
Uses of Geometry in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent that return types with arguments of type Geometry Modifier and Type Method Description java.util.Collection<? extends Geometry>
BoundingPolygon. getPolygons()
Returns the sets of points defining the bounding polygon.
-