Uses of Class
org.opengis.metadata.identification.AssociationType
Packages that use AssociationType
Package
Description
Information to uniquely identify the data or service.
Identification information
(includes data and service identification).
-
Uses of AssociationType in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return AssociationTypeModifier and TypeMethodDescriptionDefaultAssociatedResource.getAssociationType()Returns the type of relation between the resources.Methods in org.apache.sis.metadata.iso.identification with parameters of type AssociationTypeModifier and TypeMethodDescriptionvoidDefaultAssociatedResource.setAssociationType(AssociationType newValue) Sets the type of relation between the resources.Constructors in org.apache.sis.metadata.iso.identification with parameters of type AssociationTypeModifierConstructorDescriptionDefaultAssociatedResource(Citation name, AssociationType associationType) Constructs an associated resource initialized to the specified values. -
Uses of AssociationType in org.opengis.metadata.identification
Subclasses with type arguments of type AssociationType in org.opengis.metadata.identificationModifier and TypeClassDescriptionfinal classJustification for the correlation of two datasets.Fields in org.opengis.metadata.identification declared as AssociationTypeModifier and TypeFieldDescriptionstatic final AssociationTypeAssociationType.CROSS_REFERENCEReference from one dataset to another.static final AssociationTypeAssociationType.LARGER_WORD_CITATIONReference to a master dataset of which this one is a part.static final AssociationTypeAssociationType.PART_OF_SEAMLESS_DATABASEPart of same structured set of data held in a computer.static final AssociationTypeAssociationType.SOURCEMapping and charting information from which the dataset content originates.static final AssociationTypeAssociationType.STEREO_MATEPart of a set of imagery that when used together, provides three-dimensional images.Methods in org.opengis.metadata.identification that return AssociationTypeModifier and TypeMethodDescriptionAssociationType.family()Returns the list of enumerations of the same kind as this enum.AggregateInformation.getAssociationType()Association type of the aggregate dataset.static AssociationTypeReturns the association type that matches the given string, or returns a new one if none match it.static AssociationType[]AssociationType.values()Returns the list ofAssociationTypes.