Package com.mongodb.client.model.geojson
Class CoordinateReferenceSystem
- java.lang.Object
 - 
- com.mongodb.client.model.geojson.CoordinateReferenceSystem
 
 
- 
- Direct Known Subclasses:
 NamedCoordinateReferenceSystem
@Immutable public abstract class CoordinateReferenceSystem extends Object
A GeoJSON Coordinate Reference System (CRS).- Since:
 - 3.1
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CoordinateReferenceSystem() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CoordinateReferenceSystemTypegetType()Gets the type of this Coordinate Reference System. 
 - 
 
- 
- 
Method Detail
- 
getType
public abstract CoordinateReferenceSystemType getType()
Gets the type of this Coordinate Reference System.- Returns:
 - the type
 
 
 - 
 
 -