Uses of Class
org.apache.sis.util.iso.DefaultRecordType
Packages that use DefaultRecordType
-
Uses of DefaultRecordType in org.apache.sis.util.iso
Fields in org.apache.sis.util.iso declared as DefaultRecordTypeModifier and TypeFieldDescriptionstatic final DefaultRecordTypeDefaultRecordType.SINGLE_REALA type of record instances for holding a singleDoublevalue.static final DefaultRecordTypeDefaultRecordType.SINGLE_STRINGA type of record instances for holding a singleStringvalue.Methods in org.apache.sis.util.iso that return DefaultRecordTypeModifier and TypeMethodDescriptionstatic DefaultRecordTypeDefaultRecordType.castOrCopy(RecordType other) Returns a SIS implementation with the name and fields of the given arbitrary implementation.DefaultRecordSchema.createRecordType(CharSequence typeName, Map<CharSequence, Class<?>> fields) Creates a new record type of the given name, which will contain the given fields.