Class 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 String CONTRIBUTOR
      An entity responsible for making contributions to the resource
      static 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
      static String CREATED
      Date Created - Date of creation of the resource
      static String CREATOR
      An entity primarily responsible for making the resource
      static String DATE
      A point or period of time associated with an event in the lifecycle of the resource
      static String DESCRIPTION
      An account of the resource
      static String IDENTIFIER
      An unambiguous reference to the resource within a given context
      static String LICENSE
      A legal document giving official permission to do something with the resource
      static String MODIFIED
      Date Modified - Date on which the resource was changed
      static String PUBLISHER
      An entity responsible for making the resource available
      static String REFERENCES
      A related resource that is referenced, cited, or otherwise pointed to by the described resource
      static String RELATION
      A related resource
      static String SOURCE
      A related resource from which the described resource is derived
      static String SPATIAL
      Spatial Coverage - Spatial characteristics of the resource
      static String SUBJECT
      The topic of the resource
      static String TAG
      A tag or label of the resource
      static String TEMPORAL
      Temporal Coverage - Temporal characteristics of the resource
      static String TITLE
      A name given to the resource
      static String TYPE
      The nature or genre of the resource
      static String URI
      The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force
      static String VALID
      Date Valid - Date (often a range) of validity of a resource
      static String VERSION
      A version of the resource
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyNames()