public class GeoPackageMapProviderSetting extends MapProviderSetting
dataPrjCoordSysType, watermark
Constructor and Description |
---|
GeoPackageMapProviderSetting() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether two objects are equal.
|
java.lang.String |
getAxisPositiveDirection()
Gets the positive direction of the coordinate axis
|
int |
getDefaultMapPrjCoordSys()
Gets the default map projection
|
java.lang.String |
getFilePath()
Gets the location of the file.
|
java.lang.String |
getOriginalPoint()
Gets the slice origin point
|
int |
getQueryExpectCount() |
int |
hashCode()
Gets the hash value of the object instance
|
void |
setAxisPositiveDirection(java.lang.String axisPositiveDirection)
Sets the positive direction of the coordinate axis
|
void |
setDefaultMapPrjCoordSys(int epsgCode)
Sets the default map projection, which is the default projection for the GeoPackage feature, which is not valid for the GesPackage Tiles, Tiles projection is the actual projection of the slice.
|
void |
setFilePath(java.lang.String filePath)
Sets the location of the GeoPackage file.
|
void |
setOriginalPoint(java.lang.String originalPoint)
Sets the slice origin point
|
void |
setQueryExpectCount(int queryExpectCount) |
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
public int getQueryExpectCount()
public void setQueryExpectCount(int queryExpectCount)
public int getDefaultMapPrjCoordSys()
Gets the default map projection
public void setDefaultMapPrjCoordSys(int epsgCode)
Sets the default map projection, which is the default projection for the GeoPackage feature, which is not valid for the GesPackage Tiles, Tiles projection is the actual projection of the slice.
epsgCode
- projection EpsgCodepublic java.lang.String getAxisPositiveDirection()
Gets the positive direction of the coordinate axis
public void setAxisPositiveDirection(java.lang.String axisPositiveDirection)
Sets the positive direction of the coordinate axis
axisPositiveDirection
- axis positive direction, RightDown or RightUp. The default is RightDown.public java.lang.String getFilePath()
Gets the location of the file.
public void setFilePath(java.lang.String filePath)
Sets the location of the GeoPackage file.
filePath
-public java.lang.String getOriginalPoint()
Gets the slice origin point
public void setOriginalPoint(java.lang.String originalPoint)
Sets the slice origin point
originalPoint
- slice origin point, in the format {x}, {y}public boolean equals(java.lang.Object obj)
Determines whether two objects are equal.
equals
in class java.lang.Object
obj
- The object to be compared.public int hashCode()
hashCode
in class java.lang.Object