Package org.geotools.mbtiles
Class MBTilesMetadata
Object
MBTilesMetadata
The well known contents of the metadata table
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Boundsprotected double[]protected Stringprotected MBTilesMetadata.t_formatprotected Stringprotected intprotected intprotected Stringprotected static Patternprotected static Patternprotected MBTilesMetadata.t_typeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]getJson()The description of vector tiles internal structure is a JSON document added in the "json" key (by mbtiles specification)intintgetName()getType()voidsetAttribution(String attribution) voidvoidsetBoundsStr(String boundsStr) voidsetCenter(double[] center) voidsetCenterStr(String centerStr) voidsetDescription(String description) voidsetFormat(MBTilesMetadata.t_format format) voidsetFormatStr(String formatStr) voidvoidsetMaxZoom(int maxZoom) voidsetMaxZoomStr(String maxZoomStr) voidsetMinZoom(int minZoom) voidsetMinZoomStr(String minZoomStr) voidvoidvoidsetTypeStr(String typeStr) voidsetVersion(String version)
-
Field Details
-
patternEnvelope
-
patternCenter
-
name
-
version
-
description
-
type
-
format
-
bounds
-
attribution
-
minZoom
protected int minZoom -
maxZoom
protected int maxZoom -
json
-
center
protected double[] center
-
-
Constructor Details
-
MBTilesMetadata
public MBTilesMetadata()
-
-
Method Details
-
getName
-
setName
-
getVersion
-
setVersion
-
getDescription
-
setDescription
-
getType
-
setType
-
getFormat
-
setFormat
-
getBounds
-
setBounds
-
getCenter
public double[] getCenter() -
setCenter
public void setCenter(double[] center) -
getAttribution
-
setAttribution
-
getMinZoom
public int getMinZoom() -
setMinZoom
public void setMinZoom(int minZoom) -
getMaxZoom
public int getMaxZoom() -
setMaxZoom
public void setMaxZoom(int maxZoom) -
getTypeStr
-
getFormatStr
-
getBoundsStr
-
getCenterStr
-
setTypeStr
-
setFormatStr
-
setBoundsStr
-
setCenterStr
-
setMinZoomStr
-
setMaxZoomStr
-
getJson
The description of vector tiles internal structure is a JSON document added in the "json" key (by mbtiles specification) -
setJson
-