Uses of Enum Class
org.apache.sedona.common.S2Geography.Geography.GeographyKind
Packages that use Geography.GeographyKind
-
Uses of Geography.GeographyKind in org.apache.sedona.common.S2Geography
Fields in org.apache.sedona.common.S2Geography declared as Geography.GeographyKindMethods in org.apache.sedona.common.S2Geography that return Geography.GeographyKindModifier and TypeMethodDescriptionstatic Geography.GeographyKindGeography.GeographyKind.fromKind(int kind) Look up the enum by its integer tag.EncodeTag.getKind()static Geography.GeographyKindReturns the enum constant of this class with the specified name.static Geography.GeographyKind[]Geography.GeographyKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sedona.common.S2Geography with parameters of type Geography.GeographyKindConstructors in org.apache.sedona.common.S2Geography with parameters of type Geography.GeographyKindModifierConstructorDescriptionprotectedGeographyCollection(Geography.GeographyKind kind, List<com.google.common.geometry.S2Polygon> polygons) MultiPolygonGeography(Geography.GeographyKind kind, List<com.google.common.geometry.S2Polygon> polygons) Wrap each raw S2Polygon in a PolygonGeography, then hand it off to GeographyCollection to do the rest (including serialization).PolylineGeography(Geography.GeographyKind kind, com.google.common.geometry.S2Polyline polyline)