Package ucar.nc2.ogc.waterml
Class NcCollectionType
- java.lang.Object
-
- ucar.nc2.ogc.waterml.NcCollectionType
-
public abstract class NcCollectionType extends Object
Created by cwardgar on 2014/03/13.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StationTimeSeriesFeatureCollection
getStationFeatures(FeatureDatasetPoint fdPoint)
static net.opengis.waterml.x20.CollectionType
initCollection(net.opengis.waterml.x20.CollectionType collection, FeatureDatasetPoint fdPoint, List<VariableSimpleIF> dataVars)
-
-
-
Method Detail
-
initCollection
public static net.opengis.waterml.x20.CollectionType initCollection(net.opengis.waterml.x20.CollectionType collection, FeatureDatasetPoint fdPoint, List<VariableSimpleIF> dataVars) throws IOException
- Throws:
IOException
-
getStationFeatures
public static StationTimeSeriesFeatureCollection getStationFeatures(FeatureDatasetPoint fdPoint)
-
-