Uses of Class
ucar.nc2.constants.FeatureType

Packages that use FeatureType
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog2   
thredds.catalog2.builder   
ucar.nc2.constants Enumerated constants used throughout the library. 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.point Scientific data type "Point", collections of point observation data. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.dt.trajectory Scientific data type "Trajectory". 
ucar.nc2.ft Scientific feature types package 
ucar.nc2.ft.grid   
ucar.nc2.ft.point package ucar.nc2.ft.point : Implementation of Point Feature Types 
ucar.nc2.ft.point.collection   
ucar.nc2.ft.point.remote   
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
ucar.nc2.ft.point.standard.plug package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets 
ucar.nc2.ft.radial   
ucar.nc2.stream   
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
 

Uses of FeatureType in thredds.catalog
 

Fields in thredds.catalog declared as FeatureType
protected  FeatureType InvDataset.dataType
           
protected  FeatureType ThreddsMetadata.dataType
           
protected  FeatureType InvDatasetFeatureCollection.featureType
           
 

Methods in thredds.catalog that return FeatureType
 FeatureType InvDatasetImplProxy.getDataType()
           
 FeatureType InvCatalogRef.getDataType()
           
 FeatureType InvDataset.getDataType()
          Get the DataType (which may be inherited from parent), or null .
 FeatureType ThreddsMetadata.getDataType()
           
 

Methods in thredds.catalog with parameters of type FeatureType
static InvDatasetFeatureCollection InvDatasetFeatureCollection.factory(InvDatasetImpl parent, String name, String path, FeatureType featureType, FeatureCollectionConfig config)
           
 void InvDatasetImpl.setDataType(FeatureType dataType)
           
 void ThreddsMetadata.setDataType(FeatureType dataType)
          Set dataType
 

Constructors in thredds.catalog with parameters of type FeatureType
DatasetFilter.ByDataType(FeatureType type)
           
InvDatasetFcFmrc(InvDatasetImpl parent, String name, String path, FeatureType featureType, FeatureCollectionConfig config)
           
InvDatasetFcPoint(InvDatasetImpl parent, String name, String path, FeatureType featureType, FeatureCollectionConfig config)
           
InvDatasetFeatureCollection(InvDatasetImpl parent, String name, String path, FeatureType featureType, FeatureCollectionConfig config)
           
InvDatasetImpl(InvDatasetImpl parent, String name, FeatureType dataType, String serviceName, String urlPath)
          Constructor from Catalog XML info.
InvDatasetImpl(String urlPath, FeatureType dataType, ServiceType stype)
          Construct an InvDatasetImpl which refers to a urlPath.
 

Uses of FeatureType in thredds.catalog2
 

Methods in thredds.catalog2 that return FeatureType
 FeatureType ThreddsMetadata.getDataType()
           
 

Uses of FeatureType in thredds.catalog2.builder
 

Methods in thredds.catalog2.builder that return FeatureType
 FeatureType ThreddsMetadataBuilder.getDataType()
           
 

Methods in thredds.catalog2.builder with parameters of type FeatureType
 void ThreddsMetadataBuilder.setDataType(FeatureType dataType)
           
 

Uses of FeatureType in ucar.nc2.constants
 

Methods in ucar.nc2.constants that return FeatureType
static FeatureType FeatureType.getType(String name)
          Find the FeatureType that matches this name.
static FeatureType FeatureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FeatureType[] FeatureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ucar.nc2.constants with parameters of type FeatureType
static CF.FeatureType CF.FeatureType.convert(FeatureType ft)
           
 

Uses of FeatureType in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return FeatureType
 FeatureType TypedDatasetFactoryIF.getScientificDataType()
          What kind of cientific data type will this return?
 

