Uses of Interface
net.opengis.ows.x11.OperationDocument.Operation
-
Packages that use OperationDocument.Operation Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of OperationDocument.Operation in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return OperationDocument.Operation Modifier and Type Method Description OperationDocument.OperationOperationDocument. addNewOperation()Appends and returns a new empty "Operation" elementOperationDocument.OperationOperationsMetadataDocument.OperationsMetadata. addNewOperation()Appends and returns a new empty value (as xml) as the last "Operation" elementOperationDocument.OperationOperationDocument. getOperation()Gets the "Operation" elementOperationDocument.Operation[]OperationsMetadataDocument.OperationsMetadata. getOperationArray()Gets array of all "Operation" elementsOperationDocument.OperationOperationsMetadataDocument.OperationsMetadata. getOperationArray(int i)Gets ith "Operation" elementOperationDocument.OperationOperationsMetadataDocument.OperationsMetadata. insertNewOperation(int i)Inserts and returns a new empty value (as xml) as the ith "Operation" elementstatic OperationDocument.OperationOperationDocument.Operation.Factory. newInstance()static OperationDocument.OperationOperationDocument.Operation.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type OperationDocument.Operation Modifier and Type Method Description voidOperationDocument. setOperation(OperationDocument.Operation operation)Sets the "Operation" elementvoidOperationsMetadataDocument.OperationsMetadata. setOperationArray(int i, OperationDocument.Operation operation)Sets ith "Operation" elementvoidOperationsMetadataDocument.OperationsMetadata. setOperationArray(OperationDocument.Operation[] operationArray)Sets array of all "Operation" element -
Uses of OperationDocument.Operation in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement OperationDocument.Operation Modifier and Type Class Description static classOperationDocumentImpl.OperationImplAn XML Operation(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return OperationDocument.Operation Modifier and Type Method Description OperationDocument.OperationOperationDocumentImpl. addNewOperation()Appends and returns a new empty "Operation" elementOperationDocument.OperationOperationsMetadataDocumentImpl.OperationsMetadataImpl. addNewOperation()Appends and returns a new empty value (as xml) as the last "Operation" elementOperationDocument.OperationOperationDocumentImpl. getOperation()Gets the "Operation" elementOperationDocument.Operation[]OperationsMetadataDocumentImpl.OperationsMetadataImpl. getOperationArray()Gets array of all "Operation" elementsOperationDocument.OperationOperationsMetadataDocumentImpl.OperationsMetadataImpl. getOperationArray(int i)Gets ith "Operation" elementOperationDocument.OperationOperationsMetadataDocumentImpl.OperationsMetadataImpl. insertNewOperation(int i)Inserts and returns a new empty value (as xml) as the ith "Operation" elementMethods in net.opengis.ows.x11.impl with parameters of type OperationDocument.Operation Modifier and Type Method Description voidOperationDocumentImpl. setOperation(OperationDocument.Operation operation)Sets the "Operation" elementvoidOperationsMetadataDocumentImpl.OperationsMetadataImpl. setOperationArray(int i, OperationDocument.Operation operation)Sets ith "Operation" elementvoidOperationsMetadataDocumentImpl.OperationsMetadataImpl. setOperationArray(OperationDocument.Operation[] operationArray)Sets array of all "Operation" element
-