Uses of Class
org.n52.shetland.ogc.sensorML.elements.SmlParameter
-
Packages that use SmlParameter Package Description org.n52.shetland.ogc.sensorML org.n52.shetland.ogc.sensorML.elements -
-
Uses of SmlParameter in org.n52.shetland.ogc.sensorML
Methods in org.n52.shetland.ogc.sensorML that return types with arguments of type SmlParameter Modifier and Type Method Description List<SmlParameter>AbstractProcess. getParameters()Method parameters in org.n52.shetland.ogc.sensorML with type arguments of type SmlParameter Modifier and Type Method Description AbstractProcessAbstractProcess. setParameters(Collection<SmlParameter> smlParameters) -
Uses of SmlParameter in org.n52.shetland.ogc.sensorML.elements
Methods in org.n52.shetland.ogc.sensorML.elements that return SmlParameter Modifier and Type Method Description SmlParameterSmlParameter. setName(String name)SmlParameterSmlParameter. setParameter(SweAbstractDataComponent parameters)
-