Class GeoObjectType

    • Field Detail

      • MULTI_POINT

        public static final GeoObjectType MULTI_POINT
        GeoJSON multi-point.
      • POLYGON

        public static final GeoObjectType POLYGON
        GeoJSON polygon.
      • MULTI_POLYGON

        public static final GeoObjectType MULTI_POLYGON
        GeoJSON multi-polygon.
      • LINE_STRING

        public static final GeoObjectType LINE_STRING
        GeoJSON line string.
      • MULTI_LINE_STRING

        public static final GeoObjectType MULTI_LINE_STRING
        GeoJSON multi-line string.
      • GEOMETRY_COLLECTION

        public static final GeoObjectType GEOMETRY_COLLECTION
        GeoJSON geometry collection.
    • Constructor Detail

      • GeoObjectType

        public GeoObjectType()
    • Method Detail

      • fromString

        public static GeoObjectType fromString​(String name)
        Creates or gets a GeoObjectType from its string representation.
        Parameters:
        name - Name of the GeoObjectType.
        Returns:
        The corresponding GeoObjectType.
      • values

        public static Collection<GeoObjectType> values()
        Gets all known GeoObjectType values.
        Returns:
        All known GeoObjectType values.