Class CoordinateReferenceSystem

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract com.mongodb.client.model.geojson.CoordinateReferenceSystem convert()
      Converts this type to the driver type
      abstract CoordinateReferenceSystemType getType()
      Gets the type of this Coordinate Reference System.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CoordinateReferenceSystem

        public CoordinateReferenceSystem()
    • Method Detail

      • convert

        public abstract com.mongodb.client.model.geojson.CoordinateReferenceSystem convert()
        Converts this type to the driver type
        Returns:
        the driver type