|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DefaultOnlineResource
@ThreadSafe public class DefaultOnlineResource
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary | |
|---|---|
static OnlineResource |
EPSG
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
ESRI
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
GEOTIFF
The online resources for the GeoTIFF group. |
static OnlineResource |
GEOTOOLKIT
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
GEOTOOLS
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
ISO
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
NETCDF
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
OGC
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
OPEN_GIS
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
ORACLE
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
POSTGIS
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
PROJ4
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
SUN_MICROSYSTEMS
Deprecated. To be replaced by a database (constants are becoming too numerous) |
static OnlineResource |
WMS
Deprecated. To be replaced by a database (constants are becoming too numerous) |
| Fields inherited from class MetadataEntity |
|---|
identifiers |
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DefaultOnlineResource()
Creates an initially empty on line resource. |
|
DefaultOnlineResource(OnlineResource source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
DefaultOnlineResource(URI linkage)
Creates an on line resource initialized to the given URI. |
|
| Method Summary | |
|---|---|
static DefaultOnlineResource |
castOrCopy(OnlineResource object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
String |
getApplicationProfile()
Returns the name of an application profile that can be used with the online resource. |
InternationalString |
getDescription()
Returns the detailed text description of what the online resource is/does. |
OnLineFunction |
getFunction()
Returns the code for function performed by the online resource. |
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. |
String |
getName()
Name of the online resource. |
String |
getProtocol()
Returns the connection protocol to be used. |
void |
setApplicationProfile(String newValue)
Sets the name of an application profile that can be used with the online resource. |
void |
setDescription(InternationalString newValue)
Sets the detailed text description of what the online resource is/does. |
void |
setFunction(OnLineFunction newValue)
Sets the code for function performed by the online resource. |
void |
setLinkage(URI newValue)
Sets 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(String newValue)
Sets the name of the online resource. |
void |
setProtocol(String newValue)
Returns the connection protocol to be used. |
| Methods inherited from class MetadataEntity |
|---|
getIdentifier, getIdentifierMap, getIdentifiers, getStandard |
| Methods inherited from class ModifiableMetadata |
|---|
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
| Methods inherited from class AbstractMetadata |
|---|
asMap, asTree, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, parse, toString |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public static final OnlineResource ISO
@Deprecated public static final OnlineResource OGC
OPEN_GIS@Deprecated public static final OnlineResource OPEN_GIS
OGC@Deprecated public static final OnlineResource EPSG
@Deprecated public static final OnlineResource NETCDF
public static final OnlineResource GEOTIFF
@Deprecated public static final OnlineResource PROJ4
@Deprecated public static final OnlineResource ESRI
@Deprecated public static final OnlineResource ORACLE
@Deprecated public static final OnlineResource POSTGIS
@Deprecated public static final OnlineResource SUN_MICROSYSTEMS
@Deprecated public static final OnlineResource GEOTOOLKIT
@Deprecated public static final OnlineResource GEOTOOLS
@Deprecated public static final OnlineResource WMS
| Constructor Detail |
|---|
public DefaultOnlineResource()
public DefaultOnlineResource(OnlineResource source)
source - The metadata to copy, or null if none.public DefaultOnlineResource(URI linkage)
linkage - The location for on-line access using a Uniform Resource Locator address,
or null if none.| Method Detail |
|---|
public static DefaultOnlineResource castOrCopy(OnlineResource object)
null, then this method returns null.
Otherwise if the given object is already a Geotk implementation, then the given object is
returned unchanged. Otherwise a new Geotk implementation is created and initialized to the
attribute values of the given object, using a shallow copy operation
(i.e. attributes are not cloned).
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public String getApplicationProfile()
null if none.
getApplicationProfile in interface OnlineResourcepublic void setApplicationProfile(String newValue)
newValue - The new application profile.public String getName()
null if none.
getName in interface OnlineResourcepublic void setName(String newValue)
newValue - The new name.public InternationalString getDescription()
null if none.
getDescription in interface OnlineResourcepublic void setDescription(InternationalString newValue)
newValue - The new description.public OnLineFunction getFunction()
null if unspecified.
getFunction in interface OnlineResourcepublic void setFunction(OnLineFunction newValue)
newValue - The new function.public URI getLinkage()
getLinkage in interface OnlineResourcepublic void setLinkage(URI newValue)
newValue - The new linkage.public String getProtocol()
null if none.
getProtocol in interface OnlineResourcepublic void setProtocol(String newValue)
newValue - The new protocol.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||