|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdCapabilities
Capabilities used to convey supported id operators.
<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>
Method Summary | |
---|---|
boolean |
hasEID()
Indicates if the capabilities support EID. |
boolean |
hasFID()
Indicates if the capabilities support FID. |
Method Detail |
---|
boolean hasEID()
boolean hasFID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |