- All Implemented Interfaces:
Serializable
,Comparable<PresentationForm>
@UML(identifier="CI_PresentationFormCode",
specification=ISO_19115)
public final class PresentationForm
extends CodeList<PresentationForm>
Mode in which the data is represented.
- Since:
- 2.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class CodeList
CodeList.Filter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PresentationForm
Digital representation of a primarily textual item (can contain illustrations also).static final PresentationForm
Representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media.static final PresentationForm
Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format.static final PresentationForm
Likeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user.static final PresentationForm
Map represented in raster or vector form.static final PresentationForm
Map printed on paper, photographic material, or other media for use directly by the human user.static final PresentationForm
Multi-dimensional digital representation of a feature, process, etc.static final PresentationForm
3-dimensional, physical model.static final PresentationForm
Vertical cross-section in digital form.static final PresentationForm
Vertical cross-section printed on paper, etc.static final PresentationForm
Digital representation of facts or figures systematically displayed, especially in columns.static final PresentationForm
Representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media.static final PresentationForm
Digital video recording.static final PresentationForm
Video recording on film. -
Method Summary
Modifier and TypeMethodDescriptionfamily()
Returns the list of enumerations of the same kind as this enum.static PresentationForm
Returns the presentation form that matches the given string, or returns a new one if none match it.static PresentationForm[]
values()
Returns the list ofPresentationForm
s.
-
Field Details
-
DOCUMENT_DIGITAL
@UML(identifier="documentDigital", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm DOCUMENT_DIGITALDigital representation of a primarily textual item (can contain illustrations also). -
DOCUMENT_HARDCOPY
@UML(identifier="documentHardcopy", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm DOCUMENT_HARDCOPYRepresentation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media. -
IMAGE_DIGITAL
@UML(identifier="imageDigital", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm IMAGE_DIGITALLikeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and stored in digital format. -
IMAGE_HARDCOPY
@UML(identifier="imageHardcopy", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm IMAGE_HARDCOPYLikeness of natural or man-made features, objects, and activities acquired through the sensing of visual or any other segment of the electromagnetic spectrum by sensors, such as thermal infrared, and high resolution radar and reproduced on paper, photographic material, or other media for use directly by the human user. -
MAP_DIGITAL
@UML(identifier="mapDigital", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm MAP_DIGITALMap represented in raster or vector form. -
MAP_HARDCOPY
@UML(identifier="mapHardcopy", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm MAP_HARDCOPYMap printed on paper, photographic material, or other media for use directly by the human user. -
MODEL_DIGITAL
@UML(identifier="modelDigital", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm MODEL_DIGITALMulti-dimensional digital representation of a feature, process, etc. -
MODEL_HARDCOPY
@UML(identifier="modelHardcopy", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm MODEL_HARDCOPY3-dimensional, physical model. -
PROFILE_DIGITAL
@UML(identifier="profileDigital", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm PROFILE_DIGITALVertical cross-section in digital form. -
PROFILE_HARDCOPY
@UML(identifier="profileHardcopy", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm PROFILE_HARDCOPYVertical cross-section printed on paper, etc. -
TABLE_DIGITAL
@UML(identifier="tableDigital", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm TABLE_DIGITALDigital representation of facts or figures systematically displayed, especially in columns. -
TABLE_HARDCOPY
@UML(identifier="tableHardcopy", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm TABLE_HARDCOPYRepresentation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media. -
VIDEO_DIGITAL
@UML(identifier="videoDigital", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm VIDEO_DIGITALDigital video recording. -
VIDEO_HARDCOPY
@UML(identifier="videoHardcopy", obligation=CONDITIONAL, specification=ISO_19115) public static final PresentationForm VIDEO_HARDCOPYVideo recording on film.
-
-
Method Details
-
values
Returns the list ofPresentationForm
s.- Returns:
- The list of codes declared in the current JVM.
-
family
Returns the list of enumerations of the same kind as this enum.- Specified by:
family
in classCodeList<PresentationForm>
- Returns:
- The codes of the same kind as this code.
-
valueOf
Returns the presentation form that matches the given string, or returns a new one if none match it.- Parameters:
code
- The name of the code to fetch or to create.- Returns:
- A code matching the given name.
-