Class FeaturesAttribute.FeaturesAttributeValues

java.lang.Object
org.mapfish.print.attribute.FeaturesAttribute.FeaturesAttributeValues
Enclosing class:
FeaturesAttribute

public static final class FeaturesAttribute.FeaturesAttributeValues extends Object
The value of FeaturesAttribute.
  • Field Details

    • features

      public String features
      The geojson features.
  • Constructor Details

    • FeaturesAttributeValues

      public FeaturesAttributeValues(Template template)
      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