Uses of Interface
org.opengis.util.MemberName
-
Packages that use MemberName Package Description org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions).org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. -
-
Uses of MemberName in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return MemberName Modifier and Type Method Description MemberName
RangeDimension. getSequenceIdentifier()
Number that uniquely identifies instances of bands of wavelengths on which a sensor operates. -
Uses of MemberName in org.opengis.util
Methods in org.opengis.util that return types with arguments of type MemberName Modifier and Type Method Description java.util.Map<MemberName,java.lang.Object>
Record. getAttributes()
Returns the dictionary of all (name, value) pairs in this record.java.util.Set<MemberName>
RecordType. getMembers()
Returns the set of member names defined in thisRecordType
's dictionary.java.util.Map<MemberName,Type>
RecordType. getMemberTypes()
Returns the dictionary of all (name, type) pairs in this record type.Methods in org.opengis.util with parameters of type MemberName Modifier and Type Method Description java.lang.Object
Record. locate(MemberName name)
Returns the value for an attribute of the specified name.TypeName
RecordType. locate(MemberName name)
Looks up the provided attribute name and returns the associated type name.void
Record. set(MemberName name, java.lang.Object value)
Sets the value for the attribute of the specified name.
-