Uses of Class
org.apache.sis.util.iso.DefaultRecord
Packages that use DefaultRecord
Package
Description
Miscellaneous objects and adapters defined in the
"gco"
namespace.Implementations of GeoAPI types from the
package.
invalid reference
org.opengis.util
-
Uses of DefaultRecord in org.apache.sis.internal.jaxb.gco
Methods in org.apache.sis.internal.jaxb.gco that return DefaultRecordModifier and TypeMethodDescriptionfinal DefaultRecord
GO_Record.getElement()
Returns theDefaultRecord
generated from the metadata value.Methods in org.apache.sis.internal.jaxb.gco with parameters of type DefaultRecordModifier and TypeMethodDescriptionfinal void
GO_Record.setElement
(DefaultRecord metadata) Sets the value for theDefaultRecord
. -
Uses of DefaultRecord in org.apache.sis.util.iso
Methods in org.apache.sis.util.iso that return DefaultRecordModifier and TypeMethodDescriptionstatic DefaultRecord
DefaultRecord.castOrCopy
(org.opengis.util.Record other) Returns a SIS implementation with the name and fields of the given arbitrary implementation.