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 Modifier and Type Field Description protected List<Format>DataDescriptionType. formatMethods in net.opengis.wps.v_2_0 that return Format Modifier and Type Method Description FormatObjectFactory. createFormat()Create an instance ofFormatFormatFormat. withDefault(boolean value)FormatFormat. withEncoding(String value)FormatFormat. withMaximumMegabytes(BigInteger value)FormatFormat. withMimeType(String value)FormatFormat. withSchema(String value)Methods in net.opengis.wps.v_2_0 that return types with arguments of type Format Modifier and Type Method Description List<Format>DataDescriptionType. getFormat()Gets the value of the format property.Methods in net.opengis.wps.v_2_0 with parameters of type Format Modifier and Type Method Description BoundingBoxDataBoundingBoxData. withFormat(Format... values)ComplexDataTypeComplexDataType. withFormat(Format... values)DataDescriptionTypeDataDescriptionType. withFormat(Format... values)LiteralDataTypeLiteralDataType. withFormat(Format... values)Method parameters in net.opengis.wps.v_2_0 with type arguments of type Format Modifier and Type Method Description voidDataDescriptionType. setFormat(List<Format> value)BoundingBoxDataBoundingBoxData. withFormat(Collection<Format> values)BoundingBoxDataBoundingBoxData. withFormat(List<Format> value)ComplexDataTypeComplexDataType. withFormat(Collection<Format> values)ComplexDataTypeComplexDataType. withFormat(List<Format> value)DataDescriptionTypeDataDescriptionType. withFormat(Collection<Format> values)DataDescriptionTypeDataDescriptionType. withFormat(List<Format> value)LiteralDataTypeLiteralDataType. withFormat(Collection<Format> values)LiteralDataTypeLiteralDataType. withFormat(List<Format> value)Constructor parameters in net.opengis.wps.v_2_0 with type arguments of type Format Constructor Description BoundingBoxData(List<Format> format, List<SupportedCRS> supportedCRS)Fully-initialising value constructorComplexDataType(List<Format> format, List<Object> any)Fully-initialising value constructorDataDescriptionType(List<Format> format)Fully-initialising value constructorLiteralDataType(List<Format> format, List<LiteralDataType.LiteralDataDomain> literalDataDomain)Fully-initialising value constructor
-