Class DataStoreLayer

java.lang.Object
com.vividsolutions.jump.datastore.DataStoreLayer

public class DataStoreLayer extends Object
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 Details

  • Method Details

    • getName

      public String getName()
    • getFullName

      public String getFullName()
    • setName

      public void setName(String name)
    • getGeoCol

      public GeometryColumn getGeoCol()
    • setGeoCol

      public void setGeoCol(GeometryColumn geoCol)
    • getWhere

      public String getWhere()
    • getWhereClause

      public String getWhereClause()
      Returns the where clause with WHERE keyword removed
      Returns:
      the where clause String without the "where" keyword
    • setWhere

      public void setWhere(String where)
    • getLimit

      public int getLimit()
    • setLimit

      public void setLimit(int limit)
    • isCaching

      public Boolean isCaching()
    • setCaching

      public void setCaching(Boolean caching)
    • getSchema

      public String getSchema()
    • setSchema

      public void setSchema(String schema)
    • toString

      public String toString()
      Overrides:
      toString in class Object