Uses of Class
org.n52.shetland.ogc.ows.OwsKeyword
-
Packages that use OwsKeyword Package Description org.n52.shetland.ogc.ows org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of OwsKeyword in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return types with arguments of type OwsKeyword Modifier and Type Method Description SortedSet<OwsKeyword>OwsDescription. getKeywords()Methods in org.n52.shetland.ogc.ows with parameters of type OwsKeyword Modifier and Type Method Description intOwsKeyword. compareTo(OwsKeyword o)Method parameters in org.n52.shetland.ogc.ows with type arguments of type OwsKeyword Modifier and Type Method Description voidOwsDescription. setKeywords(Collection<OwsKeyword> keywords)Constructor parameters in org.n52.shetland.ogc.ows with type arguments of type OwsKeyword Constructor Description OwsBasicIdentification(OwsCode identifier, MultilingualString title, MultilingualString abstrakt, Set<OwsKeyword> keywords)OwsDescription(MultilingualString title, MultilingualString abstrakt, Collection<OwsKeyword> keywords) -
Uses of OwsKeyword in org.n52.shetland.ogc.wps.description
Methods in org.n52.shetland.ogc.wps.description that return types with arguments of type OwsKeyword Modifier and Type Method Description Set<OwsKeyword>Description. getKeywords()Methods in org.n52.shetland.ogc.wps.description with parameters of type OwsKeyword Modifier and Type Method Description BDescription.Builder. withKeyword(OwsKeyword keyword)default BDescription.Builder. withKeywords(OwsKeyword... keywords)Method parameters in org.n52.shetland.ogc.wps.description with type arguments of type OwsKeyword Modifier and Type Method Description default BDescription.Builder. withKeywords(Iterable<OwsKeyword> keywords) -
Uses of OwsKeyword in org.n52.shetland.ogc.wps.description.impl
Methods in org.n52.shetland.ogc.wps.description.impl that return types with arguments of type OwsKeyword Modifier and Type Method Description Set<OwsKeyword>AbstractDescription.AbstractBuilder. getKeywords()Set<OwsKeyword>AbstractDescription. getKeywords()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type OwsKeyword Modifier and Type Method Description BAbstractDescription.AbstractBuilder. withKeyword(OwsKeyword keyword)
-