jar

io.github.dellisd.spatialk : geojson-jvm

Maven & Gradle

Jun 03, 2021
1 usages
52 stars

Kotlin GeoJson implementation · A Kotlin Multiplatform implementation of GeoJson objects

Table Of Contents

Latest Version

Download io.github.dellisd.spatialk : geojson-jvm JAR file - Latest Versions:

All Versions

Download io.github.dellisd.spatialk : geojson-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window geojson-jvm-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.dellisd.spatialk.geojson.dsl

├─ io.github.dellisd.spatialk.geojson.dsl.-FeatureCollectionDslKt.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.-FeatureDslKt.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.-GeometryDslKt.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.FeatureCollectionDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.FeatureDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.GeoJsonDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.GeometryCollectionDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.GeometryDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.LineStringDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.MultiLineStringDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.MultiPointDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.MultiPolygonDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.PointDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.PolygonDsl.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.dsl.PositionKt.class - [JAR]

io.github.dellisd.spatialk.geojson.serialization

├─ io.github.dellisd.spatialk.geojson.serialization.BoundingBoxSerializer.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.serialization.FeatureCollectionSerializer.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.serialization.FeatureSerializer.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.serialization.GeometrySerializer.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.serialization.JsonSerializer.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.serialization.PositionSerializer.class - [JAR]

io.github.dellisd.spatialk.geojson

├─ io.github.dellisd.spatialk.geojson.BoundingBox.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.BoundingBoxKt.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.ExperimentalGeoJsonApi.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.Feature.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.FeatureCollection.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.GeoJson.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.Geometry.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.GeometryCollection.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.GeometryFactory.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.LineString.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.MultiLineString.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.MultiPoint.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.MultiPolygon.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.Point.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.Polygon.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.Position.class - [JAR]

├─ io.github.dellisd.spatialk.geojson.PositionKt.class - [JAR]

Advertisement