Package org.geotools.mbtiles
Class MBTilesMetadata
- Object
- 
- MBTilesMetadata
 
- 
 public class MBTilesMetadata extends Object The well known contents of the metadata table
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMBTilesMetadata.t_formatstatic classMBTilesMetadata.t_type
 - 
Field SummaryFields Modifier and Type Field Description protected Stringattributionprotected Boundsboundsprotected double[]centerprotected Stringdescriptionprotected MBTilesMetadata.t_formatformatprotected Stringjsonprotected intmaxZoomprotected intminZoomprotected Stringnameprotected static PatternpatternCenterprotected static PatternpatternEnvelopeprotected MBTilesMetadata.t_typetypeprotected Stringversion
 - 
Constructor SummaryConstructors Constructor Description MBTilesMetadata()
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
patternEnvelopeprotected static Pattern patternEnvelope 
 - 
patternCenterprotected static Pattern patternCenter 
 - 
nameprotected String name 
 - 
versionprotected String version 
 - 
descriptionprotected String description 
 - 
typeprotected MBTilesMetadata.t_type type 
 - 
formatprotected MBTilesMetadata.t_format format 
 - 
boundsprotected Bounds bounds 
 - 
attributionprotected String attribution 
 - 
minZoomprotected int minZoom 
 - 
maxZoomprotected int maxZoom 
 - 
jsonprotected String json 
 - 
centerprotected double[] center 
 
- 
 - 
Method Detail- 
getNamepublic String getName() 
 - 
setNamepublic void setName(String name) 
 - 
getVersionpublic String getVersion() 
 - 
setVersionpublic void setVersion(String version) 
 - 
getDescriptionpublic String getDescription() 
 - 
setDescriptionpublic void setDescription(String description) 
 - 
getTypepublic MBTilesMetadata.t_type getType() 
 - 
setTypepublic void setType(MBTilesMetadata.t_type type) 
 - 
getFormatpublic MBTilesMetadata.t_format getFormat() 
 - 
setFormatpublic void setFormat(MBTilesMetadata.t_format format) 
 - 
getBoundspublic Bounds getBounds() 
 - 
setBoundspublic void setBounds(Bounds bounds) 
 - 
getCenterpublic double[] getCenter() 
 - 
setCenterpublic void setCenter(double[] center) 
 - 
getAttributionpublic String getAttribution() 
 - 
setAttributionpublic void setAttribution(String attribution) 
 - 
getMinZoompublic int getMinZoom() 
 - 
setMinZoompublic void setMinZoom(int minZoom) 
 - 
getMaxZoompublic int getMaxZoom() 
 - 
setMaxZoompublic void setMaxZoom(int maxZoom) 
 - 
getTypeStrpublic String getTypeStr() 
 - 
getFormatStrpublic String getFormatStr() 
 - 
getBoundsStrpublic String getBoundsStr() 
 - 
getCenterStrpublic String getCenterStr() 
 - 
setTypeStrpublic void setTypeStr(String typeStr) 
 - 
setFormatStrpublic void setFormatStr(String formatStr) 
 - 
setBoundsStrpublic void setBoundsStr(String boundsStr) 
 - 
setCenterStrpublic void setCenterStr(String centerStr) 
 - 
setMinZoomStrpublic void setMinZoomStr(String minZoomStr) 
 - 
setMaxZoomStrpublic void setMaxZoomStr(String maxZoomStr) 
 - 
getJsonpublic String getJson() The description of vector tiles internal structure is a JSON document added in the "json" key (by mbtiles specification)
 - 
setJsonpublic void setJson(String json) 
 
- 
 
-