|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<TopicCategory>
TopicCategory
@UML(identifier="MD_TopicCategoryCode", specification=ISO_19115) public final class TopicCategory
High-level geographic data thematic classification to assist in the grouping and search of available geographic data sets. Can be used to group keywords as well. Listed examples are not exhaustive. NOTE: It is understood there are overlaps between general categories and the user is encouraged to select the one most appropriate.
Field Summary | |
---|---|
static TopicCategory |
BIOTA
Flora and/or fauna in natural environment. |
static TopicCategory |
BOUNDARIES
Legal land descriptions. |
static TopicCategory |
CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
Processes and phenomena of the atmosphere. |
static TopicCategory |
ECONOMY
Economic activities, conditions and employment. |
static TopicCategory |
ELEVATION
Height above or below sea level. |
static TopicCategory |
ENVIRONMENT
Environmental resources, protection and conservation. |
static TopicCategory |
FARMING
Rearing of animals and/or cultivation of plants. |
static TopicCategory |
GEOSCIENTIFIC_INFORMATION
Information pertaining to earth sciences. |
static TopicCategory |
HEALT
Deprecated. Renamed as HEALTH . |
static TopicCategory |
HEALTH
Health, health services, human ecology, and safety. |
static TopicCategory |
IMAGERY_BASE_MAPS_EARTH_COVER
Base maps. |
static TopicCategory |
INLAND_WATERS
Inland water features, drainage systems and their characteristics. |
static TopicCategory |
INTELLIGENCE_MILITARY
Military bases, structures, activities. |
static TopicCategory |
LOCATION
Positional information and services. |
static TopicCategory |
OCEANS
Features and characteristics of salt water bodies (excluding inland waters). |
static TopicCategory |
PLANNING_CADASTRE
Information used for appropriate actions for future use of the land. |
static TopicCategory |
SOCIETY
Characteristics of society and cultures. |
static TopicCategory |
STRUCTURE
Man-made construction. |
static TopicCategory |
TRANSPORTATION
Means and aids for conveying persons and/or goods. |
static TopicCategory |
UTILITIES_COMMUNICATION
Energy, water and waste systems and communications infrastructure and services. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static TopicCategory |
valueOf(String code)
Returns the TopicCategory that matches the given string, or returns a new one if none match it. |
static TopicCategory[] |
values()
Returns the list of TopicCategory s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@UML(identifier="farming", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory FARMING
@UML(identifier="biota", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory BIOTA
@UML(identifier="boundaries", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory BOUNDARIES
@UML(identifier="climatologyMeteorologyAtmosphere", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
@UML(identifier="economy", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory ECONOMY
@UML(identifier="elevation", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory ELEVATION
@UML(identifier="environment", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory ENVIRONMENT
@UML(identifier="geoscientificInformation", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory GEOSCIENTIFIC_INFORMATION
@UML(identifier="health", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory HEALTH
public static final TopicCategory HEALT
HEALTH
.@UML(identifier="imageryBaseMapsEarthCover", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory IMAGERY_BASE_MAPS_EARTH_COVER
@UML(identifier="intelligenceMilitary", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory INTELLIGENCE_MILITARY
@UML(identifier="inlandWaters", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory INLAND_WATERS
@UML(identifier="location", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory LOCATION
@UML(identifier="oceans", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory OCEANS
@UML(identifier="planningCadastre", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory PLANNING_CADASTRE
@UML(identifier="society", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory SOCIETY
@UML(identifier="structure", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory STRUCTURE
@UML(identifier="transportation", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory TRANSPORTATION
@UML(identifier="utilitiesCommunication", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory UTILITIES_COMMUNICATION
Method Detail |
---|
public static TopicCategory[] values()
TopicCategory
s.
public CodeList[] family()
family
in class CodeList<TopicCategory>
public static TopicCategory valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |