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 AttributesRowAttributesRow. copy()Copy the rowAttributesRowAttributesResultSet. getRow(int[] columnTypes, Object[] values)AttributesRowAttributesDao. 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 AttributesRowPropertiesExtension. 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 classStyleRowStyle 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 StyleRowStyleDao. 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
-