public class MBTilesMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MBTilesMetadata.t_format |
static class |
MBTilesMetadata.t_type |
Modifier and Type | Field and Description |
---|---|
protected String |
attribution |
protected Envelope |
bounds |
protected double[] |
center |
protected String |
description |
protected MBTilesMetadata.t_format |
format |
protected String |
json |
protected int |
maxZoom |
protected int |
minZoom |
protected String |
name |
protected static Pattern |
patternCenter |
protected static Pattern |
patternEnvelope |
protected MBTilesMetadata.t_type |
type |
protected String |
version |
Constructor and Description |
---|
MBTilesMetadata() |
protected static Pattern patternEnvelope
protected static Pattern patternCenter
protected String name
protected String version
protected String description
protected MBTilesMetadata.t_type type
protected MBTilesMetadata.t_format format
protected Envelope bounds
protected String attribution
protected int minZoom
protected int maxZoom
protected String json
protected double[] center
public String getName()
public void setName(String name)
public String getVersion()
public void setVersion(String version)
public String getDescription()
public void setDescription(String description)
public MBTilesMetadata.t_type getType()
public void setType(MBTilesMetadata.t_type type)
public MBTilesMetadata.t_format getFormat()
public void setFormat(MBTilesMetadata.t_format format)
public Envelope getBounds()
public void setBounds(Envelope bounds)
public double[] getCenter()
public void setCenter(double[] center)
public String getAttribution()
public void setAttribution(String attribution)
public int getMinZoom()
public void setMinZoom(int minZoom)
public int getMaxZoom()
public void setMaxZoom(int maxZoom)
public String getTypeStr()
public String getFormatStr()
public String getBoundsStr()
public String getCenterStr()
public void setTypeStr(String typeStr)
public void setFormatStr(String formatStr)
public void setBoundsStr(String boundsStr)
public void setCenterStr(String centerStr)
public void setMinZoomStr(String minZoomStr)
public void setMaxZoomStr(String maxZoomStr)
public String getJson()
public void setJson(String json)
Copyright © 1996–2022 Geotools. All rights reserved.