Uses of Class
mil.nga.geopackage.user.custom.UserCustomRow
-
-
Uses of UserCustomRow in mil.nga.geopackage.extension.nga.style
Subclasses of UserCustomRow in mil.nga.geopackage.extension.nga.style Modifier and Type Class Description classIconRowIcon Row containing the values from a single result set rowclassStyleMappingRowStyle Mapping Row containing the values from a single result set rowMethods in mil.nga.geopackage.extension.nga.style with parameters of type UserCustomRow Modifier and Type Method Description IconRowIconDao. getRow(UserCustomRow row)Get a icon row from the user custom rowStyleMappingRowStyleMappingDao. getRow(UserCustomRow row)Get a style mapping row from the user custom rowConstructors in mil.nga.geopackage.extension.nga.style with parameters of type UserCustomRow Constructor Description IconRow(UserCustomRow userCustomRow)ConstructorStyleMappingRow(UserCustomRow userCustomRow)Constructor -
Uses of UserCustomRow in mil.nga.geopackage.extension.related
Subclasses of UserCustomRow in mil.nga.geopackage.extension.related Modifier and Type Class Description classUserMappingRowUser Mapping Row containing the values from a single result set rowMethods in mil.nga.geopackage.extension.related with parameters of type UserCustomRow Modifier and Type Method Description UserMappingRowUserMappingDao. getRow(UserCustomRow row)Get a user mapping row from the user custom rowConstructors in mil.nga.geopackage.extension.related with parameters of type UserCustomRow Constructor Description UserMappingRow(UserCustomRow userCustomRow)Constructor -
Uses of UserCustomRow in mil.nga.geopackage.extension.related.media
Subclasses of UserCustomRow in mil.nga.geopackage.extension.related.media Modifier and Type Class Description classMediaRowUser Media Row containing the values from a single result set rowMethods in mil.nga.geopackage.extension.related.media with parameters of type UserCustomRow Modifier and Type Method Description MediaRowMediaDao. getRow(UserCustomRow row)Get a media row from the user custom rowConstructors in mil.nga.geopackage.extension.related.media with parameters of type UserCustomRow Constructor Description MediaRow(UserCustomRow userCustomRow)Constructor -
Uses of UserCustomRow in mil.nga.geopackage.extension.related.simple
Subclasses of UserCustomRow in mil.nga.geopackage.extension.related.simple Modifier and Type Class Description classSimpleAttributesRowUser Simple Attributes Row containing the values from a single result set rowMethods in mil.nga.geopackage.extension.related.simple with parameters of type UserCustomRow Modifier and Type Method Description SimpleAttributesRowSimpleAttributesDao. getRow(UserCustomRow row)Get a simple attributes row from the user custom rowConstructors in mil.nga.geopackage.extension.related.simple with parameters of type UserCustomRow Constructor Description SimpleAttributesRow(UserCustomRow userCustomRow)Constructor -
Uses of UserCustomRow in mil.nga.geopackage.extension.rtree
Subclasses of UserCustomRow in mil.nga.geopackage.extension.rtree Modifier and Type Class Description classRTreeIndexTableRowRTree Index Table Row containing the values from a single result set rowMethods in mil.nga.geopackage.extension.rtree with parameters of type UserCustomRow Modifier and Type Method Description FeatureRowRTreeIndexTableDao. getFeatureRow(UserCustomRow row)Get the feature row from the user custom rowRTreeIndexTableRowRTreeIndexTableDao. getRow(UserCustomRow row)Get the RTree Index Table row from the user custom row -
Uses of UserCustomRow in mil.nga.geopackage.user.custom
Methods in mil.nga.geopackage.user.custom that return UserCustomRow Modifier and Type Method Description UserCustomRowUserCustomRow. copy()Copy the rowUserCustomRowUserCustomResultSet. getRow(int[] columnTypes, Object[] values)UserCustomRowUserCustomDao. newRow()Constructors in mil.nga.geopackage.user.custom with parameters of type UserCustomRow Constructor Description UserCustomRow(UserCustomRow userCustomRow)Copy Constructor
-