Uses of Class
org.opengis.metadata.citation.PresentationForm
Packages that use PresentationForm
-
Uses of PresentationForm in org.opengis.metadata.citation
Fields in org.opengis.metadata.citation declared as PresentationFormModifier and TypeFieldDescriptionstatic final PresentationForm
PresentationForm.AUDIO_DIGITAL
Digital audio recording.static final PresentationForm
PresentationForm.AUDIO_HARDCOPY
Audio recording delivered by analog media, such as a magnetic tapestatic final PresentationForm
PresentationForm.DIAGRAM_DIGITAL
Information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and recorded in digital format.static final PresentationForm
PresentationForm.DIAGRAM_HARDCOPY
Information represented graphically by charts such as pie chart, bar chart, and other type of diagrams and printed on paper, photographic material, or other media.static 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.MULTIMEDIA_DIGITAL
Information representation using simultaneously various digital modes for text, sound, image.static final PresentationForm
PresentationForm.MULTIMEDIA_HARDCOPY
Information representation using simultaneously various analog modes for text, sound, image.static final PresentationForm
PresentationForm.PHYSICAL_OBJECT
A physical object.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.Methods in org.opengis.metadata.citation that return PresentationFormModifier and TypeMethodDescriptionPresentationForm.family()
Returns the list of codes of the same kind as this code list element.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.Methods in org.opengis.metadata.citation that return types with arguments of type PresentationFormModifier and TypeMethodDescriptiondefault Collection
<PresentationForm> Citation.getPresentationForms()
Mode in which the resource is represented.