|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
the toplevel interface describing a deegree wfs datastore
---------------------------------------------------------------------
Field Summary | |
static int |
BNA
|
static int |
GMLDB
|
static int |
MAPINFO
|
static int |
MYSQL
|
static int |
ORACLESPATIAL
|
static int |
POINTDB
|
static int |
POSTGIS
|
static int |
SDE
|
static int |
SHAPEFILES
|
Method Summary | |
Connection |
getConnection()
returns an object that describes the connection to a database if datastore type equals ORACLESPATIAL, GMLDB or POINTDB |
FeatureType |
getFeatureType(java.lang.String name)
returns the feature description for a named feature type. if no feature type is known with the submitted name null will be returned |
FeatureType[] |
getFeatureTypes()
return describing objects for each feature type that is accessible through a datastore. |
java.lang.String |
getName()
returns the name of a datastore |
int |
getType()
returns the type of a datastore. at the moment four types are known: ORACLESPATIAL GMLDB POINTDB SHAPEFILES SDE |
Field Detail |
public static final int ORACLESPATIAL
public static final int GMLDB
public static final int POINTDB
public static final int SHAPEFILES
public static final int SDE
public static final int BNA
public static final int POSTGIS
public static final int MYSQL
public static final int MAPINFO
Method Detail |
public java.lang.String getName()
public int getType()
public Connection getConnection()
public FeatureType[] getFeatureTypes()
public FeatureType getFeatureType(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |