Uses of Class
org.n52.shetland.ogc.sos.SosResultStructure
-
Packages that use SosResultStructure Package Description org.n52.shetland.ogc.sos org.n52.shetland.ogc.sos.request org.n52.shetland.ogc.sos.response -
-
Uses of SosResultStructure in org.n52.shetland.ogc.sos
Methods in org.n52.shetland.ogc.sos that return SosResultStructure Modifier and Type Method Description SosResultStructureSosResultTemplate. getResultStructure()Methods in org.n52.shetland.ogc.sos with parameters of type SosResultStructure Modifier and Type Method Description voidSosResultTemplate. setResultStructure(SosResultStructure resultStructure) -
Uses of SosResultStructure in org.n52.shetland.ogc.sos.request
Methods in org.n52.shetland.ogc.sos.request that return SosResultStructure Modifier and Type Method Description SosResultStructureInsertResultTemplateRequest. getResultStructure()Methods in org.n52.shetland.ogc.sos.request with parameters of type SosResultStructure Modifier and Type Method Description voidInsertResultTemplateRequest. setResultStructure(SosResultStructure resultStructure) -
Uses of SosResultStructure in org.n52.shetland.ogc.sos.response
Methods in org.n52.shetland.ogc.sos.response that return SosResultStructure Modifier and Type Method Description SosResultStructureGetResultTemplateResponse. getResultStructure()Methods in org.n52.shetland.ogc.sos.response with parameters of type SosResultStructure Modifier and Type Method Description voidGetResultTemplateResponse. setResultStructure(SosResultStructure resultStructure)
-