Class BoundingPolygon
- java.lang.Object
-
- org.gcube.spatial.data.geonetwork.iso.tpl.extent.GeographicExtent
-
- org.gcube.spatial.data.geonetwork.iso.tpl.extent.BoundingPolygon
-
public class BoundingPolygon extends GeographicExtent
Represents a geographic extent defined by a polygon.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gcube.spatial.data.geonetwork.iso.tpl.extent.GeographicExtent
GeographicExtent.Type
-
-
Constructor Summary
Constructors Constructor Description BoundingPolygon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeographicExtent.TypegetType()Gets the type of this geographic extent.
-
-
-
Method Detail
-
getType
public GeographicExtent.Type getType()
Description copied from class:GeographicExtentGets the type of this geographic extent.- Specified by:
getTypein classGeographicExtent- Returns:
- the extent type
-
-