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 |
---|---|
RecordSchema |
RecordTypeImpl.getContainer()
Returns the schema that contains this record type.
|
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 |
---|---|
RecordSchema |
RecordType.getContainer()
Returns the schema that contains this record type.
|
Copyright © 1996–2019 Geotools. All rights reserved.