Package nl.b3p.topnl.top10nl
Class AbstractFeatureType
java.lang.Object
nl.b3p.topnl.top10nl.AbstractGMLType
nl.b3p.topnl.top10nl.AbstractFeatureType
- Direct Known Subclasses:
Top10NlObjectType
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>
-
Field Summary
Fields inherited from class nl.b3p.topnl.top10nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the boundedBy property.Gets the value of the location property.void
setBoundedBy
(BoundingShapeType value) Sets the value of the boundedBy property.void
setLocation
(LocationPropertyType value) Sets the value of the location property.Methods inherited from class nl.b3p.topnl.top10nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
boundedBy
-
location
-
-
Constructor Details
-
AbstractFeatureType
public AbstractFeatureType()
-
-
Method Details
-
getBoundedBy
Gets the value of the boundedBy property.- Returns:
- possible object is
BoundingShapeType
-
setBoundedBy
Sets the value of the boundedBy property.- Parameters:
value
- allowed object isBoundingShapeType
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
LocationPropertyType
-
setLocation
Sets the value of the location property.- Parameters:
value
- allowed object isLocationPropertyType
-