public class GeomReaderFactory
extends java.lang.Object
Modified by: Joseph A. Huwaldt
Modifier and Type | Field and Description |
---|---|
static int |
GGP_TYPE
Type identifier for a GGP format geometry file.
|
static int |
POI_TYPE
Type identifier for a POI ($POINTS) A502/A633 geometry input file.
|
Constructor and Description |
---|
GeomReaderFactory() |
Modifier and Type | Method and Description |
---|---|
static GeomReader |
getInstance(java.io.File theFile)
Return a geometry reader capable of reading a geometry file of the specified type.
|
static GeomReader |
getInstance(int type)
Return a geometry reader capable of reading/writing a geometry file of the
specified type.
|
public static final int POI_TYPE
public static final int GGP_TYPE
public static GeomReader getInstance(int type)
type
- One of the type constants associated with this class.public static GeomReader getInstance(java.io.File theFile)
theFile
- The file to be read in.