Uses of Class
org.n52.shetland.ogc.ows.OwsOperation
-
Packages that use OwsOperation Package Description org.n52.shetland.ogc.ows -
-
Uses of OwsOperation in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return types with arguments of type OwsOperation Modifier and Type Method Description SortedSet<OwsOperation>OwsOperationsMetadata. getOperations()Methods in org.n52.shetland.ogc.ows with parameters of type OwsOperation Modifier and Type Method Description intOwsOperation. compareTo(OwsOperation o)Method parameters in org.n52.shetland.ogc.ows with type arguments of type OwsOperation Modifier and Type Method Description voidOwsOperationsMetadata. setOperations(Collection<OwsOperation> operations)Constructor parameters in org.n52.shetland.ogc.ows with type arguments of type OwsOperation Constructor Description OwsOperationsMetadata(Collection<OwsOperation> operations, Collection<OwsDomain> parameters, Collection<OwsDomain> constraints, OwsOperationMetadataExtension extension)
-