Package org.mapfish.print.attribute
Class FeaturesAttribute.FeaturesAttributeValues
java.lang.Object
org.mapfish.print.attribute.FeaturesAttribute.FeaturesAttributeValues
- Enclosing class:
FeaturesAttribute
The value of
FeaturesAttribute.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.geotools.data.simple.SimpleFeatureCollectiongetFeatures(MfClientHttpRequestFactory httpRequestFactory) Validate the values provided by the request data and construct MapBounds and parse the layers.
-
Field Details
-
features
The geojson features.
-
-
Constructor Details
-
FeaturesAttributeValues
Constructor.- Parameters:
template- the template this map is part of.
-
-
Method Details
-
getFeatures
public org.geotools.data.simple.SimpleFeatureCollection getFeatures(MfClientHttpRequestFactory httpRequestFactory) throws IOException Validate the values provided by the request data and construct MapBounds and parse the layers.- Parameters:
httpRequestFactory- the request factory to use for making requests- Throws:
IOException
-