Package | Description |
---|---|
org.apache.sis.metadata |
Root package for various metadata implementations.
|
Modifier and Type | Method and Description |
---|---|
static ValueExistencePolicy |
ValueExistencePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueExistencePolicy[] |
ValueExistencePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TreeTable |
MetadataStandard.asTreeTable(Object metadata,
ValueExistencePolicy valuePolicy)
Returns the specified metadata object as a tree table.
|
Map<String,Object> |
MetadataStandard.asValueMap(Object metadata,
KeyNamePolicy keyPolicy,
ValueExistencePolicy valuePolicy)
Returns a view of the specified metadata object as a
Map . |
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.