public class FeatureIdType extends AbstractIdType
Java class for FeatureIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureIdType">
<complexContent>
<extension base="{http://www.opengis.net/ogc}AbstractIdType">
<attribute name="fid" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FeatureIdType()
Default no-arg constructor
|
FeatureIdType(String fid)
Fully-initialising value constructor
|
Copyright © 2015. All rights reserved.