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 DefaultRecordType
GO_RecordType.getElement()
Returns theDefaultRecordType
generated from the metadata value.Methods in org.apache.sis.internal.jaxb.gco with parameters of type DefaultRecordTypeModifier and TypeMethodDescriptionfinal void
GO_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 DefaultRecordType
RecordSchemaSIS.REAL
The type of record instances for holding a singleDouble
value.static final DefaultRecordType
RecordSchemaSIS.STRING
The type of record instances for holding a singleString
value.Methods in org.apache.sis.internal.metadata that return DefaultRecordTypeModifier and TypeMethodDescriptionprivate static DefaultRecordType
RecordSchemaSIS.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 DefaultRecordType
DefaultRecordType.castOrCopy
(org.opengis.util.RecordType other) Returns a SIS implementation with the name and fields of the given arbitrary implementation.