Uses of Class
org.opengis.metadata.citation.PresentationForm

Packages that use PresentationForm
org.geotools.metadata.iso.citation Citation implementation. 
org.opengis.metadata.citation Citation and responsible party information. 
 

Uses of PresentationForm in org.geotools.metadata.iso.citation
 

Methods in org.geotools.metadata.iso.citation that return types with arguments of type PresentationForm
 Collection<PresentationForm> CitationImpl.getPresentationForm()
          Returns the mode in which the resource is represented, or an empty string if none.
 

Method parameters in org.geotools.metadata.iso.citation with type arguments of type PresentationForm
 void CitationImpl.setPresentationForm(Collection<? extends PresentationForm> newValues)
          Set the mode in which the resource is represented, or an empty string if none.
 

Uses of PresentationForm in org.opengis.metadata.citation
 

Fields in org.opengis.metadata.citation declared as PresentationForm
static PresentationForm PresentationForm.DOCUMENT_DIGITAL
          Digital representation of a primarily textual item (can contain illustrations also).
static PresentationForm PresentationForm.DOCUMENT_HARDCOPY
          Representation of a primarily textual item (can contain illustrations also) on paper, photographic material, or other media.
static 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 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 PresentationForm PresentationForm.MAP_DIGITAL
          Map represented in raster or vector form.
static PresentationForm PresentationForm.MAP_HARDCOPY
          Map printed on paper, photographic material, or other media for use directly by the human user.
static PresentationForm PresentationForm.MODEL_DIGITAL
          Multi-dimensional digital representation of a feature, process, etc.
static PresentationForm PresentationForm.MODEL_HARDCOPY
          3-dimensional, physical model.
static PresentationForm PresentationForm.PROFILE_DIGITAL
          Vertical cross-section in digital form.
static PresentationForm PresentationForm.PROFILE_HARDCOPY
          Vertical cross-section printed on paper, etc.
static PresentationForm PresentationForm.TABLE_DIGITAL
          Digital representation of facts or figures systematically displayed, especially in columns.
static PresentationForm PresentationForm.TABLE_HARDCOPY
          Representation of facts or figures systematically displayed, especially in columns, printed on paper, photographic material, or other media.
static PresentationForm PresentationForm.VIDEO_DIGITAL
          Digital video recording.
static PresentationForm PresentationForm.VIDEO_HARDCOPY
          Video recording on film.
 

Methods in org.opengis.metadata.citation that return PresentationForm
 PresentationForm[] PresentationForm.family()
          Returns the list of enumerations of the same kind than this enum.
static PresentationForm PresentationForm.valueOf(String code)
          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 of PresentationForms.
 

Methods in org.opengis.metadata.citation that return types with arguments of type PresentationForm
 Collection<PresentationForm> Citation.getPresentationForm()
          Mode in which the resource is represented, or an empty string if none.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.