Type aliases
AnyGeoPath
AnyGeoPoint
AnyGeoSegment
AnyGeoShape
AnyGeoSpline
AnyGeoTile
GeoJson
GeoJsonBbox
GeoJsonBbox: [number, number, number, number] | [number, number, number, number, number, number]
GeoJsonGeometry
GeoJsonGeometryType
GeoJsonGeometryType: "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeometryCollection"
GeoJsonPosition
GeoJsonPosition: [number, number] | [number, number, number]
GeoJsonProperties
GeoJsonProperties: {}
GeoJsonType
GeoPathSplines
GeoPointTuple
GeoPointTuple: [number, number]
GeoSplinePoints
GeoTileTuple
GeoTileTuple: [number, number, number]
Variables
Const GeoBoxInterpolator
GeoJson
GeoJson: { is: any; toShape: any }
Type declaration
-
is: function
- is(value: unknown): value is GeoJson
-
Parameters
Returns value is GeoJson
-
toShape: function
-
Parameters
-
Parameters
-
Parameters
Returns (null | GeoShape)[]
-
Parameters
GeoJsonFeature
GeoJsonFeature: { is: any; toShape: any }
Type declaration
-
is: function
-
Parameters
-
toShape: function
-
Parameters
GeoJsonFeatureCollection
GeoJsonFeatureCollection: { is: any; toShapes: any }
Type declaration
-
is: function
-
Parameters
-
toShapes: function
-
Parameters
Returns (null | GeoShape)[]
GeoJsonGeometry
GeoJsonGeometry: { is: any; toShape: any }
Type declaration
-
is: function
-
Parameters
-
toShape: function
-
Parameters
GeoJsonGeometryCollection
GeoJsonGeometryCollection: { is: any; toShape: any }
Type declaration
-
is: function
-
Parameters
-
toShape: function
-
Parameters
GeoJsonLineString
GeoJsonLineString: { is: any; toShape: any }
Type declaration
-
is: function
-
Parameters
-
toShape: function
-
Parameters
GeoJsonMultiLineString
GeoJsonMultiLineString: { is: any; toShape: any }
Type declaration
-
is: function
-
Parameters
-
toShape: function
-
Parameters
GeoJsonMultiPoint
GeoJsonMultiPoint: { is: any; toShape: any }
Type declaration
-
is: function
-
Parameters
-
toShape: function
-
Parameters
GeoJsonMultiPolygon
GeoJsonMultiPolygon: { is: any; toShape: any }
Type declaration
-
is: function
-
Parameters
-
toShape: function
-
Parameters
GeoJsonPoint
GeoJsonPoint: { is: any; toShape: any }
Type declaration
-
is: function
-
Parameters
-
toShape: function
-
Parameters
GeoJsonPolygon
GeoJsonPolygon: { is: any; toShape: any }
Type declaration
-
is: function
-
Parameters
-
toShape: function
-
Parameters
Const GeoPointInterpolator
GeoProjection
GeoProjection: { is: any }
Type declaration
-
is: function
-
Parameters
Const GeoSegmentInterpolator
The Swim Geo library implements geospatial coordinate, projection, and geometry types.