Class DataStoreLayer
java.lang.Object
com.vividsolutions.jump.datastore.DataStoreLayer
Metadata about a Datastore geo layer: a dataset name with a geo column (one table
with several geo columns generates several DataStoreLayers, one for each geo column
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLimit()getName()getWhere()Returns the where clause with WHERE keyword removedvoidsetCaching(Boolean caching) voidsetGeoCol(GeometryColumn geoCol) voidsetLimit(int limit) voidvoidvoidtoString()
-
Constructor Details
-
DataStoreLayer
-
-
Method Details
-
getName
-
getFullName
-
setName
-
getGeoCol
-
setGeoCol
-
getWhere
-
getWhereClause
Returns the where clause with WHERE keyword removed- Returns:
- the where clause String without the "where" keyword
-
setWhere
-
getLimit
public int getLimit() -
setLimit
public void setLimit(int limit) -
isCaching
-
setCaching
-
getSchema
-
setSchema
-
toString
-