|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.citation.OnLineResourceImpl
public class OnLineResourceImpl
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
Field Summary | |
---|---|
static org.opengis.metadata.citation.OnLineResource |
EPSG
The online resources for the European Petroleum Survey Group. |
static org.opengis.metadata.citation.OnLineResource |
ESRI
The online resources for ESRI. |
static org.opengis.metadata.citation.OnLineResource |
GEOTIFF
The online resources for the GeoTIFF group. |
static org.opengis.metadata.citation.OnLineResource |
GEOTOOLS
The online resources for the Geotools project. |
static org.opengis.metadata.citation.OnLineResource |
OGC
The online resources for the Open Geospatial Consortium. |
static org.opengis.metadata.citation.OnLineResource |
OPEN_GIS
The online resources for the OpenGIS consortium. |
static org.opengis.metadata.citation.OnLineResource |
ORACLE
The online resources for Oracle. |
static org.opengis.metadata.citation.OnLineResource |
POSTGIS
The online resources for PostGIS. |
static org.opengis.metadata.citation.OnLineResource |
SUN_MICROSYSTEMS
The online resources for Sun Microsystems. |
static org.opengis.metadata.citation.OnLineResource |
WMS
The download link for Web Map Service specification. |
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
OnLineResourceImpl()
Creates an initially empty on line resource. |
|
OnLineResourceImpl(org.opengis.metadata.citation.OnLineResource source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
OnLineResourceImpl(java.net.URI linkage)
Creates an on line resource initialized to the given URI. |
Method Summary | |
---|---|
java.lang.String |
getApplicationProfile()
Returns the name of an application profile that can be used with the online resource. |
org.opengis.util.InternationalString |
getDescription()
Returns the detailed text description of what the online resource is/does. |
org.opengis.metadata.citation.OnLineFunction |
getFunction()
Returns the code for function performed by the online resource. |
java.net.URI |
getLinkage()
Returns the location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211. |
java.lang.String |
getName()
Name of the online resource. |
java.lang.String |
getProtocol()
Returns the connection protocol to be used. |
void |
setApplicationProfile(java.lang.String newValue)
Set the name of an application profile that can be used with the online resource. |
void |
setDescription(org.opengis.util.InternationalString newValue)
Set the detailed text description of what the online resource is/does. |
void |
setFunction(org.opengis.metadata.citation.OnLineFunction newValue)
Set the code for function performed by the online resource. |
void |
setLinkage(java.net.URI newValue)
Set the location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211. |
void |
setName(java.lang.String newValue)
Set the name of the online resource. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final org.opengis.metadata.citation.OnLineResource OGC
OPEN_GIS
public static final org.opengis.metadata.citation.OnLineResource OPEN_GIS
OGC
public static final org.opengis.metadata.citation.OnLineResource EPSG
public static final org.opengis.metadata.citation.OnLineResource GEOTIFF
public static final org.opengis.metadata.citation.OnLineResource ESRI
public static final org.opengis.metadata.citation.OnLineResource ORACLE
public static final org.opengis.metadata.citation.OnLineResource POSTGIS
public static final org.opengis.metadata.citation.OnLineResource SUN_MICROSYSTEMS
public static final org.opengis.metadata.citation.OnLineResource GEOTOOLS
public static final org.opengis.metadata.citation.OnLineResource WMS
Constructor Detail |
---|
public OnLineResourceImpl()
public OnLineResourceImpl(org.opengis.metadata.citation.OnLineResource source)
public OnLineResourceImpl(java.net.URI linkage)
Method Detail |
---|
public java.lang.String getApplicationProfile()
null
if none.
getApplicationProfile
in interface org.opengis.metadata.citation.OnLineResource
public void setApplicationProfile(java.lang.String newValue)
public java.lang.String getName()
null
if none.
getName
in interface org.opengis.metadata.citation.OnLineResource
public void setName(java.lang.String newValue)
public org.opengis.util.InternationalString getDescription()
null
if none.
getDescription
in interface org.opengis.metadata.citation.OnLineResource
public void setDescription(org.opengis.util.InternationalString newValue)
public org.opengis.metadata.citation.OnLineFunction getFunction()
null
if unspecified.
getFunction
in interface org.opengis.metadata.citation.OnLineResource
public void setFunction(org.opengis.metadata.citation.OnLineFunction newValue)
public java.net.URI getLinkage()
getLinkage
in interface org.opengis.metadata.citation.OnLineResource
public void setLinkage(java.net.URI newValue)
public java.lang.String getProtocol()
null
if none.
getProtocol
in interface org.opengis.metadata.citation.OnLineResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |