public class FeaturesType extends Object
Constructor and Description |
---|
FeaturesType() |
Modifier and Type | Method and Description |
---|---|
static FeaturesType |
fetchContents(URL featureURL) |
String |
getDescription() |
ArrayList<Link> |
getLinks() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setLinks(ArrayList<Link> links) |
void |
setTitle(String title) |
String |
toString() |
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public static FeaturesType fetchContents(URL featureURL) throws JsonParseException, IOException
JsonParseException
IOException
Copyright © 1996–2021 Geotools. All rights reserved.