Serialized Form
-
Package mil.nga.oapi.features.json
-
Class mil.nga.oapi.features.json.Collection extends FeaturesObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crs
List<String> crs
The list of coordinate reference systems supported by the service; the first item is the default coordinate reference system -
description
String description
A description of the features in the collection -
extent
Extent extent
Extent -
id
String id
Identifier of the collection used -
itemType
String itemType
Indicator about the type of the items in the collection (the default value is 'feature') -
links
List<Link> links
Collection of links -
title
String title
Human readable title of the collection
-
-
Class mil.nga.oapi.features.json.Collections extends FeaturesObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
collections
List<Collection> collections
Collection of collections -
links
List<Link> links
Collection of links
-
-
Class mil.nga.oapi.features.json.Extent extends FeaturesObject implements Serializable
- serialVersionUID:
- 1L
-
Class mil.nga.oapi.features.json.FeaturesObject extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class mil.nga.oapi.features.json.Link extends FeaturesObject implements Serializable
- serialVersionUID:
- 1L
-
Class mil.nga.oapi.features.json.Spatial extends FeaturesObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bbox
List<List<Double>> bbox
One or more bounding boxes that describe the spatial extent of the dataset. In the Core only a single bounding box is supported. Extensions may support additional areas. If multiple areas are provided, the union of the bounding boxes describes the spatial extent. -
crs
String crs
Coordinate reference system of the coordinates in the spatial extent (property `bbox`). The default reference system is WGS 84 longitude/latitude. In the Core this is the only supported coordinate reference system. Extensions may support additional coordinate reference systems and add additional enum values.
-
-