Methods in ucar.nc2.dt with parameters of type FeatureType
static TypedDataset TypedDatasetFactory.open(FeatureType datatype, NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          Deprecated. Open a dataset as a TypedDataset.
static TypedDataset TypedDatasetFactory.open(FeatureType datatype, String location, CancelTask task, StringBuilder errlog)
          Deprecated. Open a dataset as a TypedDataset.
static void TypedDatasetFactory.registerFactory(FeatureType datatype, Class c)
          Deprecated. Register a class that implements a TypedDatasetFactoryIF.
static void TypedDatasetFactory.registerFactory(FeatureType datatype, String className)
          Deprecated. Register a class that implements a TypedDatasetFactoryIF.
 

Uses of FeatureType in ucar.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid that return FeatureType
 FeatureType GridDataset.getFeatureType()
           
 

Uses of FeatureType in ucar.nc2.dt.point
 

Methods in ucar.nc2.dt.point that return FeatureType
 FeatureType StationObsDatasetImpl.getScientificDataType()
           
 FeatureType PointObsDatasetImpl.getScientificDataType()
           
 

Uses of FeatureType in ucar.nc2.dt.radial
 

Methods in ucar.nc2.dt.radial that return FeatureType
 FeatureType RadialDatasetSweepAdapter.getFeatureType()
           
 FeatureType Dorade2Dataset.getScientificDataType()
           
 FeatureType CFnetCDF2Dataset.getScientificDataType()
          _more_
 FeatureType Nids2Dataset.getScientificDataType()
           
 FeatureType LevelII2Dataset.getScientificDataType()
           
 FeatureType UF2Dataset.getScientificDataType()
           
 FeatureType Netcdf2Dataset.getScientificDataType()
           
 

Uses of FeatureType in ucar.nc2.dt.trajectory
 

Methods in ucar.nc2.dt.trajectory that return FeatureType
 FeatureType SimpleTrajectoryObsDataset.getScientificDataType()
           
 FeatureType UnidataTrajectoryObsDataset2.getScientificDataType()
           
 FeatureType ARMTrajectoryObsDataset.getScientificDataType()
           
 FeatureType Float10TrajectoryObsDataset.getScientificDataType()
           
 FeatureType ZebraClassTrajectoryObsDataset.getScientificDataType()
           
 FeatureType RafTrajectoryObsDataset.getScientificDataType()
           
 FeatureType UnidataTrajectoryObsDataset.getScientificDataType()
           
 FeatureType COSMICTrajectoryObsDataset.getScientificDataType()
           
 

Uses of FeatureType in ucar.nc2.ft
 

Methods in ucar.nc2.ft that return FeatureType
static FeatureType FeatureDatasetFactoryManager.findFeatureType(NetcdfDataset ncd)
          Try to determine the feature type of the dataset, by looking at its metadata.
 FeatureType FeatureCollection.getCollectionFeatureType()
          All features in this collection have this feature type
 FeatureType FeatureDataset.getFeatureType()
          Contains collections of this FeatureType.
 FeatureType[] FeatureDatasetFactory.getFeatureType()
          This Factory can open these types of Feature datasets.
 

Methods in ucar.nc2.ft with parameters of type FeatureType
static boolean FeatureDatasetFactoryManager.featureTypeOk(FeatureType want, FeatureType facType)
          Determine if factory type matches wanted feature type.
 Object FeatureDatasetFactory.isMine(FeatureType wantFeatureType, NetcdfDataset ncd, Formatter errlog)
          Determine if the factory can open this dataset as an instance of the given feature type
 FeatureDataset FeatureDatasetFactory.open(FeatureType ftype, NetcdfDataset ncd, Object analysis, CancelTask task, Formatter errlog)
          Open a NetcdfDataset as a FeatureDataset.
static FeatureDataset FeatureDatasetFactoryManager.open(FeatureType wantFeatureType, String location, CancelTask task, Formatter errlog)
          Open a dataset as a FeatureDataset.
static void FeatureDatasetFactoryManager.registerFactory(FeatureType datatype, Class c)
          Register a class that implements a FeatureDatasetFactory.
static void FeatureDatasetFactoryManager.registerFactory(FeatureType datatype, String className)
          Register a class that implements a FeatureDatasetFactory.
static FeatureDataset FeatureDatasetFactoryManager.wrap(FeatureType wantFeatureType, NetcdfDataset ncd, CancelTask task, Formatter errlog)
          Wrap a NetcdfDataset as a FeatureDataset.
 

Uses of FeatureType in ucar.nc2.ft.grid
 

Methods in ucar.nc2.ft.grid that return FeatureType
 FeatureType[] GridDatasetStandardFactory.getFeatureType()
           
 

Methods in ucar.nc2.ft.grid with parameters of type FeatureType
 Object GridDatasetStandardFactory.isMine(FeatureType wantFeatureType, NetcdfDataset ncd, Formatter errlog)
           
 FeatureDataset GridDatasetStandardFactory.open(FeatureType ftype, NetcdfDataset ncd, Object analysis, CancelTask task, Formatter errlog)
           
 

Uses of FeatureType in ucar.nc2.ft.point
 

Fields in ucar.nc2.ft.point declared as FeatureType
protected  FeatureType PointDatasetImpl.featureType
           
 

Methods in ucar.nc2.ft.point that return FeatureType
 FeatureType TrajectoryFeatureImpl.getCollectionFeatureType()
           
 FeatureType PointCollectionImpl.getCollectionFeatureType()
           
 FeatureType MultipleNestedPointCollectionImpl.getCollectionFeatureType()
           
 FeatureType ProfileFeatureImpl.getCollectionFeatureType()
           
 FeatureType StationFeatureImpl.getCollectionFeatureType()
           
 FeatureType OneNestedPointCollectionImpl.getCollectionFeatureType()
           
 FeatureType PointDatasetImpl.getFeatureType()
           
 

Methods in ucar.nc2.ft.point with parameters of type FeatureType
protected  void PointDatasetImpl.setFeatureType(FeatureType ftype)
           
 

Constructors in ucar.nc2.ft.point with parameters of type FeatureType
MultipleNestedPointCollectionImpl(String name, FeatureType collectionFeatureType)
           
OneNestedPointCollectionImpl(String name, FeatureType collectionFeatureType)
           
PointDatasetImpl(FeatureType featureType)
           
PointDatasetImpl(NetcdfDataset ds, FeatureType featureType)
           
 

Uses of FeatureType in ucar.nc2.ft.point.collection
 

Methods in ucar.nc2.ft.point.collection with parameters of type FeatureType
static FeatureDataset CompositeDatasetFactory.factory(String location, FeatureType wantFeatureType, DatasetCollectionManager dcm, Formatter errlog)
           
 

Uses of FeatureType in ucar.nc2.ft.point.remote
 

Constructors in ucar.nc2.ft.point.remote with parameters of type FeatureType
PointDatasetRemote(FeatureType wantFeatureType, String uri, List<VariableSimpleIF> vars, LatLonRect bb, DateRange dr)
           
 

Uses of FeatureType in ucar.nc2.ft.point.standard
 

Fields in ucar.nc2.ft.point.standard declared as FeatureType
 FeatureType TableConfig.featureType
           
 

Methods in ucar.nc2.ft.point.standard that return FeatureType
 FeatureType[] PointDatasetStandardFactory.getFeatureType()
           
 FeatureType NestedTable.getFeatureType()
           
 FeatureType Table.getFeatureType()
           
static FeatureType Evaluator.getFeatureType(NetcdfDataset ds, String key, Formatter errlog)
          Turn the key into a String and return the corresponding featureType, if any.
 FeatureType TableAnalyzer.getFirstFeatureType()
           
 

Methods in ucar.nc2.ft.point.standard with parameters of type FeatureType
static TableAnalyzer TableAnalyzer.factory(TableConfigurer tc, FeatureType wantFeatureType, NetcdfDataset ds)
          Create a TableAnalyser for this dataset with the given TableConfigurer
 boolean TableAnalyzer.featureTypeOk(FeatureType ftype, Formatter errlog)
           
 TableConfig TableConfigurer.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
          Create a TableConfig for this dataset.
static TableConfigurer TableAnalyzer.getTableConfigurer(FeatureType wantFeatureType, NetcdfDataset ds)
          Find a TableConfigurer for this dataset, if there is one.
 boolean TableConfigurer.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
          Determine if this is a dataset that can be opened as a point obs dataset.
 Object PointDatasetStandardFactory.isMine(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
          Check if this is a POINT datatype.
 FeatureDataset PointDatasetStandardFactory.open(FeatureType wantFeatureType, NetcdfDataset ncd, Object analyser, CancelTask task, Formatter errlog)
           
 TableConfig PointConfigXML.readConfigXML(String fileLocation, FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig PointConfigXML.readConfigXMLfromResource(String resourceLocation, FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 

Uses of FeatureType in ucar.nc2.ft.point.standard.plug
 

Methods in ucar.nc2.ft.point.standard.plug with parameters of type FeatureType
 TableConfig BufrCdm.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig FslRaob.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Madis.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig MadisAcars.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig UnidataPointFeature.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
          Deprecated.  
 TableConfig FslWindProfiler.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig BuoyShipSynop.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Jason.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig UnidataPointObs.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Suomi.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig CFpointObs.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig GempakCdm.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig CdmDirect.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig RafNimbus.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Cosmic.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Iridl.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Ndbc.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Nldn.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 boolean BufrCdm.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean FslRaob.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Madis.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean MadisAcars.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean UnidataPointFeature.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
          Deprecated.  
 boolean FslWindProfiler.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean BuoyShipSynop.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Jason.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean UnidataPointObs.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Suomi.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean CFpointObs.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean GempakCdm.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean CdmDirect.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean RafNimbus.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Cosmic.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Iridl.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Ndbc.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Nldn.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 

Uses of FeatureType in ucar.nc2.ft.radial
 

Methods in ucar.nc2.ft.radial that return FeatureType
 FeatureType[] RadialDatasetStandardFactory.getFeatureType()
           
 

Methods in ucar.nc2.ft.radial with parameters of type FeatureType
 Object RadialDatasetStandardFactory.isMine(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 FeatureDataset RadialDatasetStandardFactory.open(FeatureType ftype, NetcdfDataset ncd, Object analysis, CancelTask task, Formatter errlog)
           
 

Uses of FeatureType in ucar.nc2.stream
 

Methods in ucar.nc2.stream with parameters of type FeatureType
static FeatureDataset CdmrFeatureDataset.factory(FeatureType wantFeatureType, String endpoint)
           
 

Uses of FeatureType in ucar.nc2.thredds
 

Fields in ucar.nc2.thredds declared as FeatureType
 FeatureType ThreddsDataFactory.Result.featureType
           
 

Methods in ucar.nc2.thredds with parameters of type FeatureType
 ThreddsDataFactory.Result ThreddsDataFactory.openFeatureDataset(FeatureType wantFeatureType, InvDataset invDataset, CancelTask task, ThreddsDataFactory.Result result)
           
 ThreddsDataFactory.Result ThreddsDataFactory.openFeatureDataset(FeatureType wantFeatureType, String urlString, CancelTask task)
          Open a FeatureDataset from a URL location string, and a desired type (may by NONE or null).
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.