|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OnLineResource | |
---|---|
org.geotools.metadata.iso | Metadata implementation. |
org.geotools.metadata.iso.citation | Citation implementation. |
org.geotools.metadata.iso.distribution | Distribution implementation. |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.builder | |
org.opengis.metadata | Root package for metadata. |
org.opengis.metadata.citation | Citation and responsible party information. |
org.opengis.metadata.distribution | Distribution information. |
org.opengis.style | The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. |
Uses of OnLineResource in org.geotools.metadata.iso |
---|
Methods in org.geotools.metadata.iso that return OnLineResource | |
---|---|
OnLineResource |
MetadataExtensionInformationImpl.getExtensionOnLineResource()
Information about on-line sources containing the community profile name and the extended metadata elements. |
Methods in org.geotools.metadata.iso with parameters of type OnLineResource | |
---|---|
void |
MetadataExtensionInformationImpl.setExtensionOnLineResource(OnLineResource newValue)
Set information about on-line sources. |
Uses of OnLineResource in org.geotools.metadata.iso.citation |
---|
Classes in org.geotools.metadata.iso.citation that implement OnLineResource | |
---|---|
class |
OnLineResourceImpl
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained. |
Methods in org.geotools.metadata.iso.citation with parameters of type OnLineResource | |
---|---|
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 | |
---|---|
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.metadata.iso.distribution |
---|
Methods in org.geotools.metadata.iso.distribution that return types with arguments of type OnLineResource | |
---|---|
Collection<OnLineResource> |
DigitalTransferOptionsImpl.getOnLines()
Returns information about online sources from which the resource can be obtained. |
Method parameters in org.geotools.metadata.iso.distribution with type arguments of type OnLineResource | |
---|---|
void |
DigitalTransferOptionsImpl.setOnLines(Collection<? extends OnLineResource> newValues)
Set information about online sources from which the resource can be obtained. |
Uses of OnLineResource in org.geotools.styling |
---|
Methods in org.geotools.styling that return OnLineResource | |
---|---|
OnLineResource |
RuleImpl.getOnlineResource()
|
OnLineResource |
ExternalMarkImpl.getOnlineResource()
|
OnLineResource |
FeatureTypeStyleImpl.getOnlineResource()
|
OnLineResource |
ExternalGraphicImpl.getOnlineResource()
|
OnLineResource |
ExternalMark.getOnlineResource()
Online resource defined by an URI. |
OnLineResource |
Rule.getOnlineResource()
|
Methods in org.geotools.styling with parameters of type OnLineResource | |
---|---|
ExternalGraphic |
StyleFactoryImpl.externalGraphic(OnLineResource resource,
String format,
Collection<ColorReplacement> replacements)
|
ExternalGraphicImpl |
StyleFactoryImpl2.externalGraphic(OnLineResource resource,
String format,
Collection<ColorReplacement> replacements)
|
ExternalGraphic |
StyleFactory.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)
|
ExternalMark |
StyleFactory.externalMark(OnLineResource resource,
String format,
int markIndex)
|
void |
RuleImpl.setOnlineResource(OnLineResource online)
|
void |
ExternalMarkImpl.setOnlineResource(OnLineResource resource)
|
void |
FeatureTypeStyleImpl.setOnlineResource(OnLineResource online)
|
void |
ExternalGraphicImpl.setOnlineResource(OnLineResource online)
|
void |
ExternalMark.setOnlineResource(OnLineResource resource)
|
void |
Rule.setOnlineResource(OnLineResource online)
|
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. |
Constructors in org.geotools.styling with parameters of type OnLineResource | |
---|---|
ExternalGraphicImpl(Icon icon,
Collection<ColorReplacement> replaces,
OnLineResource source)
|
|
ExternalMarkImpl(OnLineResource resource,
String format,
int markIndex)
|
Uses of OnLineResource in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder with parameters of type OnLineResource | |
---|---|
ExternalMarkBuilder |
ExternalMarkBuilder.resouce(OnLineResource resource)
|
ExternalGraphicBuilder |
ExternalGraphicBuilder.resource(OnLineResource resource)
|
Uses of OnLineResource in org.opengis.metadata |
---|
Methods in org.opengis.metadata that return OnLineResource | |
---|---|
OnLineResource |
MetadataExtensionInformation.getExtensionOnLineResource()
Information about on-line sources containing the community profile name and the extended metadata elements. |
Uses of OnLineResource in org.opengis.metadata.citation |
---|
Methods in org.opengis.metadata.citation that return OnLineResource | |
---|---|
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.opengis.metadata.citation with parameters of type OnLineResource | |
---|---|
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.opengis.metadata.distribution |
---|
Methods in org.opengis.metadata.distribution that return types with arguments of type OnLineResource | |
---|---|
Collection<? extends OnLineResource> |
DigitalTransferOptions.getOnLines()
Information about online sources from which the resource can be obtained. |
Uses of OnLineResource in org.opengis.style |
---|
Methods in org.opengis.style that return OnLineResource | |
---|---|
OnLineResource |
ExternalMark.getOnlineResource()
Returns on online resource defined by an URI. |
OnLineResource |
ExternalGraphic.getOnlineResource()
Returns a OnlineResource to a file (perhaps a local file) that contains an image. |
OnLineResource |
Rule.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 |
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. |
Methods in org.opengis.style with parameters of type OnLineResource | |
---|---|
ExternalGraphic |
StyleFactory.externalGraphic(OnLineResource resource,
String format,
Collection<ColorReplacement> replacements)
Create externalGraphic |
ExternalMark |
StyleFactory.externalMark(OnLineResource resource,
String format,
int markIndex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |