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 ucar.nc2.ft.StationTimeSeriesFeatureCollectiongetStationFeatures(ucar.nc2.ft.FeatureDatasetPoint fdPoint)static net.opengis.waterml.x20.CollectionTypeinitCollection(net.opengis.waterml.x20.CollectionType collection, ucar.nc2.ft.FeatureDatasetPoint fdPoint, List<ucar.nc2.VariableSimpleIF> dataVars)
-
-
-
Method Detail
-
initCollection
public static net.opengis.waterml.x20.CollectionType initCollection(net.opengis.waterml.x20.CollectionType collection, ucar.nc2.ft.FeatureDatasetPoint fdPoint, List<ucar.nc2.VariableSimpleIF> dataVars) throws IOException- Throws:
IOException
-
getStationFeatures
public static ucar.nc2.ft.StationTimeSeriesFeatureCollection getStationFeatures(ucar.nc2.ft.FeatureDatasetPoint fdPoint)
-
-