Uses of Class
net.opengis.wps.v_2_0.Format

Uses of Format in net.opengis.wps.v_2_0
 

Fields in net.opengis.wps.v_2_0 with type parameters of type Format
protected  List<Format> DataDescriptionType.format
           
 

Methods in net.opengis.wps.v_2_0 that return Format
 Format ObjectFactory.createFormat()
          Create an instance of Format
 Format Format.withDefault(Boolean value)
           
 Format Format.withEncoding(String value)
           
 Format Format.withMaximumMegabytes(BigInteger value)
           
 Format Format.withMimeType(String value)
           
 Format Format.withSchema(String value)
           
 

Methods in net.opengis.wps.v_2_0 that return types with arguments of type Format
 List<Format> DataDescriptionType.getFormat()
          Gets the value of the format property.
 

Methods in net.opengis.wps.v_2_0 with parameters of type Format
 LiteralDataType LiteralDataType.withFormat(Format... values)
           
 DataDescriptionType DataDescriptionType.withFormat(Format... values)
           
 ComplexDataType ComplexDataType.withFormat(Format... values)
           
 BoundingBoxData BoundingBoxData.withFormat(Format... values)
           
 

Method parameters in net.opengis.wps.v_2_0 with type arguments of type Format
 void DataDescriptionType.setFormat(List<Format> value)
           
 LiteralDataType LiteralDataType.withFormat(Collection<Format> values)
           
 DataDescriptionType DataDescriptionType.withFormat(Collection<Format> values)
           
 ComplexDataType ComplexDataType.withFormat(Collection<Format> values)
           
 BoundingBoxData BoundingBoxData.withFormat(Collection<Format> values)
           
 LiteralDataType LiteralDataType.withFormat(List<Format> value)
           
 DataDescriptionType DataDescriptionType.withFormat(List<Format> value)
           
 ComplexDataType ComplexDataType.withFormat(List<Format> value)
           
 BoundingBoxData BoundingBoxData.withFormat(List<Format> value)
           
 



Copyright © 2008-2015. All Rights Reserved.