Uses of Interface
net.opengis.ogc.FIDDocument.FID
-
Packages that use FIDDocument.FID Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of FIDDocument.FID in net.opengis.ogc
Methods in net.opengis.ogc that return FIDDocument.FID Modifier and Type Method Description FIDDocument.FIDFIDDocument. addNewFID()Appends and returns a new empty "FID" elementFIDDocument.FIDIdCapabilitiesType. addNewFID()Appends and returns a new empty value (as xml) as the last "FID" elementFIDDocument.FIDFIDDocument. getFID()Gets the "FID" elementFIDDocument.FID[]IdCapabilitiesType. getFIDArray()Gets array of all "FID" elementsFIDDocument.FIDIdCapabilitiesType. getFIDArray(int i)Gets ith "FID" elementFIDDocument.FIDIdCapabilitiesType. insertNewFID(int i)Inserts and returns a new empty value (as xml) as the ith "FID" elementstatic FIDDocument.FIDFIDDocument.FID.Factory. newInstance()static FIDDocument.FIDFIDDocument.FID.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type FIDDocument.FID Modifier and Type Method Description voidFIDDocument. setFID(FIDDocument.FID fid)Sets the "FID" elementvoidIdCapabilitiesType. setFIDArray(int i, FIDDocument.FID fid)Sets ith "FID" elementvoidIdCapabilitiesType. setFIDArray(FIDDocument.FID[] fidArray)Sets array of all "FID" element -
Uses of FIDDocument.FID in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement FIDDocument.FID Modifier and Type Class Description static classFIDDocumentImpl.FIDImplAn XML FID(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return FIDDocument.FID Modifier and Type Method Description FIDDocument.FIDFIDDocumentImpl. addNewFID()Appends and returns a new empty "FID" elementFIDDocument.FIDIdCapabilitiesTypeImpl. addNewFID()Appends and returns a new empty value (as xml) as the last "FID" elementFIDDocument.FIDFIDDocumentImpl. getFID()Gets the "FID" elementFIDDocument.FID[]IdCapabilitiesTypeImpl. getFIDArray()Gets array of all "FID" elementsFIDDocument.FIDIdCapabilitiesTypeImpl. getFIDArray(int i)Gets ith "FID" elementFIDDocument.FIDIdCapabilitiesTypeImpl. insertNewFID(int i)Inserts and returns a new empty value (as xml) as the ith "FID" elementMethods in net.opengis.ogc.impl with parameters of type FIDDocument.FID Modifier and Type Method Description voidFIDDocumentImpl. setFID(FIDDocument.FID fid)Sets the "FID" elementvoidIdCapabilitiesTypeImpl. setFIDArray(int i, FIDDocument.FID fid)Sets ith "FID" elementvoidIdCapabilitiesTypeImpl. setFIDArray(FIDDocument.FID[] fidArray)Sets array of all "FID" element
-