- All Implemented Interfaces:
Serializable
,Comparable<AssociationType>
,ControlledVocabulary
@UML(identifier="DS_AssociationTypeCode",
specification=ISO_19115)
public final class AssociationType
extends CodeList<AssociationType>
Justification for the correlation of two datasets.
- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opengis.util.CodeList
CodeList.Filter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AssociationType
Common title for a collection of resources.static final AssociationType
Reference from one dataset to another.static final AssociationType
Associated through a dependency.static final AssociationType
Reference to resources that are parts of this resource.static final AssociationType
Deprecated.static final AssociationType
Reference to a master dataset of which this one is a part.static final AssociationType
Part of same structured set of data held in a computer.static final AssociationType
Resource is a revision of associated resource.static final AssociationType
Associated through a common heritage such as produced to a common product specification.static final AssociationType
Deprecated.Removed in ISO 19115:2014.static final AssociationType
Part of a set of imagery that when used together, provides three-dimensional images. -
Method Summary
Modifier and TypeMethodDescriptionfamily()
Returns the list of codes of the same kind as this code list element.static AssociationType
Returns the association type that matches the given string, or returns a new one if none match it.static AssociationType[]
values()
Returns the list ofAssociationType
s.Methods inherited from class org.opengis.util.CodeList
compareTo, identifier, name, ordinal, readResolve, toString, valueOf, valueOf, valueOf, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opengis.util.ControlledVocabulary
names
-
Field Details
-
CROSS_REFERENCE
@UML(identifier="crossReference", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType CROSS_REFERENCEReference from one dataset to another. -
LARGER_WORK_CITATION
@UML(identifier="largerWorkCitation", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType LARGER_WORK_CITATIONReference to a master dataset of which this one is a part.- Since:
- 3.1
-
LARGER_WORD_CITATION
Deprecated.RenamedLARGER_WORK_CITATION
. -
PART_OF_SEAMLESS_DATABASE
@UML(identifier="partOfSeamlessDatabase", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType PART_OF_SEAMLESS_DATABASEPart of same structured set of data held in a computer. -
SOURCE
@Deprecated(since="3.1") @UML(identifier="source", obligation=CONDITIONAL, specification=ISO_19115, version=2003) public static final AssociationType SOURCEDeprecated.Removed in ISO 19115:2014.Mapping and charting information from which the dataset content originates. -
STEREO_MATE
@UML(identifier="stereoMate", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType STEREO_MATEPart of a set of imagery that when used together, provides three-dimensional images. -
IS_COMPOSED_OF
@UML(identifier="isComposedOf", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType IS_COMPOSED_OFReference to resources that are parts of this resource.- Since:
- 3.1
-
COLLECTIVE_TITLE
@UML(identifier="collectiveTitle", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType COLLECTIVE_TITLECommon title for a collection of resources.Note: title identifies elements of a series collectively, combined with information about what volumes are available at the source cite.- Since:
- 3.1
-
SERIES
@UML(identifier="series", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType SERIESAssociated through a common heritage such as produced to a common product specification.- Since:
- 3.1
-
DEPENDENCY
@UML(identifier="dependency", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType DEPENDENCYAssociated through a dependency.- Since:
- 3.1
-
REVISION_OF
@UML(identifier="revisionOf", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType REVISION_OFResource is a revision of associated resource.- Since:
- 3.1
-
-
Method Details
-
values
Returns the list ofAssociationType
s.- Returns:
- the list of codes declared in the current JVM.
-
family
Returns the list of codes of the same kind as this code list element. Invoking this method is equivalent to invokingvalues()
, except that this method can be invoked on an instance of the parentCodeList
class.- Specified by:
family
in interfaceControlledVocabulary
- Specified by:
family
in classCodeList<AssociationType>
- Returns:
- all code values for this code list.
-
valueOf
Returns the association type that matches the given string, or returns a new one if none match it. This methods returns the first instance (in declaration order) for which the name is equals, ignoring case, to the given name. If no existing instance is found, then a new one is created for the given name.- Parameters:
code
- the name of the code to fetch or to create.- Returns:
- a code matching the given name.
-
LARGER_WORK_CITATION
.