Class PlacemarkTypeBinding

  • All Implemented Interfaces:
    Binding, ComplexBinding

    public class PlacemarkTypeBinding
    extends AbstractComplexBinding
    Binding object for the type http://earth.google.com/kml/2.1:PlacemarkType.

             
      <complexType final="#all" name="PlacemarkType">
          <complexContent>
              <extension base="kml:FeatureType">
                  <sequence>
                      <element minOccurs="0" ref="kml:Geometry"/>
                  </sequence>
              </extension>
          </complexContent>
      </complexType>