Uses of Class
org.n52.io.response.dataset.DatasetMetadata
-
Packages that use DatasetMetadata Package Description org.n52.io.response.dataset -
-
Uses of DatasetMetadata in org.n52.io.response.dataset
Methods in org.n52.io.response.dataset that return DatasetMetadata Modifier and Type Method Description DatasetMetadata<V>Data. getMetadata()Methods in org.n52.io.response.dataset with parameters of type DatasetMetadata Modifier and Type Method Description voidData. setMetadata(DatasetMetadata<V> metadata)Constructors in org.n52.io.response.dataset with parameters of type DatasetMetadata Constructor Description Data(DatasetMetadata<V> metadata)
-