public class TessellationInfo extends Object
Constructor and Description |
---|
TessellationInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getColumName() |
String |
getIndexTableName() |
int |
getLevels() |
int |
getNx() |
int |
getNy() |
double |
getScale() |
String |
getSchemaName() |
int |
getShift() |
String |
getTableName() |
Envelope |
getUBounds() |
void |
setColumName(String columName) |
void |
setIndexTableName(String indexTableName) |
void |
setLevels(int levels) |
void |
setNx(int nx) |
void |
setNy(int ny) |
void |
setScale(double scale) |
void |
setSchemaName(String schemaName) |
void |
setShift(int shift) |
void |
setTableName(String tableName) |
void |
setUBounds(Envelope uBounds) |
public static String KEY
public Envelope getUBounds()
public void setUBounds(Envelope uBounds)
public int getNx()
public void setNx(int nx)
public void setNy(int ny)
public int getNy()
public int getLevels()
public void setLevels(int levels)
public double getScale()
public void setScale(double scale)
public int getShift()
public void setShift(int shift)
public String getSchemaName()
public void setSchemaName(String schemaName)
public String getTableName()
public void setTableName(String tableName)
public String getColumName()
public void setColumName(String columName)
public String getIndexTableName()
public void setIndexTableName(String indexTableName)
Copyright © 1996–2019 Geotools. All rights reserved.