public abstract class Decoders extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ALLOW_FCG_PROPERTIES
If set true, the "properties" member is permitted on FeatureCollection
and Geometry objects, in contravention of Section 7.1 of
the GeoJSON spec RFC7946.
|
static Decoder<Bbox> |
BBOX
Decoder for a Bbox object.
|
static Decoder<Crs> |
CRS
Decoder for a CRS object.
|
static Decoder<Datatype<?>> |
DATATYPE
Decoder for a DataType object.
|
static Decoder<Feature> |
FEATURE
Decoder for a Feature object.
|
static Decoder<FeatureCollection> |
FEATURE_COLLECTION
Decoder for a FeatureCollection object.
|
static Decoder<Field[]> |
FIELDS
Decoder for an array of Field objects.
|
static Decoder<Geometry<?>[]> |
GEOMETRIES
Decoder for a GeometryCollection.
|
static Decoder<Geometry<?>> |
GEOMETRY
Decoder for a Geometry object.
|
static Decoder<Position[]> |
LINE_STRING
Decoder for array of Position objects representing TFCat LineString.
|
static Decoder<Position[][]> |
LINE_STRINGS
Decoder for an array of LineStrings.
|
static Decoder<LinearRing> |
LINEAR_RING
Decoder for a LinearRing.
|
static Decoder<LinearRing[]> |
LINEAR_RINGS
Decoder for array of LinearRings.
|
static Decoder<LinearRing[]> |
POLYGON
Decoder for array of LinearRings representing a TFCat Polygon.
|
static Decoder<LinearRing[][]> |
POLYGONS
Decoder for an array of TFCat polygons.
|
static Decoder<Position> |
POSITION
Decoder for Position object.
|
static Decoder<Position[]> |
POSITIONS
Decoder for array of Position objects.
|
static Decoder<SpectralCoords> |
SPECTRAL_COORDS
Decoder for a SpectralCoords object.
|
static Decoder<TfcatObject> |
TFCAT
Decoder for a TFCat object.
|
static Decoder<TimeCoords> |
TIME_COORDS
Decoder for a TimeCoords object.
|
public static final boolean ALLOW_FCG_PROPERTIES
public static final Decoder<Position[]> LINE_STRING
public static final Decoder<Position[][]> LINE_STRINGS
public static final Decoder<LinearRing> LINEAR_RING
public static final Decoder<LinearRing[]> LINEAR_RINGS
public static final Decoder<LinearRing[]> POLYGON
public static final Decoder<LinearRing[][]> POLYGONS
public static final Decoder<TimeCoords> TIME_COORDS
public static final Decoder<SpectralCoords> SPECTRAL_COORDS
public static final Decoder<FeatureCollection> FEATURE_COLLECTION
public static final Decoder<TfcatObject> TFCAT
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.