Uses of Interface
org.opengis.util.MemberName
Packages that use MemberName
Package
Description
Description of the dataset content.
Descriptions and values of parameters used by a coordinate operation or a process.
Implementations of GeoAPI types from the
org.opengis.util package.Content information
(includes Feature catalogue and Coverage descriptions).
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of MemberName in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return MemberNameModifier and TypeMethodDescriptionDefaultRangeDimension.getSequenceIdentifier()Returns a unique name or number that identifies attributes included in the coverage.Methods in org.apache.sis.metadata.iso.content with parameters of type MemberNameModifier and TypeMethodDescriptionvoidDefaultRangeDimension.setSequenceIdentifier(MemberName newValue) Sets the name or number that uniquely identifies instances of bands of wavelengths on which a sensor operates. -
Uses of MemberName in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return MemberNameModifier and TypeMethodDescriptionstatic MemberNameParameters.getMemberName(ParameterDescriptor<?> parameter) Gets the parameter name as an instance ofMemberName. -
Uses of MemberName in org.apache.sis.util.iso
Classes in org.apache.sis.util.iso that implement MemberNameMethods in org.apache.sis.util.iso that return MemberNameModifier and TypeMethodDescriptionDefaultNameFactory.createMemberName(NameSpace scope, CharSequence name, TypeName attributeType) Creates a member name from the given character sequence and attribute type.static MemberNameNames.createMemberName(CharSequence namespace, String separator, int localPart) Creates a member name for the given sequence number.static MemberNameNames.createMemberName(CharSequence namespace, String separator, CharSequence localPart, Class<?> valueClass) Creates a member name for values of the given class.static MemberNameNames.createMemberName(CharSequence namespace, String separator, CharSequence localPart, TypeName attributeType) Creates a member name for attribute values of the given type.Methods in org.apache.sis.util.iso that return types with arguments of type MemberNameModifier and TypeMethodDescriptionDefaultRecord.getAttributes()Deprecated.DefaultRecord.getFields()Returns the dictionary of all (name, value) pairs in this record.DefaultRecordType.getFieldTypes()Returns the dictionary of all (name, type) pairs in this record type.DefaultRecordType.getMembers()Returns the set of attribute names defined in thisRecordType's dictionary.DefaultRecordType.getMemberTypes()Deprecated.RenamedDefaultRecordType.getFieldTypes()for consistency with the 2015 revision of ISO 19103 standard.Methods in org.apache.sis.util.iso with parameters of type MemberNameModifier and TypeMethodDescriptionstatic DefaultMemberNameDefaultMemberName.castOrCopy(MemberName object) Returns a SIS member name implementation with the values of the given arbitrary implementation.DefaultRecord.locate(MemberName name) Returns the value for an attribute of the specified name.DefaultRecordType.locate(MemberName fieldName) Returns the type associated to the given attribute name, ornullif none.voidDefaultRecord.set(MemberName name, Object value) Sets the value for the attribute of the specified name.Constructor parameters in org.apache.sis.util.iso with type arguments of type MemberNameModifierConstructorDescriptionDefaultRecordType(TypeName typeName, Map<? extends MemberName, ? extends Type> fields) Creates a new record type. -
Uses of MemberName in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return MemberNameModifier and TypeMethodDescriptionRangeDimension.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 MemberNameModifier and TypeMethodDescriptionRecord.getAttributes()Returns the dictionary of all (name, value) pairs in this record.RecordType.getMembers()Returns the set of member names defined in thisRecordType's dictionary.RecordType.getMemberTypes()Returns the dictionary of all (name, type) pairs in this record type.Methods in org.opengis.util with parameters of type MemberNameModifier and TypeMethodDescriptionRecord.locate(MemberName name) Returns the value for an attribute of the specified name.RecordType.locate(MemberName name) Looks up the provided attribute name and returns the associated type name.voidRecord.set(MemberName name, Object value) Sets the value for the attribute of the specified name.
DefaultRecord.getFields()for consistency with the 2015 revision of ISO 19103 standard.