Class IAUAuthorityFactory

    • Field Detail

      • FILENAME

        public static final String FILENAME
        The default filename to read. This file will be searched in the org/geotools/referencing/factory/espg directory in the classpath or in a JAR file.
        See Also:
        getDefinitionsURL(), Constant Field Values
    • Constructor Detail

      • IAUAuthorityFactory

        public IAUAuthorityFactory()
        Constructs an authority factory using the default set of factories.
      • IAUAuthorityFactory

        public IAUAuthorityFactory​(Hints hints)
        Constructs an authority factory using a set of factories created from the specified hints. This constructor recognizes the CRS, CS, DATUM and MATH_TRANSFORM FACTORY hints.
    • Method Detail

      • getAuthorities

        protected Citation[] getAuthorities()
        Returns the set of authorities to use as identifiers for the CRS to be created. The default implementation returns the Citations.IAU authority.
        Overrides:
        getAuthorities in class FactoryUsingWKT
      • getDefinitionsURL

        protected URL getDefinitionsURL()
        Returns the URL to the property file that contains CRS definitions. The default implementation returns the URL to the "iau.properties" file.
        Overrides:
        getDefinitionsURL in class FactoryUsingWKT
        Returns:
        The URL, or null if none.