Class PropertyNames
- java.lang.Object
-
- mil.nga.geopackage.extension.nga.properties.PropertyNames
-
public class PropertyNames extends Object
Pre-defined property names for defining GeoPackage properties- Since:
- 3.0.2
- Author:
- osbornb
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTRIBUTORAn entity responsible for making contributions to the resourcestatic StringCOVERAGEThe spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevantstatic StringCREATEDDate Created - Date of creation of the resourcestatic StringCREATORAn entity primarily responsible for making the resourcestatic StringDATEA point or period of time associated with an event in the lifecycle of the resourcestatic StringDESCRIPTIONAn account of the resourcestatic StringIDENTIFIERAn unambiguous reference to the resource within a given contextstatic StringLICENSEA legal document giving official permission to do something with the resourcestatic StringMODIFIEDDate Modified - Date on which the resource was changedstatic StringPUBLISHERAn entity responsible for making the resource availablestatic StringREFERENCESA related resource that is referenced, cited, or otherwise pointed to by the described resourcestatic StringRELATIONA related resourcestatic StringSOURCEA related resource from which the described resource is derivedstatic StringSPATIALSpatial Coverage - Spatial characteristics of the resourcestatic StringSUBJECTThe topic of the resourcestatic StringTAGA tag or label of the resourcestatic StringTEMPORALTemporal Coverage - Temporal characteristics of the resourcestatic StringTITLEA name given to the resourcestatic StringTYPEThe nature or genre of the resourcestatic StringURIThe set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Forcestatic StringVALIDDate Valid - Date (often a range) of validity of a resourcestatic StringVERSIONA version of the resource
-
Constructor Summary
Constructors Constructor Description PropertyNames()
-
-
-
Field Detail
-
CONTRIBUTOR
public static final String CONTRIBUTOR
An entity responsible for making contributions to the resource- See Also:
- Constant Field Values
-
COVERAGE
public static final String COVERAGE
The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant- See Also:
- Constant Field Values
-
CREATED
public static final String CREATED
Date Created - Date of creation of the resource- See Also:
- Constant Field Values
-
CREATOR
public static final String CREATOR
An entity primarily responsible for making the resource- See Also:
- Constant Field Values
-
DATE
public static final String DATE
A point or period of time associated with an event in the lifecycle of the resource- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
An account of the resource- See Also:
- Constant Field Values
-
IDENTIFIER
public static final String IDENTIFIER
An unambiguous reference to the resource within a given context- See Also:
- Constant Field Values
-
LICENSE
public static final String LICENSE
A legal document giving official permission to do something with the resource- See Also:
- Constant Field Values
-
MODIFIED
public static final String MODIFIED
Date Modified - Date on which the resource was changed- See Also:
- Constant Field Values
-
PUBLISHER
public static final String PUBLISHER
An entity responsible for making the resource available- See Also:
- Constant Field Values
-
REFERENCES
public static final String REFERENCES
A related resource that is referenced, cited, or otherwise pointed to by the described resource- See Also:
- Constant Field Values
-
RELATION
public static final String RELATION
A related resource- See Also:
- Constant Field Values
-
SOURCE
public static final String SOURCE
A related resource from which the described resource is derived- See Also:
- Constant Field Values
-
SPATIAL
public static final String SPATIAL
Spatial Coverage - Spatial characteristics of the resource- See Also:
- Constant Field Values
-
SUBJECT
public static final String SUBJECT
The topic of the resource- See Also:
- Constant Field Values
-
TAG
public static final String TAG
A tag or label of the resource- See Also:
- Constant Field Values
-
TEMPORAL
public static final String TEMPORAL
Temporal Coverage - Temporal characteristics of the resource- See Also:
- Constant Field Values
-
TITLE
public static final String TITLE
A name given to the resource- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
The nature or genre of the resource- See Also:
- Constant Field Values
-
URI
public static final String URI
The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force- See Also:
- Constant Field Values
-
VALID
public static final String VALID
Date Valid - Date (often a range) of validity of a resource- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
A version of the resource- See Also:
- Constant Field Values
-
-