
public abstract class AbstractFeatureType extends AbstractGMLType
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>
| Modifier and Type | Field and Description |
|---|---|
protected BoundingShapeType |
boundedBy |
protected LocationPropertyType |
location |
description, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
AbstractFeatureType() |
| Modifier and Type | Method and Description |
|---|---|
BoundingShapeType |
getBoundedBy()
Gets the value of the boundedBy property.
|
LocationPropertyType |
getLocation()
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.
|
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierprotected BoundingShapeType boundedBy
protected LocationPropertyType location
public BoundingShapeType getBoundedBy()
BoundingShapeTypepublic void setBoundedBy(BoundingShapeType value)
value - allowed object is
BoundingShapeTypepublic LocationPropertyType getLocation()
LocationPropertyTypepublic void setLocation(LocationPropertyType value)
value - allowed object is
LocationPropertyTypeCopyright © 2014–2018 B3Partners B.V.. All rights reserved.