public class GeoPackageDataProviderSetting
extends java.lang.Object
| Constructor and Description | 
|---|
| GeoPackageDataProviderSetting() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj)Determines whether two objects are equal. | 
| java.lang.String | getFilePath()Gets the location of the file. | 
| int | hashCode()Gets the hash value of the object instance | 
| void | setFilePath(java.lang.String filePath)Sets the location of the GeoPackage file. | 
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 boolean equals(java.lang.Object obj)
Determines whether two objects are equal.
equals in class java.lang.Objectobj - The object to be compared.public int hashCode()
hashCode in class java.lang.Object