Uses of Interface
org.opengis.geometry.Geometry
Packages that use Geometry
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
Information about spatial, vertical, and temporal extent.
Extent information.
-
Uses of Geometry in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return GeometryModifier and TypeMethodDescriptionDefaultPlatformPass.getExtent()Returns the area covered by the pass.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type Geometry -
Uses of Geometry in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent that return types with arguments of type GeometryModifier and TypeMethodDescriptionDefaultBoundingPolygon.getPolygons()Returns the sets of points defining the bounding polygon or other geometry.Method parameters in org.apache.sis.metadata.iso.extent with type arguments of type GeometryModifier and TypeMethodDescriptionvoidDefaultBoundingPolygon.setPolygons(Collection<? extends Geometry> newValues) Sets the sets of points defining the resource boundary.Constructors in org.apache.sis.metadata.iso.extent with parameters of type GeometryModifierConstructorDescriptionDefaultBoundingPolygon(Geometry polygon) Creates a bounding polygon initialized to the specified polygon. -
Uses of Geometry in org.opengis.geometry.primitive
Subinterfaces of Geometry in org.opengis.geometry.primitiveModifier and TypeInterfaceDescriptioninterfaceTemporary placeholder for an interface defined in thegeoapi-pendingmodule. -
Uses of Geometry in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return Geometry -
Uses of Geometry in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent that return types with arguments of type GeometryModifier and TypeMethodDescriptionCollection<? extends Geometry> BoundingPolygon.getPolygons()Returns the sets of points defining the bounding polygon.