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 String |
description |
protected MBTilesMetadata.t_format |
format |
protected int |
maxZoom |
protected int |
minZoom |
protected String |
name |
protected static Pattern |
patternEnvelope |
protected MBTilesMetadata.t_type |
type |
protected String |
version |
Constructor and Description |
---|
MBTilesMetadata() |
Modifier and Type | Method and Description |
---|---|
String |
getAttribution() |
Envelope |
getBounds() |
String |
getBoundsStr() |
String |
getDescription() |
MBTilesMetadata.t_format |
getFormat() |
String |
getFormatStr() |
int |
getMaxZoom() |
int |
getMinZoom() |
String |
getName() |
MBTilesMetadata.t_type |
getType() |
String |
getTypeStr() |
String |
getVersion() |
void |
setAttribution(String attribution) |
void |
setBounds(Envelope bounds) |
void |
setBoundsStr(String boundsStr) |
void |
setDescription(String description) |
void |
setFormat(MBTilesMetadata.t_format format) |
void |
setFormatStr(String formatStr) |
void |
setMaxZoom(int maxZoom) |
void |
setMaxZoomStr(String maxZoomStr) |
void |
setMinZoom(int minZoom) |
void |
setMinZoomStr(String minZoomStr) |
void |
setName(String name) |
void |
setType(MBTilesMetadata.t_type type) |
void |
setTypeStr(String typeStr) |
void |
setVersion(String version) |
protected static Pattern patternEnvelope
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
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 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 void setTypeStr(String typeStr)
public void setFormatStr(String formatStr)
public void setBoundsStr(String boundsStr)
public void setMinZoomStr(String minZoomStr)
public void setMaxZoomStr(String maxZoomStr)
Copyright © 1996–2019 Geotools. All rights reserved.