Uses of Class
org.n52.shetland.ogc.wps.Format
-
Packages that use Format Package Description org.n52.shetland.ogc.wps org.n52.shetland.ogc.wps.data org.n52.shetland.ogc.wps.data.impl org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of Format in org.n52.shetland.ogc.wps
Fields in org.n52.shetland.ogc.wps declared as Format Modifier and Type Field Description static FormatFormat. APPLICATION_XMLstatic FormatFormat. TEXT_PLAINstatic FormatFormat. TEXT_XMLMethods in org.n52.shetland.ogc.wps that return Format Modifier and Type Method Description static FormatFormat. empty()FormatOutputDefinition. getFormat()FormatFormat. withBase64Encoding()FormatFormat. withEncoding(String encoding)FormatFormat. withEncoding(Charset encoding)FormatFormat. withMimeType(String mimeType)FormatFormat. withoutEncoding()FormatFormat. withoutMimeType()FormatFormat. withoutSchema()FormatFormat. withSchema(String schema)FormatFormat. withUTF8Encoding()Methods in org.n52.shetland.ogc.wps that return types with arguments of type Format Modifier and Type Method Description static Comparator<Format>Format. comparator()Predicate<Format>Format. matchingEncoding()Predicate<Format>Format. matchingMimeType()Predicate<Format>Format. matchingSchema()Set<Format>Format. withAnyCharset()Methods in org.n52.shetland.ogc.wps with parameters of type Format Modifier and Type Method Description intFormat. compareTo(Format that)booleanFormat. hasEncoding(Format other)booleanFormat. hasMimeType(Format other)booleanFormat. hasSchema(Format other)booleanFormat. isCompatible(Format that)booleanFormat. matchesEncoding(Format other)booleanFormat. matchesMimeType(Format other)booleanFormat. matchesSchema(Format other)voidOutputDefinition. setFormat(Format format)Constructors in org.n52.shetland.ogc.wps with parameters of type Format Constructor Description OutputDefinition(OwsCode id, Format format)OutputDefinition(OwsCode id, Format format, List<OutputDefinition> outputs)OutputDefinition(OwsCode id, Format format, DataTransmissionMode dataTransmissionMode)OutputDefinition(OwsCode id, Format format, DataTransmissionMode dataTransmissionMode, List<OutputDefinition> outputs) -
Uses of Format in org.n52.shetland.ogc.wps.data
Methods in org.n52.shetland.ogc.wps.data that return Format Modifier and Type Method Description FormatFormattedProcessData. getFormat()Methods in org.n52.shetland.ogc.wps.data with parameters of type Format Modifier and Type Method Description voidFormattedProcessData. setFormat(Format format)Constructors in org.n52.shetland.ogc.wps.data with parameters of type Format Constructor Description FormattedProcessData(OwsCode id, Format format)ReferenceProcessData(OwsCode id, Format format)ReferenceProcessData(OwsCode id, Format format, URI uri)ReferenceProcessData(OwsCode id, Format format, URI uri, Body body)ValueProcessData(OwsCode id, Format format) -
Uses of Format in org.n52.shetland.ogc.wps.data.impl
Constructors in org.n52.shetland.ogc.wps.data.impl with parameters of type Format Constructor Description FileBasedProcessData(OwsCode id, Format format, Path path)InMemoryValueProcessData(OwsCode id, Format format, byte[] bytes)StringValueProcessData(OwsCode id, Format format, String string) -
Uses of Format in org.n52.shetland.ogc.wps.description
Methods in org.n52.shetland.ogc.wps.description that return Format Modifier and Type Method Description FormatComplexDescription. getDefaultFormat()Methods in org.n52.shetland.ogc.wps.description that return types with arguments of type Format Modifier and Type Method Description Set<Format>ComplexDescription. getSupportedFormats()Methods in org.n52.shetland.ogc.wps.description with parameters of type Format Modifier and Type Method Description BComplexDescription.Builder. withDefaultFormat(Format format)BComplexDescription.Builder. withSupportedFormat(Format format)default BComplexDescription.Builder. withSupportedFormat(Format... formats)Method parameters in org.n52.shetland.ogc.wps.description with type arguments of type Format Modifier and Type Method Description default BComplexDescription.Builder. withSupportedFormat(Iterable<Format> formats) -
Uses of Format in org.n52.shetland.ogc.wps.description.impl
Methods in org.n52.shetland.ogc.wps.description.impl that return Format Modifier and Type Method Description FormatComplexInputDescriptionImpl.AbstractBuilder. getDefaultFormat()FormatComplexInputDescriptionImpl. getDefaultFormat()FormatComplexOutputDescriptionImpl.AbstractBuilder. getDefaultFormat()FormatComplexOutputDescriptionImpl. getDefaultFormat()Methods in org.n52.shetland.ogc.wps.description.impl that return types with arguments of type Format Modifier and Type Method Description Set<Format>ComplexInputDescriptionImpl.AbstractBuilder. getSupportedFormats()Set<Format>ComplexInputDescriptionImpl. getSupportedFormats()Set<Format>ComplexOutputDescriptionImpl.AbstractBuilder. getSupportedFormats()Set<Format>ComplexOutputDescriptionImpl. getSupportedFormats()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type Format Modifier and Type Method Description BComplexInputDescriptionImpl.AbstractBuilder. withDefaultFormat(Format format)BComplexOutputDescriptionImpl.AbstractBuilder. withDefaultFormat(Format format)BComplexInputDescriptionImpl.AbstractBuilder. withSupportedFormat(Format format)BComplexOutputDescriptionImpl.AbstractBuilder. withSupportedFormat(Format format)
-