public interface IdCapabilities
<xsd:complexType name="Id_CapabilitiesType"> <xsd:choice maxOccurs="unbounded"> <xsd:element ref="ogc:EID"/> <xsd:element ref="ogc:FID"/> </xsd:choice> </xsd:complexType> <xsd:element name="EID"> <xsd:complexType/> </xsd:element> <xsd:element name="FID"> <xsd:complexType/> </xsd:element>
Modifier and Type | Method and Description |
---|---|
boolean |
hasEID()
Indicates if the capabilities support EID.
|
boolean |
hasFID()
Indicates if the capabilities support FID.
|
Copyright © 1996–2023 Geotools. All rights reserved.