Uses of Interface
org.opengis.util.RecordSchema
-
Packages that use RecordSchema 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. -
-
Uses of RecordSchema in org.geotools.util
Methods in org.geotools.util that return RecordSchema Modifier and Type Method Description RecordSchema
RecordTypeImpl. getContainer()
Returns the schema that contains this record type.Constructors in org.geotools.util with parameters of type RecordSchema Constructor 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. -
Uses of RecordSchema in org.opengis.util
Methods in org.opengis.util that return RecordSchema Modifier and Type Method Description RecordSchema
RecordType. getContainer()
Returns the schema that contains this record type.
-