Class HTTP_AuthorityFactory

    • Field Detail

      • BASE_URL

        public static final String BASE_URL
        The base URL, which is "http://www.opengis.net/gml/srs/".
        See Also:
        Constant Field Values
    • Constructor Detail

      • HTTP_AuthorityFactory

        public HTTP_AuthorityFactory()
        Creates a default wrapper.
      • HTTP_AuthorityFactory

        public HTTP_AuthorityFactory​(Hints userHints)
        Creates a wrapper using the specified hints. For strict compliance with OGC definition of CRS defined by URL, the supplied hints should contains at least the FORCE_LONGITUDE_FIRST_AXIS_ORDER hint with value FALSE.
        Parameters:
        userHints - The hints to be given to backing factories.