Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MemberName |
RangeDimensionImpl.getSequenceIdentifier()
Returns the number that uniquely identifies instances of bands of wavelengths on which a
sensor operates.
|
Modifier and Type | Method and Description |
---|---|
void |
RangeDimensionImpl.setSequenceIdentifier(MemberName newValue)
Set the number that uniquely identifies instances of bands of wavelengths on which a sensor
operates.
|
Modifier and Type | Class and Description |
---|---|
class |
MemberNameImpl
The name to identify a member of a record.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
TypeName |
RecordTypeImpl.locate(MemberName memberName)
Looks up the provided attribute name and returns the associated type name.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
MemberName |
RangeDimension.getSequenceIdentifier()
Number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
|
Modifier and Type | Method and 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 this
RecordType 's dictionary. |
Modifier and Type | Method and Description |
---|---|
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–2022 Geotools. All rights reserved.