Uses of Class
net.opengis.ows.v_2_0.Operation

Uses of Operation in net.opengis.ows.v_2_0
 

Fields in net.opengis.ows.v_2_0 with type parameters of type Operation
protected  List<Operation> OperationsMetadata.operation
           
 

Methods in net.opengis.ows.v_2_0 that return Operation
 Operation ObjectFactory.createOperation()
          Create an instance of Operation
 Operation Operation.withConstraint(Collection<DomainType> values)
           
 Operation Operation.withConstraint(DomainType... values)
           
 Operation Operation.withConstraint(List<DomainType> value)
           
 Operation Operation.withDCP(Collection<DCP> values)
           
 Operation Operation.withDCP(DCP... values)
           
 Operation Operation.withDCP(List<DCP> value)
           
 Operation Operation.withMetadata(Collection<JAXBElement<? extends MetadataType>> values)
           
 Operation Operation.withMetadata(JAXBElement<? extends MetadataType>... values)
           
 Operation Operation.withMetadata(List<JAXBElement<? extends MetadataType>> value)
           
 Operation Operation.withName(String value)
           
 Operation Operation.withParameter(Collection<DomainType> values)
           
 Operation Operation.withParameter(DomainType... values)
           
 Operation Operation.withParameter(List<DomainType> value)
           
 

Methods in net.opengis.ows.v_2_0 that return types with arguments of type Operation
 List<Operation> OperationsMetadata.getOperation()
          Metadata for unordered list of all the (requests for) operations that this server interface implements.
 

Methods in net.opengis.ows.v_2_0 with parameters of type Operation
 OperationsMetadata OperationsMetadata.withOperation(Operation... values)
           
 

Method parameters in net.opengis.ows.v_2_0 with type arguments of type Operation
 void OperationsMetadata.setOperation(List<Operation> value)
           
 OperationsMetadata OperationsMetadata.withOperation(Collection<Operation> values)
           
 OperationsMetadata OperationsMetadata.withOperation(List<Operation> value)
           
 



Copyright © 2008-2014 Highsource. All Rights Reserved.