Uses of Class
org.gcube.spatial.data.geonetwork.iso.tpl.extent.GeographicExtent.Type
-
Packages that use GeographicExtent.Type Package Description org.gcube.spatial.data.geonetwork.iso.tpl.extent -
-
Uses of GeographicExtent.Type in org.gcube.spatial.data.geonetwork.iso.tpl.extent
Methods in org.gcube.spatial.data.geonetwork.iso.tpl.extent that return GeographicExtent.Type Modifier and Type Method Description GeographicExtent.TypeBoundingBox. getType()GeographicExtent.TypeBoundingPolygon. getType()abstract GeographicExtent.TypeGeographicExtent. getType()Gets the type of this geographic extent.static GeographicExtent.TypeGeographicExtent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GeographicExtent.Type[]GeographicExtent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-