Uses of Interface
org.opengis.metadata.identification.BrowseGraphic
Packages that use BrowseGraphic
Package
Description
Reference to the data or service (citation, responsible party, contact information).
Information about legal and security constraints placed on data.
Information to uniquely identify the data or service.
Information about data quality, accuracy and consistency of a dataset.
Identification information
(includes data and service identification).
-
Uses of BrowseGraphic in org.apache.sis.metadata.iso.citation
Methods in org.apache.sis.metadata.iso.citation that return types with arguments of type BrowseGraphicModifier and TypeMethodDescriptionDefaultCitation.getGraphics()Returns citation graphics or logo for cited party.DefaultOrganisation.getLogo()Returns the graphics identifying organization.Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type BrowseGraphicModifier and TypeMethodDescriptionvoidDefaultCitation.setGraphics(Collection<? extends BrowseGraphic> newValues) Sets citation graphics or logo for cited party.voidDefaultOrganisation.setLogo(Collection<? extends BrowseGraphic> newValues) Sets the graphics identifying organisation.Constructors in org.apache.sis.metadata.iso.citation with parameters of type BrowseGraphicModifierConstructorDescriptionDefaultOrganisation(CharSequence name, BrowseGraphic logo, DefaultIndividual individual, Contact contactInfo) Constructs an organization initialized to the specified values. -
Uses of BrowseGraphic in org.apache.sis.metadata.iso.constraint
Methods in org.apache.sis.metadata.iso.constraint that return types with arguments of type BrowseGraphicModifier and TypeMethodDescriptionDefaultConstraints.getGraphics()Returns the graphics / symbols indicating the constraint.Method parameters in org.apache.sis.metadata.iso.constraint with type arguments of type BrowseGraphicModifier and TypeMethodDescriptionvoidDefaultConstraints.setGraphics(Collection<? extends BrowseGraphic> newValues) Sets the new graphics / symbols indicating the constraint. -
Uses of BrowseGraphic in org.apache.sis.metadata.iso.identification
Classes in org.apache.sis.metadata.iso.identification that implement BrowseGraphicModifier and TypeClassDescriptionclassGraphic that provides an illustration of the dataset (should include a legend for the graphic).Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type BrowseGraphicModifier and TypeMethodDescriptionAbstractIdentification.getGraphicOverviews()Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).Methods in org.apache.sis.metadata.iso.identification with parameters of type BrowseGraphicModifier and TypeMethodDescriptionstatic DefaultBrowseGraphicDefaultBrowseGraphic.castOrCopy(BrowseGraphic object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type BrowseGraphicModifier and TypeMethodDescriptionvoidAbstractIdentification.setGraphicOverviews(Collection<? extends BrowseGraphic> newValues) Sets a graphic that illustrates the resource(s).Constructors in org.apache.sis.metadata.iso.identification with parameters of type BrowseGraphicModifierConstructorDescriptionDefaultBrowseGraphic(BrowseGraphic object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of BrowseGraphic in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return BrowseGraphicModifier and TypeMethodDescriptionDefaultMeasureDescription.getExtendedDescription()Returns the illustration.Methods in org.apache.sis.metadata.iso.quality with parameters of type BrowseGraphicModifier and TypeMethodDescriptionvoidDefaultMeasureDescription.setExtendedDescription(BrowseGraphic newValue) Sets the illustration. -
Uses of BrowseGraphic in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type BrowseGraphicModifier and TypeMethodDescriptionCollection<? extends BrowseGraphic> Identification.getGraphicOverviews()Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).