Class AbstractFeatureMemberType

java.lang.Object
nl.b3p.topnl.top50nl.AbstractFeatureMemberType
Direct Known Subclasses:
FeatureMemberType

public abstract class AbstractFeatureMemberType extends Object
To create a collection of GML features, a property type shall be derived by extension from gml:AbstractFeatureMemberType. By default, this abstract property type does not imply any ownership of the features in the collection. The owns attribute of gml:OwnershipAttributeGroup may be used on a property element instance to assert ownership of a feature in the collection. A collection shall not own a feature already owned by another object.

Java class for AbstractFeatureMemberType complex type.

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

 <complexType name="AbstractFeatureMemberType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AbstractFeatureMemberType

      public AbstractFeatureMemberType()
  • Method Details

    • isOwns

      public boolean isOwns()
      Gets the value of the owns property.
      Returns:
      possible object is Boolean
    • setOwns

      public void setOwns(Boolean value)
      Sets the value of the owns property.
      Parameters:
      value - allowed object is Boolean