Uses of Enum Class
org.apache.sis.metadata.KeyNamePolicy
Packages that use KeyNamePolicy
-
Uses of KeyNamePolicy in org.apache.sis.metadata
Subclasses with type arguments of type KeyNamePolicy in org.apache.sis.metadataMethods in org.apache.sis.metadata that return KeyNamePolicyModifier and TypeMethodDescriptionstatic KeyNamePolicy
Returns the enum constant of this class with the specified name.static KeyNamePolicy[]
KeyNamePolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.metadata with parameters of type KeyNamePolicyModifier and TypeMethodDescriptionMetadataStandard.asIndexMap
(Class<?> type, KeyNamePolicy keyPolicy) Returns indices for all properties defined in the given metadata type.MetadataStandard.asInformationMap
(Class<?> type, KeyNamePolicy keyPolicy) Returns information about all properties defined in the given metadata type.MetadataStandard.asNameMap
(Class<?> type, KeyNamePolicy keyPolicy, KeyNamePolicy valuePolicy) Returns the names of all properties defined in the given metadata type.MetadataStandard.asNilReasonMap
(Object metadata, Class<?> baseType, KeyNamePolicy keyPolicy) Returns the reasons for all missing values of mandatory properties.MetadataStandard.asTypeMap
(Class<?> type, KeyNamePolicy keyPolicy, TypeValuePolicy valuePolicy) Returns the type of all properties, or their declaring type, defined in the given metadata type.MetadataStandard.asValueMap
(Object metadata, Class<?> baseType, KeyNamePolicy keyPolicy, ValueExistencePolicy valuePolicy) Returns a view of the specified metadata object as aMap
.