Uses of Interface
org.opengis.util.MemberName

Packages that use MemberName
org.geotools.metadata.iso.content Content information implementation. 
org.geotools.util Contains utilities and addition to the collection framework. 
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.geotools.metadata.iso.content
 

Methods in org.geotools.metadata.iso.content that return MemberName
 MemberName RangeDimensionImpl.getSequenceIdentifier()
          Returns the number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
 

Methods in org.geotools.metadata.iso.content with parameters of type MemberName
 void RangeDimensionImpl.setSequenceIdentifier(MemberName newValue)
          Set the number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
 

Uses of MemberName in org.geotools.util
 

Classes in org.geotools.util that implement MemberName
 class MemberNameImpl
          The name to identify a member of a record.
 

Methods in org.geotools.util that return types with arguments of type MemberName
 Map<MemberName,TypeName> RecordTypeImpl.getAttributeTypes()
          Returns the unmodifiable dictionary of all (name, type) pairs in this record type.
 Set<MemberName> RecordTypeImpl.getMembers()
          Returns the set of attribute names defined in this RecordType's dictionary.
 

Methods in org.geotools.util with parameters of type MemberName
 TypeName RecordTypeImpl.locate(MemberName memberName)
          Looks up the provided attribute name and returns the associated type name.
 

Constructor parameters in org.geotools.util with type arguments of type MemberName
RecordTypeImpl(RecordSchema parent, TypeName typeName, Collection<MemberName> members)
          Creates a record with all attribute types specified.
RecordTypeImpl(RecordSchema parent, TypeName typeName, Map<MemberName,TypeName> attributeTypes)
          Creates a record with all attribute types specified.
 

Uses of MemberName in org.opengis.metadata.content
 

Methods in org.opengis.metadata.content that return MemberName
 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
 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 this RecordType's dictionary.
 

Methods in org.opengis.util with parameters of type MemberName
 TypeName RecordType.locate(MemberName name)
          Looks up the provided attribute name and returns the associated type name.
 Object Record.locate(MemberName name)
          Returns the value for an attribute of the specified name.
 void Record.set(MemberName name, Object value)
          Set the value for the attribute of the specified name.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.