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
FieldsModifier and TypeFieldDescriptionThe geojson features.By default the normal axis order as specified in EPSG code will be used when parsing projections. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.geotools.data.simple.SimpleFeatureCollection
getFeatures
(MfClientHttpRequestFactory httpRequestFactory) Validate the values provided by the request data and construct MapBounds and parse the layers.
-
Field Details
-
features
The geojson features. -
longitudeFirst
By default the normal axis order as specified in EPSG code will be used when parsing projections. However the requester can override this by explicitly declaring that longitude axis is first.
-
-
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
-