Uses of Interface
org.opengis.util.MemberName
Package
Description
Identification of the feature catalogue used,
or description of the content of a coverage dataset.
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of MemberName in org.opengis.metadata.content
Modifier and TypeMethodDescriptiondefault MemberName
RangeDimension.getSequenceIdentifier()
Unique name or number that identifies attributes included in the coverage. -
Uses of MemberName in org.opengis.util
Modifier and TypeMethodDescriptionNameFactory.createMemberName
(NameSpace scope, CharSequence name, TypeName attributeType) Creates a member name from the given character sequence and attribute type.Modifier and TypeMethodDescriptiondefault Map
<MemberName, Object> Record.getAttributes()
Deprecated.Record.getFields()
Returns the dictionary of all (name, value) pairs in this record.RecordType.getFieldTypes()
Returns the dictionary of all (name, type) pairs in this record type.default Set
<MemberName> RecordType.getMembers()
Returns the names of fields defined in thisRecordType
's dictionary.default Map
<MemberName, Type> RecordType.getMemberTypes()
Deprecated.RenamedRecordType.getFieldTypes()
in the 2015 revision of ISO 19103.Modifier and TypeMethodDescriptiondefault Object
Record.get
(MemberName name) Returns the value for a field of the specified name.default Object
Record.locate
(MemberName name) Deprecated.This method has been removed from the ISO 19103:2015 standard.default TypeName
RecordType.locate
(MemberName name) Looks up the provided field name and returns the associated type name.default void
Record.set
(MemberName name, Object value) Sets the value for the field of the specified name.
Record.getFields()
in the 2015 revision of ISO 19103.