Uses of Class
org.opengis.metadata.identification.AssociationType
-
Packages that use AssociationType Package Description org.opengis.metadata.identification Identification information (includes data and service identification). -
-
Uses of AssociationType in org.opengis.metadata.identification
Fields in org.opengis.metadata.identification declared as AssociationType Modifier and Type Field Description static AssociationTypeAssociationType. CROSS_REFERENCEReference from one dataset to another.static AssociationTypeAssociationType. LARGER_WORD_CITATIONReference to a master dataset of which this one is a part.static AssociationTypeAssociationType. PART_OF_SEAMLESS_DATABASEPart of same structured set of data held in a computer.static AssociationTypeAssociationType. SOURCEMapping and charting information from which the dataset content originates.static AssociationTypeAssociationType. STEREO_MATEPart of a set of imagery that when used together, provides three-dimensional images.Fields in org.opengis.metadata.identification with type parameters of type AssociationType Modifier and Type Field Description private static java.util.List<AssociationType>AssociationType. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.identification that return AssociationType Modifier and Type Method Description AssociationType[]AssociationType. family()Returns the list of enumerations of the same kind than this enum.AssociationTypeAggregateInformation. getAssociationType()Association type of the aggregate dataset.static AssociationTypeAssociationType. valueOf(java.lang.String code)Returns 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.
-