Package org.geotools.mbtiles
Class MBTilesMetadata
Object
MBTilesMetadata
The well known contents of the metadata table
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Bounds
protected double[]
protected String
protected MBTilesMetadata.t_format
protected String
protected int
protected int
protected String
protected static Pattern
protected static Pattern
protected MBTilesMetadata.t_type
protected 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)int
int
getName()
getType()
void
setAttribution
(String attribution) void
void
setBoundsStr
(String boundsStr) void
setCenter
(double[] center) void
setCenterStr
(String centerStr) void
setDescription
(String description) void
setFormat
(MBTilesMetadata.t_format format) void
setFormatStr
(String formatStr) void
void
setMaxZoom
(int maxZoom) void
setMaxZoomStr
(String maxZoomStr) void
setMinZoom
(int minZoom) void
setMinZoomStr
(String minZoomStr) void
void
void
setTypeStr
(String typeStr) void
setVersion
(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
-