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.citationMethods in org.geotools.api.metadata.citation that return OnLineResource Modifier and Type Method Description OnLineResourceCitationFactory. 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.OnLineResourceContact. 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 ContactCitationFactory. 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.styleMethods in org.geotools.api.style that return OnLineResource Modifier and Type Method Description OnLineResourceExternalGraphic. getOnlineResource()Returns a OnlineResource to a file (perhaps a local file) that contains an image.OnLineResourceExternalMark. getOnlineResource()Online resource defined by an URI.OnLineResourceFeatureTypeStyle. 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.OnLineResourceRule. getOnlineResource()Methods in org.geotools.api.style with parameters of type OnLineResource Modifier and Type Method Description ExternalGraphicStyleFactory. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)Create externalGraphicExternalMarkStyleFactory. externalMark(OnLineResource resource, String format, int markIndex)voidExternalMark. setOnlineResource(OnLineResource resource)voidFeatureTypeStyle. 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.voidRule. setOnlineResource(OnLineResource resource)
- 
Uses of OnLineResource in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder with parameters of type OnLineResource Modifier and Type Method Description ExternalMarkBuilderExternalMarkBuilder. resouce(OnLineResource resource)ExternalGraphicBuilderExternalGraphicBuilder. resource(OnLineResource resource)
- 
Uses of OnLineResource in org.geotools.metadata.iso.citationClasses in org.geotools.metadata.iso.citation that implement OnLineResource Modifier and Type Class Description classOnLineResourceImplInformation 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 OnLineResourceOnLineResourceImpl. EPSGThe online resources for the European Petroleum Survey Group.static OnLineResourceOnLineResourceImpl. ESRIThe online resources for ESRI.static OnLineResourceOnLineResourceImpl. GEOTIFFThe online resources for the GeoTIFF group.static OnLineResourceOnLineResourceImpl. GEOTOOLSThe online resources for the Geotools project.static OnLineResourceOnLineResourceImpl. IAUThe online resources for IAU.static OnLineResourceOnLineResourceImpl. OGCThe online resources for the Open Geospatial Consortium.static OnLineResourceOnLineResourceImpl. OPEN_GISThe online resources for the OpenGIS consortium.static OnLineResourceOnLineResourceImpl. ORACLEThe online resources for Oracle.static OnLineResourceOnLineResourceImpl. POSTGISThe online resources for PostGIS.static OnLineResourceOnLineResourceImpl. PROJThe online resources for PROJ.static OnLineResourceOnLineResourceImpl. SUN_MICROSYSTEMSThe online resources for Sun Microsystems.static OnLineResourceOnLineResourceImpl. WMSThe download link for Web Map Service specification.Methods in org.geotools.metadata.iso.citation that return OnLineResource Modifier and Type Method Description OnLineResourceContactImpl. 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 ResponsiblePartyResponsiblePartyImpl. OGC(Role role, OnLineResource resource)Creates a responsible party metadata entry for OGC involvement.voidContactImpl. 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.stylingMethods in org.geotools.styling that return OnLineResource Modifier and Type Method Description OnLineResourceExternalGraphicImpl. getOnlineResource()OnLineResourceExternalMarkImpl. getOnlineResource()OnLineResourceFeatureTypeStyleImpl. getOnlineResource()OnLineResourceRuleImpl. getOnlineResource()Methods in org.geotools.styling with parameters of type OnLineResource Modifier and Type Method Description ExternalGraphicStyleFactoryImpl. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)ExternalGraphicStyleFactoryImpl2. externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)ExternalMarkImplStyleFactoryImpl. externalMark(OnLineResource resource, String format, int markIndex)ExternalMarkImplStyleFactoryImpl2. externalMark(OnLineResource resource, String format, int markIndex)voidExternalGraphicImpl. setOnlineResource(OnLineResource online)voidExternalMarkImpl. setOnlineResource(OnLineResource resource)voidFeatureTypeStyleImpl. setOnlineResource(OnLineResource online)voidRuleImpl. 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)
 
-