Class GeographicExtent
- java.lang.Object
-
- org.gcube.spatial.data.geonetwork.iso.tpl.extent.GeographicExtent
-
- Direct Known Subclasses:
BoundingBox,BoundingPolygon
public abstract class GeographicExtent extends Object
Abstract base class for geographic extents.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classGeographicExtent.TypeEnumeration of geographic extent types.
-
Constructor Summary
Constructors Constructor Description GeographicExtent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract GeographicExtent.TypegetType()Gets the type of this geographic extent.
-
-
-
Method Detail
-
getType
public abstract GeographicExtent.Type getType()
Gets the type of this geographic extent.- Returns:
- the extent type
-
-