Uses of Class
org.opengis.metadata.citation.PresentationForm
-
Uses of PresentationForm in org.opengis.metadata.citation
Modifier and TypeFieldDescriptionstatic final PresentationForm
PresentationForm.DOCUMENT_DIGITAL
Digital representation of a primarily textual item (can contain illustrations also).static final PresentationForm
PresentationForm.DOCUMENT_HARDCOPY
Representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media.static final PresentationForm
PresentationForm.IMAGE_DIGITAL
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
PresentationForm.IMAGE_HARDCOPY
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
PresentationForm.MAP_DIGITAL
Map represented in raster or vector form.static final PresentationForm
PresentationForm.MAP_HARDCOPY
Map printed on paper, photographic material, or other media for use directly by the human user.static final PresentationForm
PresentationForm.MODEL_DIGITAL
Multi-dimensional digital representation of a feature, process, etc.static final PresentationForm
PresentationForm.MODEL_HARDCOPY
3-dimensional, physical model.static final PresentationForm
PresentationForm.PROFILE_DIGITAL
Vertical cross-section in digital form.static final PresentationForm
PresentationForm.PROFILE_HARDCOPY
Vertical cross-section printed on paper, etc.static final PresentationForm
PresentationForm.TABLE_DIGITAL
Digital representation of facts or figures systematically displayed, especially in columns.static final PresentationForm
PresentationForm.TABLE_HARDCOPY
Representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media.static final PresentationForm
PresentationForm.VIDEO_DIGITAL
Digital video recording.static final PresentationForm
PresentationForm.VIDEO_HARDCOPY
Video recording on film.Modifier and TypeMethodDescriptionPresentationForm.family()
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[]
PresentationForm.values()
Returns the list ofPresentationForm
s.Modifier and TypeMethodDescriptionCitation.getPresentationForms()
Mode in which the resource is represented, or an empty string if none.