Uses of Class
org.n52.shetland.ogc.sos.SosResultEncoding
-
Packages that use SosResultEncoding Package Description org.n52.shetland.ogc.sos org.n52.shetland.ogc.sos.request org.n52.shetland.ogc.sos.response -
-
Uses of SosResultEncoding in org.n52.shetland.ogc.sos
Methods in org.n52.shetland.ogc.sos that return SosResultEncoding Modifier and Type Method Description SosResultEncodingSosResultTemplate. getResultEncoding()Methods in org.n52.shetland.ogc.sos with parameters of type SosResultEncoding Modifier and Type Method Description voidSosResultTemplate. setResultEncoding(SosResultEncoding resultEncoding) -
Uses of SosResultEncoding in org.n52.shetland.ogc.sos.request
Methods in org.n52.shetland.ogc.sos.request that return SosResultEncoding Modifier and Type Method Description SosResultEncodingInsertResultTemplateRequest. getResultEncoding()Methods in org.n52.shetland.ogc.sos.request with parameters of type SosResultEncoding Modifier and Type Method Description voidInsertResultTemplateRequest. setResultEncoding(SosResultEncoding resultEncoding) -
Uses of SosResultEncoding in org.n52.shetland.ogc.sos.response
Methods in org.n52.shetland.ogc.sos.response that return SosResultEncoding Modifier and Type Method Description SosResultEncodingGetResultTemplateResponse. getResultEncoding()Methods in org.n52.shetland.ogc.sos.response with parameters of type SosResultEncoding Modifier and Type Method Description voidGetResultTemplateResponse. setResultEncoding(SosResultEncoding resultEncoding)
-