|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpatialDriver
Driver to access spatial data sources
Field Summary | |
---|---|
static int |
CANBEHETEROGENEOUS
|
static int |
HETEROGENOUS
|
static int |
HOMOGENEOUS
|
Method Summary | |
---|---|
java.awt.geom.Rectangle2D |
getFullExtent()
Gets the full extent of the data accessed |
int |
getGeometryType()
Returns the geometry type of the data. |
int |
getHomogeneity()
Returns HOMOGENEOUS if the geometries of all sources this driver can access are the of the same type. |
Field Detail |
---|
static final int HOMOGENEOUS
static final int HETEROGENOUS
static final int CANBEHETEROGENEOUS
Method Detail |
---|
java.awt.geom.Rectangle2D getFullExtent() throws DriverException
DriverException
- if the operation failsint getGeometryType() throws DriverException
DriverException
- If the operation failsint getHomogeneity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |