Uses of Class
mil.nga.geopackage.attributes.AttributesRow
-
Packages that use AttributesRow Package Description mil.nga.geopackage.attributes mil.nga.geopackage.extension.nga.properties mil.nga.geopackage.extension.nga.style -
-
Uses of AttributesRow in mil.nga.geopackage.attributes
Methods in mil.nga.geopackage.attributes that return AttributesRow Modifier and Type Method Description AttributesRow
AttributesRow. copy()
Copy the rowAttributesRow
AttributesResultSet. getRow(int[] columnTypes, Object[] values)
AttributesRow
AttributesDao. newRow()
Constructors in mil.nga.geopackage.attributes with parameters of type AttributesRow Constructor Description AttributesRow(AttributesRow attributesRow)
Copy Constructor -
Uses of AttributesRow in mil.nga.geopackage.extension.nga.properties
Methods in mil.nga.geopackage.extension.nga.properties that return AttributesRow Modifier and Type Method Description protected AttributesRow
PropertiesExtension. newRow()
-
Uses of AttributesRow in mil.nga.geopackage.extension.nga.style
Subclasses of AttributesRow in mil.nga.geopackage.extension.nga.style Modifier and Type Class Description class
StyleRow
Style Row containing the values from a single result set rowMethods in mil.nga.geopackage.extension.nga.style with parameters of type AttributesRow Modifier and Type Method Description StyleRow
StyleDao. getRow(AttributesRow row)
Get a style row from the attributes rowConstructors in mil.nga.geopackage.extension.nga.style with parameters of type AttributesRow Constructor Description StyleRow(AttributesRow attributesRow)
Constructor
-