Package 

Interface Geometry


  • 
    public interface Geometry<T>
    
                        

    An abstraction that represents a Geometry object

    • Method Summary

      Modifier and Type Method Description
      abstract String getGeometryType() Gets the type of geometry
      abstract T getGeometryObject() Gets the stored KML Geometry object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait