@UML(identifier="MD_TopicCategoryCode", specification=ISO_19115) public final class TopicCategory extends CodeList<TopicCategory>
NOTE: It is understood there are overlaps between general categories and the user is encouraged to select the one most appropriate.
Modifier and Type | Field and Description |
---|---|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
TopicCategory[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static TopicCategory |
valueOf(String code)
Returns the topic category that matches the given string, or returns a new one if none match
it.
|
static TopicCategory[] |
values()
Returns the list of
TopicCategory s. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf
@UML(identifier="farming", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory FARMING
Examples: agriculture, irrigation, aquaculture, plantations, herding, pests and diseases affecting crops and livestock.
@UML(identifier="biota", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory BIOTA
Examples: wildlife, vegetation, biological sciences, ecology, wilderness, sealife, wetlands, habitat
@UML(identifier="boundaries", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory BOUNDARIES
Examples: political and administrative boundaries.
@UML(identifier="climatologyMeteorologyAtmosphere", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
Examples: cloud cover, weather, climate, atmospheric conditions, climate change, precipitation.
@UML(identifier="economy", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory ECONOMY
Examples: production, labour, revenue, commerce, industry, tourism and ecotourism, forestry, fisheries, commercial or subsistence hunting, exploration and exploitation of resources such as minerals, oil and gas.
@UML(identifier="elevation", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory ELEVATION
Examples: altitude, bathymetry, digital elevation models, slope, derived products.
@UML(identifier="environment", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory ENVIRONMENT
Examples: environmental pollution, waste storage and treatment, environmental impact assessment, monitoring environmental risk, nature reserves, landscape.
@UML(identifier="geoscientificInformation", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory GEOSCIENTIFIC_INFORMATION
Examples: geophysical features and processes, geology, minerals, sciences dealing with the composition, structure and origin of the earth's rocks, risks of earthquakes, volcanic activity, landslides, gravity information, soils, permafrost, hydrogeology, erosion.
@UML(identifier="health", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory HEALTH
Examples: disease and illness, factors affecting health, hygiene, substance abuse, mental and physical health, health services.
@UML(identifier="imageryBaseMapsEarthCover", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory IMAGERY_BASE_MAPS_EARTH_COVER
Examples: land cover, topographic maps, imagery, unclassified images, annotations.
@UML(identifier="intelligenceMilitary", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory INTELLIGENCE_MILITARY
Examples: barracks, training grounds, military transportation, information collection.
@UML(identifier="inlandWaters", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory INLAND_WATERS
Examples: rivers and glaciers, salt lakes, water utilization plans, dams, currents, floods, water quality, hydrographic charts.
@UML(identifier="location", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory LOCATION
Examples: addresses, geodetic networks, control points, postal zones and services, place names.
@UML(identifier="oceans", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory OCEANS
Examples: tides, tidal waves, coastal information, reefs.
@UML(identifier="planningCadastre", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory PLANNING_CADASTRE
Examples: land use maps, zoning maps, cadastral surveys, land ownership.
@UML(identifier="society", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory SOCIETY
Examples: settlements, anthropology, archaeology, education, traditional beliefs, manners and customs, demographic data, recreational areas and activities, social impact assessments, crime and justice, census information
@UML(identifier="structure", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory STRUCTURE
Examples: buildings, museums, churches, factories, housing, monuments, shops, towers.
@UML(identifier="transportation", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory TRANSPORTATION
Examples: roads, airports/airstrips, shipping routes, tunnels, nautical charts, vehicle or vessel location, aeronautical charts, railways.
@UML(identifier="utilitiesCommunication", obligation=CONDITIONAL, specification=ISO_19115) public static final TopicCategory UTILITIES_COMMUNICATION
Examples: hydroelectricity, geothermal, solar and nuclear sources of energy, water purification and distribution, sewage collection and disposal, electricity and gas distribution, data communication, telecommunication, radio, communication networks.
public static TopicCategory[] values()
TopicCategory
s.public TopicCategory[] family()
family
in class CodeList<TopicCategory>
public static TopicCategory valueOf(String code)
code
- The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.