|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGribGDSFactory
public class GribGDSFactory
GribGDSFactory determines the proper subclass of GribRecordGDS to create. Extend GribRecordGDS to add a GDS type for your definition. Add types to the switch statement to create an instance of your new type NOTE - only a few types are supported so far
Method Summary | |
---|---|
static GribRecordGDS |
getGDS(ImageInputStream in)
getGDS |
static GribRecordGDS |
getGDS(int grid_type)
getGDS, used as a default constructor. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static GribRecordGDS getGDS(ImageInputStream in) throws IOException
in
- DOCUMENT ME!
IOException
- DOCUMENT ME!
NoValidGribException
- DOCUMENT ME!
NotSupportedException
- DOCUMENT ME!public static GribRecordGDS getGDS(int grid_type)
grid_type
- DOCUMENT ME!
NotSupportedException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |