Uses of Class
org.opengis.metadata.identification.InitiativeType
-
Packages that use InitiativeType Package Description org.opengis.metadata.identification Identification information (includes data and service identification). -
-
Uses of InitiativeType in org.opengis.metadata.identification
Fields in org.opengis.metadata.identification declared as InitiativeType Modifier and Type Field Description static InitiativeType
InitiativeType. CAMPAIGN
Series of organized planned actions.static InitiativeType
InitiativeType. COLLECTION
Accumulation of datasets assembled for a specific purpose.static InitiativeType
InitiativeType. EXERCISE
Specific performance of a function or group of functions.static InitiativeType
InitiativeType. EXPERIMENT
Process designed to find if something is effective or valid.static InitiativeType
InitiativeType. INVESTIGATION
Search or systematic inquiry.static InitiativeType
InitiativeType. MISSION
Specific operation of a data collection system.static InitiativeType
InitiativeType. OPERATION
Action that is part of a series of actions.static InitiativeType
InitiativeType. PLATFORM
Vehicle or other support base that holds a sensor.static InitiativeType
InitiativeType. PROCESS
Method of doing something involving a number of steps.static InitiativeType
InitiativeType. PROGRAM
Specific planned activity.static InitiativeType
InitiativeType. PROJECT
Organized undertaking, research, or development.static InitiativeType
InitiativeType. SENSOR
Device or piece of equipment which detects or records.static InitiativeType
InitiativeType. STUDY
Examination or investigation.static InitiativeType
InitiativeType. TASK
Piece of work.static InitiativeType
InitiativeType. TRIAL
Process of testing to discover or demonstrate something.Fields in org.opengis.metadata.identification with type parameters of type InitiativeType Modifier and Type Field Description private static java.util.List<InitiativeType>
InitiativeType. VALUES
List of all enumerations of this type.Methods in org.opengis.metadata.identification that return InitiativeType Modifier and Type Method Description InitiativeType[]
InitiativeType. family()
Returns the list of enumerations of the same kind than this enum.InitiativeType
AggregateInformation. getInitiativeType()
Type of initiative under which the aggregate dataset was produced.static InitiativeType
InitiativeType. valueOf(java.lang.String code)
Returns the initiative type that matches the given string, or returns a new one if none match it.static InitiativeType[]
InitiativeType. values()
Returns the list ofInitiativeType
s.
-