Uses of Interface
org.geotools.api.util.MemberName
-
Packages that use MemberName Package Description org.geotools.api.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. -
-
Uses of MemberName in org.geotools.api.util
Methods in org.geotools.api.util that return types with arguments of type MemberName Modifier and Type Method Description Map<MemberName,Object>
Record. getAttributes()
Returns the dictionary of all (name, value) pairs in this record.Map<MemberName,TypeName>
RecordType. getAttributeTypes()
Returns the dictionary of all (name, type) pairs in this record type.Set<MemberName>
RecordType. getMembers()
Returns the set of attribute names defined in thisRecordType
's dictionary.Methods in org.geotools.api.util with parameters of type MemberName Modifier and Type Method Description 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, Object value)
Set the value for the attribute of the specified name.
-