-
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public interface Geometry
Common interface for all legacy Geometry types, bridging to the new data layer.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetGeometryType()abstract ObjectgetGeometryObject()-
-
Method Detail
-
getGeometryType
abstract String getGeometryType()
-
getGeometryObject
abstract Object getGeometryObject()
-
-
-
-