Uses of Class
org.apache.sis.util.iso.DefaultRecordType
Packages that use DefaultRecordType
Package
Description
Miscellaneous objects and adapters defined in the
"gco" namespace.A set of helper classes for the SIS implementation.
Implementations of GeoAPI types from the
org.opengis.util package.-
Uses of DefaultRecordType in org.apache.sis.internal.jaxb.gco
Methods in org.apache.sis.internal.jaxb.gco that return DefaultRecordTypeModifier and TypeMethodDescriptionfinal DefaultRecordTypeGO_RecordType.getElement()Returns theDefaultRecordTypegenerated from the metadata value.Methods in org.apache.sis.internal.jaxb.gco with parameters of type DefaultRecordTypeModifier and TypeMethodDescriptionfinal voidGO_RecordType.setElement(DefaultRecordType metadata) Sets the value for theDefaultRecordType. -
Uses of DefaultRecordType in org.apache.sis.internal.metadata
Fields in org.apache.sis.internal.metadata declared as DefaultRecordTypeModifier and TypeFieldDescriptionstatic final DefaultRecordTypeRecordSchemaSIS.REALThe type of record instances for holding a singleDoublevalue.static final DefaultRecordTypeRecordSchemaSIS.STRINGThe type of record instances for holding a singleStringvalue.Methods in org.apache.sis.internal.metadata that return DefaultRecordTypeModifier and TypeMethodDescriptionprivate static DefaultRecordTypeRecordSchemaSIS.singleton(short typeName, org.opengis.util.InternationalString field, Class<?> valueClass) Creates a new record type of the given name, which will contain the given field. -
Uses of DefaultRecordType in org.apache.sis.util.iso
Methods in org.apache.sis.util.iso that return DefaultRecordTypeModifier and TypeMethodDescriptionstatic DefaultRecordTypeDefaultRecordType.castOrCopy(org.opengis.util.RecordType other) Returns a SIS implementation with the name and fields of the given arbitrary implementation.