Class GeometryType

java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.GeometryType
Direct Known Subclasses:
LinearRingType, LineStringType, ModelType, MultiGeometryType, PointType, PolygonType

public abstract class GeometryType extends ObjectType
<p>Java class for GeometryType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="GeometryType"> <complexContent> <extension base="{http://earth.google.com/kml/2.1}ObjectType"> </extension> </complexContent> </complexType> }</pre>
  • Constructor Details

    • GeometryType

      public GeometryType()