All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
List<String> |
calculateUniqueValues(String attributeName) |
List<String> |
calculateUniqueValues(String attributeName,
int maxFeatures) |
List<String> |
calculateUniqueValues(String attributeName,
int maxFeatures,
org.opengis.filter.Filter filter) |
static void |
clearReferences(Collection<SimpleFeatureType> typesToRemove) |
AttributeDescriptor |
getAttribute(String attributeName) |
List<AttributeDescriptor> |
getAttributes() |
String |
getDescription() |
FeatureSource |
getFeatureSource() |
String |
getGeometryAttribute() |
Long |
getId() |
Map<String,String> |
getKeysValues(String key,
String label) |
Map<String,String> |
getKeysValues(String key,
String label,
int maxFeatures) |
Object |
getMaxValue(String attributeName,
org.opengis.filter.Filter f) |
Object |
getMaxValue(String attributeName,
int maxFeatures) |
Object |
getMinValue(String attributeName,
org.opengis.filter.Filter f) |
Object |
getMinValue(String attributeName,
int maxFeatures) |
List<FeatureTypeRelation> |
getRelations() |
String |
getTypeName() |
boolean |
hasRelations() |
boolean |
isWriteable() |
org.geotools.data.FeatureSource |
openGeoToolsFeatureSource() |
org.geotools.data.FeatureSource |
openGeoToolsFeatureSource(int timeout) |
void |
setAttributes(List<AttributeDescriptor> attributes) |
void |
setDescription(String description) |
void |
setFeatureSource(FeatureSource featureSource) |
void |
setGeometryAttribute(String geometryAttribute) |
void |
setId(Long id) |
void |
setRelations(List<FeatureTypeRelation> relations) |
void |
setTypeName(String typeName) |
void |
setWriteable(boolean writeable) |
org.json.JSONObject |
toJSONObject() |
boolean |
update(SimpleFeatureType update) |