Uses of Class
org.n52.shetland.ogc.ows.OwsDomain
-
Packages that use OwsDomain Package Description org.n52.shetland.ogc.filter org.n52.shetland.ogc.ows -
-
Uses of OwsDomain in org.n52.shetland.ogc.filter
Methods in org.n52.shetland.ogc.filter that return types with arguments of type OwsDomain Modifier and Type Method Description Collection<OwsDomain>FilterCapabilities. getConformance()Methods in org.n52.shetland.ogc.filter with parameters of type OwsDomain Modifier and Type Method Description voidFilterCapabilities. addConformance(OwsDomain domainType)Method parameters in org.n52.shetland.ogc.filter with type arguments of type OwsDomain Modifier and Type Method Description voidFilterCapabilities. addConformance(Collection<OwsDomain> domainTypes)voidFilterCapabilities. setConformance(Collection<OwsDomain> domainTypes) -
Uses of OwsDomain in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return types with arguments of type OwsDomain Modifier and Type Method Description SortedSet<OwsDomain>OwsOperation. getConstraints()SortedSet<OwsDomain>OwsOperationsMetadata. getConstraints()SortedSet<OwsDomain>OwsRequestMethod. getConstraints()SortedSet<OwsDomain>OwsOperation. getParameters()SortedSet<OwsDomain>OwsOperationsMetadata. getParameters()Methods in org.n52.shetland.ogc.ows with parameters of type OwsDomain Modifier and Type Method Description voidOwsOperation. addConstraint(OwsDomain constraint)voidOwsOperation. addParameter(OwsDomain parameter)intOwsDomain. compareTo(OwsDomain o)Method parameters in org.n52.shetland.ogc.ows with type arguments of type OwsDomain Modifier and Type Method Description voidOwsOperation. setConstraints(Collection<OwsDomain> constraints)voidOwsOperationsMetadata. setConstraints(Collection<OwsDomain> constraints)voidOwsOperation. setParameters(Collection<OwsDomain> parameters)voidOwsOperationsMetadata. setParameters(Collection<OwsDomain> parameters)Constructor parameters in org.n52.shetland.ogc.ows with type arguments of type OwsDomain Constructor Description OwsOperation(String name, Collection<OwsDomain> parameters, Collection<OwsDomain> constraints, Collection<OwsMetadata> metadata, Collection<OwsDCP> dcp)OwsRequestMethod(URI href, String httpMethod, Collection<OwsDomain> constraints)OwsRequestMethod(URI href, Collection<OwsDomain> constraints, String httpMethod, URI role, URI arcrole, String title, Show show, Actuate actuate)
-