Uses of Interface
org.geotools.api.metadata.citation.OnLineResource
-
Packages that use OnLineResource Package Description org.geotools.api.metadata.citation Citation and responsible party information.org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.metadata.iso.citation Citation implementation.org.geotools.styling Allows for symbolization of geospatial data. -
-
Uses of OnLineResource in org.geotools.api.metadata.citation
Methods in org.geotools.api.metadata.citation that return OnLineResource Modifier and Type Method Description OnLineResource
CitationFactory. 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.OnLineResource
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 OnLineResource Modifier and Type Method Description Contact
CitationFactory. 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 OnLineResource Modifier and Type Method Description OnLineResource
ExternalGraphic. getOnlineResource()
Returns a OnlineResource to a file (perhaps a local file) that contains an image.OnLineResource
ExternalMark. getOnlineResource()
Online resource defined by an URI.OnLineResource
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.OnLineResource
Rule. getOnlineResource()
Methods in org.geotools.api.style with parameters of type OnLineResource Modifier and Type Method Description ExternalGraphic
StyleFactory. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)
Create externalGraphicExternalMark
StyleFactory. 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 OnLineResource Modifier and Type Method Description ExternalMarkBuilder
ExternalMarkBuilder. resouce(OnLineResource resource)
ExternalGraphicBuilder
ExternalGraphicBuilder. resource(OnLineResource resource)
-
Uses of OnLineResource in org.geotools.metadata.iso.citation
Classes in org.geotools.metadata.iso.citation that implement OnLineResource Modifier and Type Class Description class
OnLineResourceImpl
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 OnLineResource Modifier and Type Field Description static OnLineResource
OnLineResourceImpl. EPSG
The online resources for the European Petroleum Survey Group.static OnLineResource
OnLineResourceImpl. ESRI
The online resources for ESRI.static OnLineResource
OnLineResourceImpl. GEOTIFF
The online resources for the GeoTIFF group.static OnLineResource
OnLineResourceImpl. GEOTOOLS
The online resources for the Geotools project.static OnLineResource
OnLineResourceImpl. IAU
The online resources for IAU.static OnLineResource
OnLineResourceImpl. OGC
The online resources for the Open Geospatial Consortium.static OnLineResource
OnLineResourceImpl. OPEN_GIS
The online resources for the OpenGIS consortium.static OnLineResource
OnLineResourceImpl. ORACLE
The online resources for Oracle.static OnLineResource
OnLineResourceImpl. POSTGIS
The online resources for PostGIS.static OnLineResource
OnLineResourceImpl. SUN_MICROSYSTEMS
The online resources for Sun Microsystems.static OnLineResource
OnLineResourceImpl. WMS
The download link for Web Map Service specification.Methods in org.geotools.metadata.iso.citation that return OnLineResource Modifier and Type Method Description OnLineResource
ContactImpl. 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 OnLineResource Modifier and Type Method Description static 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 OnLineResource Constructor Description ContactImpl(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 OnLineResource Modifier and Type Method Description OnLineResource
ExternalGraphicImpl. getOnlineResource()
OnLineResource
ExternalMarkImpl. getOnlineResource()
OnLineResource
FeatureTypeStyleImpl. getOnlineResource()
OnLineResource
RuleImpl. getOnlineResource()
Methods in org.geotools.styling with parameters of type OnLineResource Modifier and Type Method Description ExternalGraphic
StyleFactoryImpl. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)
ExternalGraphic
StyleFactoryImpl2. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)
ExternalMarkImpl
StyleFactoryImpl. externalMark(OnLineResource resource, String format, int markIndex)
ExternalMarkImpl
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 OnLineResource Constructor Description ExternalGraphicImpl(Icon icon, Collection<ColorReplacement> replaces, OnLineResource source)
ExternalMarkImpl(OnLineResource resource, String format, int markIndex)
-