Uses of Interface
org.geotools.api.metadata.citation.OnLineResource
Packages that use OnLineResource
Package
Description
Citation and
responsible party information.
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
Citation implementation.
Allows for symbolization of geospatial data.
-
Uses of OnLineResource in org.geotools.api.metadata.citation
Methods in org.geotools.api.metadata.citation that return OnLineResourceModifier and TypeMethodDescriptionCitationFactory.createOnLineResource
(URI linkage, String protocol, String applicationProfile, InternationalString description, OnLineFunction function) Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.Contact.getOnLineResource()
On-line information that can be used to contact the individual or organization.Methods in org.geotools.api.metadata.citation with parameters of type OnLineResourceModifier and TypeMethodDescriptionCitationFactory.createContact
(Telephone phone, Address address, OnLineResource onLineResource, InternationalString hoursOfService, InternationalString contactInstructions) Information required to enable contact with the responsible person and/or organization. -
Uses of OnLineResource in org.geotools.api.style
Methods in org.geotools.api.style that return OnLineResourceModifier and TypeMethodDescriptionExternalGraphic.getOnlineResource()
Returns a OnlineResource to a file (perhaps a local file) that contains an image.ExternalMark.getOnlineResource()
Online resource defined by an URI.FeatureTypeStyle.getOnlineResource()
It is common to have a style coming from a external xml file, this method provide a way to get the original source if there is one.Rule.getOnlineResource()
Methods in org.geotools.api.style with parameters of type OnLineResourceModifier and TypeMethodDescriptionStyleFactory.externalGraphic
(OnLineResource resource, String format, Collection<ColorReplacement> replacements) Create externalGraphicStyleFactory.externalMark
(OnLineResource resource, String format, int markIndex) void
ExternalMark.setOnlineResource
(OnLineResource resource) void
FeatureTypeStyle.setOnlineResource
(OnLineResource online) It is common to have a style coming from a external xml file, this method provide a way to get the original source if there is one.void
Rule.setOnlineResource
(OnLineResource resource) -
Uses of OnLineResource in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder with parameters of type OnLineResourceModifier and TypeMethodDescriptionExternalMarkBuilder.resouce
(OnLineResource resource) ExternalGraphicBuilder.resource
(OnLineResource resource) -
Uses of OnLineResource in org.geotools.metadata.iso.citation
Classes in org.geotools.metadata.iso.citation that implement OnLineResourceModifier and TypeClassDescriptionclass
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.Fields in org.geotools.metadata.iso.citation declared as OnLineResourceModifier and TypeFieldDescriptionstatic final OnLineResource
OnLineResourceImpl.EPSG
The online resources for the European Petroleum Survey Group.static final OnLineResource
OnLineResourceImpl.ESRI
The online resources for ESRI.static final OnLineResource
OnLineResourceImpl.GEOTIFF
The online resources for the GeoTIFF group.static final OnLineResource
OnLineResourceImpl.GEOTOOLS
The online resources for the Geotools project.static final OnLineResource
OnLineResourceImpl.IAU
The online resources for IAU.static final OnLineResource
OnLineResourceImpl.OGC
The online resources for the Open Geospatial Consortium.static final OnLineResource
OnLineResourceImpl.OPEN_GIS
The online resources for the OpenGIS consortium.static final OnLineResource
OnLineResourceImpl.ORACLE
The online resources for Oracle.static final OnLineResource
OnLineResourceImpl.POSTGIS
The online resources for PostGIS.static final OnLineResource
OnLineResourceImpl.PROJ
The online resources for PROJ.static final OnLineResource
OnLineResourceImpl.SUN_MICROSYSTEMS
The online resources for Sun Microsystems.static final OnLineResource
OnLineResourceImpl.WMS
The download link for Web Map Service specification.Methods in org.geotools.metadata.iso.citation that return OnLineResourceModifier and TypeMethodDescriptionContactImpl.getOnLineResource()
Return on-line information that can be used to contact the individual or organization.Methods in org.geotools.metadata.iso.citation with parameters of type OnLineResourceModifier and TypeMethodDescriptionstatic ResponsibleParty
ResponsiblePartyImpl.OGC
(Role role, OnLineResource resource) Creates a responsible party metadata entry for OGC involvement.void
ContactImpl.setOnLineResource
(OnLineResource newValue) Set on-line information that can be used to contact the individual or organization.Constructors in org.geotools.metadata.iso.citation with parameters of type OnLineResourceModifierConstructorDescriptionContactImpl
(OnLineResource resource) Constructs a contact initialized to the specified online resource.OnLineResourceImpl
(OnLineResource source) Constructs a metadata entity initialized with the values from the specified metadata. -
Uses of OnLineResource in org.geotools.styling
Methods in org.geotools.styling that return OnLineResourceModifier and TypeMethodDescriptionExternalGraphicImpl.getOnlineResource()
ExternalMarkImpl.getOnlineResource()
FeatureTypeStyleImpl.getOnlineResource()
RuleImpl.getOnlineResource()
Methods in org.geotools.styling with parameters of type OnLineResourceModifier and TypeMethodDescriptionStyleFactoryImpl.externalGraphic
(OnLineResource resource, String format, Collection<ColorReplacement> replacements) StyleFactoryImpl2.externalGraphic
(OnLineResource resource, String format, Collection<ColorReplacement> replacements) StyleFactoryImpl.externalMark
(OnLineResource resource, String format, int markIndex) StyleFactoryImpl2.externalMark
(OnLineResource resource, String format, int markIndex) void
ExternalGraphicImpl.setOnlineResource
(OnLineResource online) void
ExternalMarkImpl.setOnlineResource
(OnLineResource resource) void
FeatureTypeStyleImpl.setOnlineResource
(OnLineResource online) void
RuleImpl.setOnlineResource
(OnLineResource online) Constructors in org.geotools.styling with parameters of type OnLineResourceModifierConstructorDescriptionExternalGraphicImpl
(Icon icon, Collection<ColorReplacement> replaces, OnLineResource source) ExternalMarkImpl
(OnLineResource resource, String format, int markIndex)