Class VectorTilesLayers


  • public class VectorTilesLayers
    extends Object
    Describes the layers in a vector tiles set
    Since:
    4.0.0
    Author:
    jyutzler
    • Constructor Detail

      • VectorTilesLayers

        public VectorTilesLayers()
      • VectorTilesLayers

        public VectorTilesLayers​(long id,
                                 String tableName,
                                 String name,
                                 String description,
                                 long minZoom,
                                 long maxZoom,
                                 String attributesTableName)
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • resetId

        public void resetId()
        Reset the id so the row can be inserted as new
      • getTableName

        public String getTableName()
      • setTableName

        public void setTableName​(String tableName)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getMinZoom

        public long getMinZoom()
      • setMinZoom

        public void setMinZoom​(long minZoom)
      • getMaxZoom

        public long getMaxZoom()
      • setMaxZoom

        public void setMaxZoom​(long maxZoom)
      • getAttributesTableName

        public String getAttributesTableName()
      • setAttributesTableName

        public void setAttributesTableName​(String attributesTableName)