-
public interface Geometry<T>An abstraction that represents a Geometry object
-
-
Method Summary
Modifier and Type Method Description abstract StringgetGeometryType()Gets the type of geometry abstract TgetGeometryObject()Gets the stored KML Geometry object -
-
Method Detail
-
getGeometryType
abstract String getGeometryType()
Gets the type of geometry
-
getGeometryObject
abstract T getGeometryObject()
Gets the stored KML Geometry object
-
-
-
-