Uses of Class
org.apache.sis.internal.jaxb.metadata.replace.SensorType
Packages that use SensorType
Package
Description
Classes that are normally omitted from public API because they duplicate existing classes,
but still temporarily used at XML (un)marshalling time for standards compliance.
-
Uses of SensorType in org.apache.sis.internal.jaxb.metadata.replace
Fields in org.apache.sis.internal.jaxb.metadata.replace declared as SensorTypeModifier and TypeFieldDescriptionstatic final SensorType
SensorType.RADIOMETER
The sensor is a radiometer.Fields in org.apache.sis.internal.jaxb.metadata.replace with type parameters of type SensorTypeModifier and TypeFieldDescriptionprivate static final List
<SensorType> SensorType.VALUES
List of all enumerations of this type.Methods in org.apache.sis.internal.jaxb.metadata.replace that return SensorTypeModifier and TypeMethodDescriptionSensorType.family()
Returns the list of codes of the same kind than this code list element.static SensorType
Returns the sensor type that matches the given string, or returns a new one if none match it.static SensorType[]
SensorType.values()
Returns the list ofSensorType
s.