public static final class FeaturesAttribute.FeaturesAttributeValues
extends java.lang.Object
FeaturesAttribute.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
features
The geojson features.
|
java.lang.Boolean |
longitudeFirst
By default the normal axis order as specified in EPSG code will be used when parsing projections.
|
| Constructor and Description |
|---|
FeaturesAttributeValues(Template template)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.geotools.data.simple.SimpleFeatureCollection |
getFeatures(MfClientHttpRequestFactory httpRequestFactory)
Validate the values provided by the request data and construct MapBounds and parse the layers.
|
public java.lang.String features
public java.lang.Boolean longitudeFirst
public FeaturesAttributeValues(Template template)
template - the template this map is part of.public org.geotools.data.simple.SimpleFeatureCollection getFeatures(MfClientHttpRequestFactory httpRequestFactory) throws java.io.IOException
httpRequestFactory - the request factory to use for making requestsjava.io.IOException