Uses of Class
org.opengis.metadata.identification.TopicCategory

Packages that use TopicCategory
org.geotools.metadata.iso.identification Identification implementation. 
org.opengis.metadata.identification Identification information (includes data and service identification). 
 

Uses of TopicCategory in org.geotools.metadata.iso.identification
 

Methods in org.geotools.metadata.iso.identification that return types with arguments of type TopicCategory
 Collection<TopicCategory> DataIdentificationImpl.getTopicCategories()
          Main theme(s) of the datset.
 

Method parameters in org.geotools.metadata.iso.identification with type arguments of type TopicCategory
 void DataIdentificationImpl.setTopicCategories(Collection<? extends TopicCategory> newValues)
          Set the main theme(s) of the datset.
 

Constructor parameters in org.geotools.metadata.iso.identification with type arguments of type TopicCategory
DataIdentificationImpl(Citation citation, InternationalString abstracts, Collection<? extends Locale> language, Collection<? extends TopicCategory> topicCategories)
          Creates a data identification initialized to the specified values.
 

Uses of TopicCategory in org.opengis.metadata.identification
 

Fields in org.opengis.metadata.identification declared as TopicCategory
static TopicCategory TopicCategory.BIOTA
          Flora and/or fauna in natural environment.
static TopicCategory TopicCategory.BOUNDARIES
          Legal land descriptions.
static TopicCategory TopicCategory.CLIMATOLOGY_METEOROLOGY_ATMOSPHERE
          Processes and phenomena of the atmosphere.
static TopicCategory TopicCategory.ECONOMY
          Economic activities, conditions and employment.
static TopicCategory TopicCategory.ELEVATION
          Height above or below sea level.
static TopicCategory TopicCategory.ENVIRONMENT
          Environmental resources, protection and conservation.
static TopicCategory TopicCategory.FARMING
          Rearing of animals and/or cultivation of plants.
static TopicCategory TopicCategory.GEOSCIENTIFIC_INFORMATION
          Information pertaining to earth sciences.
static TopicCategory TopicCategory.HEALTH
          Health, health services, human ecology, and safety.
static TopicCategory TopicCategory.IMAGERY_BASE_MAPS_EARTH_COVER
          Base maps.
static TopicCategory TopicCategory.INLAND_WATERS
          Inland water features, drainage systems and their characteristics.
static TopicCategory TopicCategory.INTELLIGENCE_MILITARY
          Military bases, structures, activities.
static TopicCategory TopicCategory.LOCATION
          Positional information and services.
static TopicCategory TopicCategory.OCEANS
          Features and characteristics of salt water bodies (excluding inland waters).
static TopicCategory TopicCategory.PLANNING_CADASTRE
          Information used for appropriate actions for future use of the land.
static TopicCategory TopicCategory.SOCIETY
          Characteristics of society and cultures.
static TopicCategory TopicCategory.STRUCTURE
          Man-made construction.
static TopicCategory TopicCategory.TRANSPORTATION
          Means and aids for conveying persons and/or goods.
static TopicCategory TopicCategory.UTILITIES_COMMUNICATION
          Energy, water and waste systems and communications infrastructure and services.
 

Methods in org.opengis.metadata.identification that return TopicCategory
 TopicCategory[] TopicCategory.family()
          Returns the list of enumerations of the same kind than this enum.
static TopicCategory TopicCategory.valueOf(String code)
          Returns the topic category that matches the given string, or returns a new one if none match it.
static TopicCategory[] TopicCategory.values()
          Returns the list of TopicCategorys.
 

Methods in org.opengis.metadata.identification that return types with arguments of type TopicCategory
 Collection<TopicCategory> DataIdentification.getTopicCategories()
          Main theme(s) of the dataset.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.