Package | Description |
---|---|
org.geotools.util |
Contains utilities and addition to the collection framework.
|
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 |
---|---|
TypeName |
MemberNameImpl.getAttributeType()
Returns the type of the data associated with the record member.
|
TypeName |
RecordTypeImpl.getTypeName()
Returns the name that identifies this record type.
|
TypeName |
RecordTypeImpl.locate(MemberName memberName)
Looks up the provided attribute name and returns the associated type name.
|
Modifier and Type | Method and Description |
---|---|
Map<MemberName,TypeName> |
RecordTypeImpl.getAttributeTypes()
Returns the unmodifiable dictionary of all (name, type) pairs in this
record type.
|
Constructor and Description |
---|
MemberNameImpl(CharSequence name,
TypeName typeName)
Constructs a member name from the specified string with no scope.
|
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.
|
Constructor and Description |
---|
RecordTypeImpl(RecordSchema parent,
TypeName typeName,
Map<MemberName,TypeName> attributeTypes)
Creates a record with all attribute types specified.
|
Modifier and Type | Method and Description |
---|---|
TypeName |
MemberName.getAttributeType()
Returns the type of the data associated with the record member.
|
TypeName |
RecordType.getTypeName()
Returns the name that identifies this record type.
|
TypeName |
RecordType.locate(MemberName name)
Looks up the provided attribute name and returns the associated type name.
|
Modifier and Type | Method and Description |
---|---|
Map<MemberName,TypeName> |
RecordType.getAttributeTypes()
Returns the dictionary of all (name, type) pairs in this record type.
|
Map<TypeName,RecordType> |
RecordSchema.getDescription()
Returns the dictionary of all (name, record type) pairs in this schema.
|
Modifier and Type | Method and Description |
---|---|
RecordType |
RecordSchema.locate(TypeName name)
Looks up the provided type name and returns the associated record type.
|
Copyright © 1996–2022 Geotools. All rights reserved.