Uses of Class
org.apache.sis.util.iso.DefaultRecord
-
Packages that use DefaultRecord Package Description org.apache.sis.util.iso Implementations of GeoAPI types from theorg.opengis.util
package. -
-
Uses of DefaultRecord in org.apache.sis.util.iso
Methods in org.apache.sis.util.iso that return DefaultRecord Modifier and Type Method Description static DefaultRecord
DefaultRecord. castOrCopy(Record other)
Returns a SIS implementation with the name and members of the given arbitrary implementation.
-