Class AbstractGeoJsonCrs

    • Constructor Detail

      • AbstractGeoJsonCrs

        public AbstractGeoJsonCrs()
    • Method Detail

      • getProperties

        protected final Map<String,​Object> getProperties()
        Properties that store information about the coordinate reference system (CRS).
        Returns:
        the properties that store information about the coordinate reference system (CRS)
      • setProperties

        protected final void setProperties​(Map<String,​Object> properties)
        Set the properties the properties that store information about the coordinate reference system (CRS).
        Parameters:
        properties - the properties that store information about the coordinate reference system
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object