Uses of Interface org.opengis.util.RecordSchema (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.opengis.geoapi org.opengis.util RecordSchema Uses of Interface org.opengis.util.RecordSchema Packages that use RecordSchema Package Description org.apache.sis.util.iso Implementations of GeoAPI types from the org.opengis.util package. org.opengis.util A set of base types from ISO 19103 which cannot be mapped directly from Java, plus utilities. Uses of RecordSchema in org.apache.sis.util.iso Classes in org.apache.sis.util.iso that implement RecordSchema Modifier and Type Class Description final class  DefaultRecordSchema A factory for creating RecordType instances. Methods in org.apache.sis.util.iso that return RecordSchema Modifier and Type Method Description RecordSchema DefaultRecordType.getContainer() Deprecated. The RecordSchema interface has been removed in the 2015 revision of ISO 19103 standard. 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.