@Entity public abstract class FeatureSource extends Object
| Constructor and Description |
|---|
FeatureSource() |
public List<SimpleFeatureType> getFeatureTypes()
public void setFeatureTypes(List<SimpleFeatureType> featureTypes)
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getPassword()
public void setPassword(String password)
public String getUrl()
public void setUrl(String url)
public String getUsername()
public void setUsername(String username)
public GeoService getLinkedService()
public void setLinkedService(GeoService linkedService)
public String getProtocol()
public Map<String,String> getKeyValuePairs(SimpleFeatureType sft, String key, String label, int maxFeatures) throws Exception
Exceptionpublic Object getMaxValue(SimpleFeatureType sft, String attributeName, int maxFeatures) throws Exception
Exceptionpublic Object getMinValue(SimpleFeatureType sft, String attributeName, int maxFeatures) throws Exception
Exceptionpublic SimpleFeatureType getFeatureType(String typeName)
public SimpleFeatureType addOrUpdateFeatureType(String typeName, SimpleFeatureType newType, org.apache.commons.lang3.mutable.MutableBoolean updated)
public void removeFeatureType(SimpleFeatureType featureType)
public org.json.JSONObject toJSONObject()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2018. All rights reserved.