Uses of Interface
org.opengis.util.RecordSchema

Packages that use RecordSchema
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
 RecordSchema RecordTypeImpl.getContainer()
          Returns the schema that contains this record type.
 

Constructors in org.geotools.util with parameters of type RecordSchema
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
 RecordSchema RecordType.getContainer()
          Returns the schema that contains this record type.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.