Class FeaturesAttribute.FeaturesAttributeValues

    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.geotools.data.simple.SimpleFeatureCollection getFeatures​(MfClientHttpRequestFactory httpRequestFactory)
      Validate the values provided by the request data and construct MapBounds and parse the layers.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • features

        public java.lang.String features
        The geojson features.
      • longitudeFirst

        public java.lang.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 Detail

      • FeaturesAttributeValues

        public FeaturesAttributeValues​(Template template)
        Constructor.
        Parameters:
        template - the template this map is part of.
    • Method Detail

      • getFeatures

        public org.geotools.data.simple.SimpleFeatureCollection getFeatures​(MfClientHttpRequestFactory httpRequestFactory)
                                                                     throws java.io.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:
        java.io.IOException