Class AbstractFeatureType

java.lang.Object
nl.b3p.topnl.top100nl.AbstractGMLType
nl.b3p.topnl.top100nl.AbstractFeatureType
Direct Known Subclasses:
Top100NlObjectType

public abstract class AbstractFeatureType extends AbstractGMLType
The basic feature model is given by the gml:AbstractFeatureType. The content model for gml:AbstractFeatureType adds two specific properties suitable for geographic features to the content model defined in gml:AbstractGMLType. The value of the gml:boundedBy property describes an envelope that encloses the entire feature instance, and is primarily useful for supporting rapid searching for features that occur in a particular location. The value of the gml:location property describes the extent, position or relative location of the feature.

Java class for AbstractFeatureType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractFeatureType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml/3.2}AbstractGMLType">
       <sequence>
         <element ref="{http://www.opengis.net/gml/3.2}boundedBy" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml/3.2}location" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>