public class ExportWFS extends Object implements Comparable
| Constructor and Description |
|---|
ExportWFS(String topic,
String file,
String query,
URL url,
String targetCRS)
Creates a new ExportWFS object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object obj) |
String |
getFile()
Returns the file of this export.
|
String |
getQuery()
Returns the query of this export.
|
String |
getTargetCRS()
Returns the target CRS of this export.
|
String |
getTopic()
Returns the topic of this export.
|
URL |
getUrl()
Returns the URL of the server used by this export.
|
int |
hashCode() |
void |
setQuery(String query)
Sets the query of this export.
|
String |
toString() |
public String getTopic()
public String getFile()
public String getQuery()
public void setQuery(String query)
query - The query.public URL getUrl()
public String getTargetCRS()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2012–2026 cismet GmbH. All rights reserved.