Uses of Class
org.n52.shetland.ogc.swe.simpleType.SweBoolean
-
Packages that use SweBoolean Package Description org.n52.shetland.ogc.om.values org.n52.shetland.ogc.swe org.n52.shetland.ogc.swe.simpleType -
-
Uses of SweBoolean in org.n52.shetland.ogc.om.values
Subclasses of SweBoolean in org.n52.shetland.ogc.om.values Modifier and Type Class Description classBooleanValueBoolean measurement representation for observation -
Uses of SweBoolean in org.n52.shetland.ogc.swe
Methods in org.n52.shetland.ogc.swe with parameters of type SweBoolean Modifier and Type Method Description protected TAbstractOptionalSweDataComponentVisitor. _visit(SweBoolean component)protected voidAbstractThrowingVoidSweDataComponentVisitor. _visit(SweBoolean component)protected voidAbstractVoidSweDataComponentVisitor. _visit(SweBoolean component)protected abstract voidVoidSweDataComponentVisitor. _visit(SweBoolean component)Optional<T>AbstractOptionalSweDataComponentVisitor. visit(SweBoolean component)TAbstractThrowingSweDataComponentVisitor. visit(SweBoolean component)TSweDataComponentVisitor. visit(SweBoolean component)VoidVoidSweDataComponentVisitor. visit(SweBoolean component) -
Uses of SweBoolean in org.n52.shetland.ogc.swe.simpleType
Methods in org.n52.shetland.ogc.swe.simpleType that return SweBoolean Modifier and Type Method Description SweBooleanSweBoolean. copy()SweBooleanSweBoolean. setValue(Boolean value)
-