Uses of Class
org.n52.shetland.ogc.ows.OwsCode
-
-
Uses of OwsCode in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return OwsCode Modifier and Type Method Description OwsCodeOwsServiceIdentification. getServiceType()Methods in org.n52.shetland.ogc.ows that return types with arguments of type OwsCode Modifier and Type Method Description Optional<OwsCode>OwsBasicIdentification. getIdentifier()Optional<OwsCode>OwsResponsibleParty. getRole()Optional<OwsCode>OwsKeyword. getType()Methods in org.n52.shetland.ogc.ows with parameters of type OwsCode Modifier and Type Method Description intOwsCode. compareTo(OwsCode o)voidOwsServiceIdentification. setServiceType(OwsCode serviceType)Constructors in org.n52.shetland.ogc.ows with parameters of type OwsCode Constructor Description OwsBasicIdentification(OwsCode identifier, MultilingualString title, MultilingualString abstrakt, Set<OwsKeyword> keywords)OwsKeyword(String keyword, OwsCode type)OwsKeyword(OwsLanguageString keyword, OwsCode type)OwsResponsibleParty(String individualName, String organisationName, String positionName, OwsContact contactInfo, OwsCode role)OwsServiceIdentification(OwsCode serviceType, Set<String> serviceTypeVersion, Set<URI> profiles, Set<String> fees, Set<String> accessConstraints, MultilingualString title, MultilingualString abstrakt, Set<OwsKeyword> keywords) -
Uses of OwsCode in org.n52.shetland.ogc.wps
Methods in org.n52.shetland.ogc.wps that return OwsCode Modifier and Type Method Description OwsCodeOutputDefinition. getId()Methods in org.n52.shetland.ogc.wps that return types with arguments of type OwsCode Modifier and Type Method Description Map<OwsCode,OutputDefinition>OutputDefinition. getOutputsById()static Map<OwsCode,OutputDefinition>OutputDefinition. getOutputsById(List<OutputDefinition> outputs)Methods in org.n52.shetland.ogc.wps with parameters of type OwsCode Modifier and Type Method Description voidOutputDefinition. setId(OwsCode identifier)Constructors in org.n52.shetland.ogc.wps with parameters of type OwsCode Constructor Description OutputDefinition(OwsCode id)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 OwsCode in org.n52.shetland.ogc.wps.data
Methods in org.n52.shetland.ogc.wps.data that return OwsCode Modifier and Type Method Description OwsCodeProcessData. getId()Methods in org.n52.shetland.ogc.wps.data with parameters of type OwsCode Modifier and Type Method Description voidProcessData. setId(OwsCode id)Constructors in org.n52.shetland.ogc.wps.data with parameters of type OwsCode Constructor Description FormattedProcessData(OwsCode id)FormattedProcessData(OwsCode id, Format format)GroupProcessData(OwsCode id)GroupProcessData(OwsCode id, List<ProcessData> elements)ProcessData(OwsCode id)ReferenceProcessData(OwsCode id)ReferenceProcessData(OwsCode id, Format format)ReferenceProcessData(OwsCode id, Format format, URI uri)ReferenceProcessData(OwsCode id, Format format, URI uri, Body body)ValueProcessData(OwsCode id)ValueProcessData(OwsCode id, Format format) -
Uses of OwsCode in org.n52.shetland.ogc.wps.data.impl
Constructors in org.n52.shetland.ogc.wps.data.impl with parameters of type OwsCode Constructor Description FileBasedProcessData(OwsCode id, Format format, Path path)InMemoryValueProcessData(OwsCode id, byte[] bytes)InMemoryValueProcessData(OwsCode id, Format format, byte[] bytes)StringValueProcessData(OwsCode id, String string)StringValueProcessData(OwsCode id, Format format, String string) -
Uses of OwsCode in org.n52.shetland.ogc.wps.description
Methods in org.n52.shetland.ogc.wps.description that return OwsCode Modifier and Type Method Description OwsCodeDescription. getId()Methods in org.n52.shetland.ogc.wps.description that return types with arguments of type OwsCode Modifier and Type Method Description Set<OwsCode>ProcessInputDescriptionContainer. getInputs()Set<OwsCode>ProcessOutputDescriptionContainer. getOutputs()Methods in org.n52.shetland.ogc.wps.description with parameters of type OwsCode Modifier and Type Method Description ProcessInputDescriptionProcessInputDescriptionContainer. getInput(OwsCode id)ProcessOutputDescriptionProcessOutputDescriptionContainer. getOutput(OwsCode id)BDescription.Builder. withIdentifier(OwsCode id) -
Uses of OwsCode in org.n52.shetland.ogc.wps.description.impl
Methods in org.n52.shetland.ogc.wps.description.impl that return OwsCode Modifier and Type Method Description OwsCodeAbstractDescription.AbstractBuilder. getId()OwsCodeAbstractDescription. getId()Methods in org.n52.shetland.ogc.wps.description.impl that return types with arguments of type OwsCode Modifier and Type Method Description Set<OwsCode>GroupInputDescriptionImpl. getInputs()Set<OwsCode>ProcessDescriptionImpl. getInputs()Set<OwsCode>GroupOutputDescriptionImpl. getOutputs()Set<OwsCode>ProcessDescriptionImpl. getOutputs()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type OwsCode Modifier and Type Method Description ProcessInputDescriptionGroupInputDescriptionImpl. getInput(OwsCode id)ProcessInputDescriptionProcessDescriptionImpl. getInput(OwsCode id)ProcessOutputDescriptionGroupOutputDescriptionImpl. getOutput(OwsCode id)ProcessOutputDescriptionProcessDescriptionImpl. getOutput(OwsCode id)BAbstractDescription.AbstractBuilder. withIdentifier(OwsCode id) -
Uses of OwsCode in org.n52.shetland.ogc.wps.request
Methods in org.n52.shetland.ogc.wps.request that return OwsCode Modifier and Type Method Description OwsCodeExecuteRequest. getId()Methods in org.n52.shetland.ogc.wps.request that return types with arguments of type OwsCode Modifier and Type Method Description List<OwsCode>DescribeProcessRequest. getProcessIdentifier()Methods in org.n52.shetland.ogc.wps.request with parameters of type OwsCode Modifier and Type Method Description voidDescribeProcessRequest. addProcessIdentifier(OwsCode identifier)voidExecuteRequest. setId(OwsCode id)
-