Uses of Class
org.opengis.metadata.identification.InitiativeType
Packages that use InitiativeType
Package
Description
Information to uniquely identify the data or service.
Identification information
(includes data and service identification).
-
Uses of InitiativeType in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return InitiativeTypeModifier and TypeMethodDescriptionDefaultAssociatedResource.getInitiativeType()Returns the type of initiative under which the associated resource was produced, ornullif none.Methods in org.apache.sis.metadata.iso.identification with parameters of type InitiativeTypeModifier and TypeMethodDescriptionvoidDefaultAssociatedResource.setInitiativeType(InitiativeType newValue) Sets a new type of initiative under which the associated resource was produced. -
Uses of InitiativeType in org.opengis.metadata.identification
Subclasses with type arguments of type InitiativeType in org.opengis.metadata.identificationModifier and TypeClassDescriptionfinal classType of aggregation activity in which datasets are relatedFields in org.opengis.metadata.identification declared as InitiativeTypeModifier and TypeFieldDescriptionstatic final InitiativeTypeInitiativeType.CAMPAIGNSeries of organized planned actions.static final InitiativeTypeInitiativeType.COLLECTIONAccumulation of datasets assembled for a specific purpose.static final InitiativeTypeInitiativeType.EXERCISESpecific performance of a function or group of functions.static final InitiativeTypeInitiativeType.EXPERIMENTProcess designed to find if something is effective or valid.static final InitiativeTypeInitiativeType.INVESTIGATIONSearch or systematic inquiry.static final InitiativeTypeInitiativeType.MISSIONSpecific operation of a data collection system.static final InitiativeTypeInitiativeType.OPERATIONAction that is part of a series of actions.static final InitiativeTypeInitiativeType.PLATFORMVehicle or other support base that holds a sensor.static final InitiativeTypeInitiativeType.PROCESSMethod of doing something involving a number of steps.static final InitiativeTypeInitiativeType.PROGRAMSpecific planned activity.static final InitiativeTypeInitiativeType.PROJECTOrganized undertaking, research, or development.static final InitiativeTypeInitiativeType.SENSORDevice or piece of equipment which detects or records.static final InitiativeTypeInitiativeType.STUDYExamination or investigation.static final InitiativeTypeInitiativeType.TASKPiece of work.static final InitiativeTypeInitiativeType.TRIALProcess of testing to discover or demonstrate something.Methods in org.opengis.metadata.identification that return InitiativeTypeModifier and TypeMethodDescriptionInitiativeType.family()Returns the list of enumerations of the same kind as this enum.AggregateInformation.getInitiativeType()Type of initiative under which the aggregate dataset was produced.static InitiativeTypeReturns the initiative type that matches the given string, or returns a new one if none match it.static InitiativeType[]InitiativeType.values()Returns the list ofInitiativeTypes.