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 class
IconRow
Icon Row containing the values from a single result set rowclass
StyleMappingRow
Style 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 IconRow
IconDao. getRow(UserCustomRow row)
Get a icon row from the user custom rowStyleMappingRow
StyleMappingDao. 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 class
UserMappingRow
User 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 UserMappingRow
UserMappingDao. 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 class
MediaRow
User 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 MediaRow
MediaDao. 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 class
SimpleAttributesRow
User 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 SimpleAttributesRow
SimpleAttributesDao. 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 class
RTreeIndexTableRow
RTree 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 FeatureRow
RTreeIndexTableDao. getFeatureRow(UserCustomRow row)
Get the feature row from the user custom rowRTreeIndexTableRow
RTreeIndexTableDao. 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 UserCustomRow
UserCustomRow. copy()
Copy the rowUserCustomRow
UserCustomResultSet. getRow(int[] columnTypes, Object[] values)
UserCustomRow
UserCustomDao. newRow()
Constructors in mil.nga.geopackage.user.custom with parameters of type UserCustomRow Constructor Description UserCustomRow(UserCustomRow userCustomRow)
Copy Constructor
-