Uses of Class
org.opengis.metadata.identification.TopicCategory
Packages that use TopicCategory
Package
Description
Information to uniquely identify the data or service.
Identification information
(includes data and service identification).
-
Uses of TopicCategory in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type TopicCategoryModifier and TypeMethodDescriptionAbstractIdentification.getTopicCategories()Returns the main theme(s) of the resource.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type TopicCategoryModifier and TypeMethodDescriptionvoidAbstractIdentification.setTopicCategories(Collection<? extends TopicCategory> newValues) Sets the main theme(s) of the resource.Constructors in org.apache.sis.metadata.iso.identification with parameters of type TopicCategoryModifierConstructorDescriptionAbstractIdentification(Citation citation, CharSequence abstracts, TopicCategory topicCategory) Creates an identification initialized to the specified values.DefaultDataIdentification(Citation citation, CharSequence abstracts, Locale language, TopicCategory topicCategory) Creates a data identification initialized to the specified values. -
Uses of TopicCategory in org.opengis.metadata.identification
Subclasses with type arguments of type TopicCategory in org.opengis.metadata.identificationModifier and TypeClassDescriptionfinal classHigh-level geographic data thematic classification to assist in the grouping and search of available geographic data sets.Fields in org.opengis.metadata.identification declared as TopicCategoryModifier and TypeFieldDescriptionstatic final TopicCategoryTopicCategory.BIOTAFlora and/or fauna in natural environment.static final TopicCategoryTopicCategory.BOUNDARIESLegal land descriptions.static final TopicCategoryTopicCategory.CLIMATOLOGY_METEOROLOGY_ATMOSPHEREProcesses and phenomena of the atmosphere.static final TopicCategoryTopicCategory.ECONOMYEconomic activities, conditions and employment.static final TopicCategoryTopicCategory.ELEVATIONHeight above or below sea level.static final TopicCategoryTopicCategory.ENVIRONMENTEnvironmental resources, protection and conservation.static final TopicCategoryTopicCategory.FARMINGRearing of animals and/or cultivation of plants.static final TopicCategoryTopicCategory.GEOSCIENTIFIC_INFORMATIONInformation pertaining to earth sciences.static final TopicCategoryTopicCategory.HEALTHHealth, health services, human ecology, and safety.static final TopicCategoryTopicCategory.IMAGERY_BASE_MAPS_EARTH_COVERBase maps.static final TopicCategoryTopicCategory.INLAND_WATERSInland water features, drainage systems and their characteristics.static final TopicCategoryTopicCategory.INTELLIGENCE_MILITARYMilitary bases, structures, activities.static final TopicCategoryTopicCategory.LOCATIONPositional information and services.static final TopicCategoryTopicCategory.OCEANSFeatures and characteristics of salt water bodies (excluding inland waters).static final TopicCategoryTopicCategory.PLANNING_CADASTREInformation used for appropriate actions for future use of the land.static final TopicCategoryTopicCategory.SOCIETYCharacteristics of society and cultures.static final TopicCategoryTopicCategory.STRUCTUREMan-made construction.static final TopicCategoryTopicCategory.TRANSPORTATIONMeans and aids for conveying persons and/or goods.static final TopicCategoryTopicCategory.UTILITIES_COMMUNICATIONEnergy, water and waste systems and communications infrastructure and services.Methods in org.opengis.metadata.identification that return TopicCategoryModifier and TypeMethodDescriptionTopicCategory.family()Returns the list of enumerations of the same kind as this enum.static TopicCategoryReturns the topic category that matches the given string, or returns a new one if none match it.static TopicCategory[]TopicCategory.values()Returns the list ofTopicCategorys.Methods in org.opengis.metadata.identification that return types with arguments of type TopicCategoryModifier and TypeMethodDescriptionDataIdentification.getTopicCategories()Main theme(s) of the dataset.