|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectNetcdfTranscoder.Responsible
public static class NetcdfTranscoder.Responsible
Holds the attribute names describing a responsible party. Values are:
| Attribute | NetcdfTranscoder.CREATOR |
NetcdfTranscoder.CONTRIBUTOR |
NetcdfTranscoder.PUBLISHER |
|---|---|---|---|
NAME |
"creator_name" |
"contributor_name" |
"publisher_name" |
INSTITUTION |
"institution" |
||
URL |
"creator_url" |
"contributor_url" |
"publisher_url" |
EMAIL |
"creator_email" |
"contributor_email" |
"publisher_email" |
ROLE |
"contributor_role" |
||
DEFAULT_ROLE |
Role.ORIGINATOR |
Role.PUBLISHER |
Note: The member names in this class are upper-cases because they should be considered as constants. For exampleNetcdfTranscoder.CREATOR.EMAILmaps exactly to the"creator_email"string and nothing else. A lower-case
| coverage/geotk-coverageio-netcdf (download) | View source code for this class |
| Field Summary | |
|---|---|
Role |
DEFAULT_ROLE
The role to use as a fallback if no attribute value is associated to the ROLE key. |
String |
EMAIL
The attribute name for the responsible's email address. |
String |
INSTITUTION
The attribute name for the responsible's institution, or null if none. |
String |
NAME
The attribute name for the responsible's name. |
String |
ROLE
The attribute name for the responsible's role, or null if none. |
String |
URL
The attribute name for the responsible's URL. |
| Constructor Summary | |
|---|---|
NetcdfTranscoder.Responsible(String name,
String institution,
String url,
String email,
String role,
Role defaultRole)
Creates a new set of attribute names. |
|
| Method Summary |
|---|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String NAME
"creator_name", "contributor_name" or "publisher_name".
Path:
public final String INSTITUTION
null if none.
Possible value is "institution".
Path:
public final String URL
"creator_url", "contributor_url" or "publisher_url".
Path:
public final String EMAIL
"creator_email", "contributor_email" or "publisher_email".
Path:
public final String ROLE
null if none.
Possible value is "contributor_role".
Path:
Rolepublic final Role DEFAULT_ROLE
ROLE key.
| Constructor Detail |
|---|
public NetcdfTranscoder.Responsible(String name,
String institution,
String url,
String email,
String role,
Role defaultRole)
null
if not applicable.
name - The attribute name for the responsible's name.institution - The attribute name for the responsible's institution.url - The attribute name for the responsible's URL.email - The attribute name for the responsible's email address.role - The attribute name for the responsible's role.defaultRole - The role to use as a fallback if no attribute value is associated to the
role key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||