|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ft.point.standard.PointDatasetStandardFactory
public class PointDatasetStandardFactory
Standard handler for PointFeatureDataset. Can handle ANY_POINT
| Constructor Summary | |
|---|---|
PointDatasetStandardFactory()
|
|
| Method Summary | |
|---|---|
FeatureDatasetFactory |
copy()
Copy constructor. |
boolean |
isMine(FeatureType ftype,
NetcdfDataset ds)
Determine if the factory can open this dataset as an instance of the given feature type |
FeatureDataset |
open(FeatureType ftype,
NetcdfDataset ncd,
CancelTask task,
java.util.Formatter errlog)
Open a NetcdfDataset as a FeatureDataset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PointDatasetStandardFactory()
| Method Detail |
|---|
public boolean isMine(FeatureType ftype,
NetcdfDataset ds)
throws java.io.IOException
FeatureDatasetFactory
isMine in interface FeatureDatasetFactoryftype - can factory open as this feature type? If null, can factory open as any feature type?ds - examine this NetcdfDataset.
java.io.IOExceptionpublic FeatureDatasetFactory copy()
FeatureDatasetFactory
copy in interface FeatureDatasetFactory
public FeatureDataset open(FeatureType ftype,
NetcdfDataset ncd,
CancelTask task,
java.util.Formatter errlog)
throws java.io.IOException
FeatureDatasetFactory
open in interface FeatureDatasetFactoryftype - open as this feature type. If null, open as any feature type.ncd - an already opened NetcdfDataset.task - user may cancelerrlog - place errors here
java.io.IOException - on error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||