Package org.bremersee.geojson.crs
Class AbstractGeoJsonCrs
java.lang.Object
org.bremersee.geojson.crs.AbstractGeoJsonCrs
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GeoJsonLinkedCrs,GeoJsonNamedCrs
Abstract base class for the coordinate reference system (CRS) of a GeoJSON object.
The specification of coordinate reference systems has been removed, see rfc7946 appendix B, the "crs" member is no longer used.
- Author:
- Christian Bremer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanProperties that store information about the coordinate reference system (CRS).inthashCode()protected final voidsetProperties(Map<String, Object> properties) Set the properties that store information about the coordinate reference system (CRS).toString()
-
Constructor Details
-
AbstractGeoJsonCrs
public AbstractGeoJsonCrs()Instantiates a new Abstract geo json crs.
-
-
Method Details
-
getProperties
Properties that store information about the coordinate reference system (CRS).- Returns:
- the properties that store information about the coordinate reference system (CRS)
-
setProperties
Set the properties that store information about the coordinate reference system (CRS).- Parameters:
properties- the properties that store information about the coordinate reference system
-
equals
-
hashCode
public int hashCode() -
toString
-