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.
    • longitudeFirst

      public Boolean 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

      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