Class PortrayalTableCreator
- java.lang.Object
-
- mil.nga.geopackage.db.GeoPackageTableCreator
-
- mil.nga.geopackage.extension.im.portrayal.PortrayalTableCreator
-
public class PortrayalTableCreator extends GeoPackageTableCreator
Portrayal Extension Table Creator- Since:
- 4.0.0
- Author:
- jyutzler, osbornb
-
-
Field Summary
Fields Modifier and Type Field Description static StringSTYLESStyles propertystatic StringSTYLESHEETSStylesheets propertystatic StringSYMBOL_CONTENTSymbol Content propertystatic StringSYMBOL_IMAGESSymbol Images propertystatic StringSYMBOLSSymbols property-
Fields inherited from class mil.nga.geopackage.db.GeoPackageTableCreator
CONTENTS, DATA_COLUMN_CONSTRAINTS, DATA_COLUMNS, DIRECTORY, EXTENDED_RELATIONS, EXTENSIONS, GEOMETRY_COLUMNS, GRIDDED_COVERAGE, GRIDDED_PATH, GRIDDED_TILE, METADATA, METADATA_PATH, METADATA_REFERENCE, RELATED_PATH, RTREE, SCHEMA_PATH, SPATIAL_REFERENCE_SYSTEM, TILE_MATRIX, TILE_MATRIX_SET
-
-
Constructor Summary
Constructors Constructor Description PortrayalTableCreator(GeoPackageCoreConnection db)ConstructorPortrayalTableCreator(GeoPackageCore geoPackage)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcreateStyles()Create the Styles tableintcreateStylesheets()Create the Stylesheets tableintcreateSymbolContent()Create the Symbol Content tableintcreateSymbolImages()Create the Symbol Images tableintcreateSymbols()Create the Symbols tableStringgetAuthor()Get the table creator authorStringgetName()Get the table creator name-
Methods inherited from class mil.nga.geopackage.db.GeoPackageTableCreator
createContents, createDataColumnConstraints, createDataColumns, createExtendedRelations, createExtensions, createGeometryColumns, createGriddedCoverage, createGriddedTile, createMetadata, createMetadataReference, createRequired, createSpatialReferenceSystem, createTable, createTileMatrix, createTileMatrixSet, dropTable, dropView, execScript, execScript, execScript, execSQLScript, execSQLScript, getProperty, getScript, readScript, readScript, readSQLScript, readSQLScript
-
-
-
-
Field Detail
-
STYLES
public static final String STYLES
Styles property- See Also:
- Constant Field Values
-
STYLESHEETS
public static final String STYLESHEETS
Stylesheets property- See Also:
- Constant Field Values
-
SYMBOL_CONTENT
public static final String SYMBOL_CONTENT
Symbol Content property- See Also:
- Constant Field Values
-
SYMBOL_IMAGES
public static final String SYMBOL_IMAGES
Symbol Images property- See Also:
- Constant Field Values
-
SYMBOLS
public static final String SYMBOLS
Symbols property- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PortrayalTableCreator
public PortrayalTableCreator(GeoPackageCoreConnection db)
Constructor- Parameters:
db- db connection
-
PortrayalTableCreator
public PortrayalTableCreator(GeoPackageCore geoPackage)
Constructor- Parameters:
geoPackage- GeoPackage
-
-
Method Detail
-
getAuthor
public String getAuthor()
Get the table creator author- Overrides:
getAuthorin classGeoPackageTableCreator- Returns:
- author or null
-
getName
public String getName()
Get the table creator name- Overrides:
getNamein classGeoPackageTableCreator- Returns:
- name or null
-
createStyles
public int createStyles()
Create the Styles table- Returns:
- executed statements
-
createStylesheets
public int createStylesheets()
Create the Stylesheets table- Returns:
- executed statements
-
createSymbols
public int createSymbols()
Create the Symbols table- Returns:
- executed statements
-
createSymbolImages
public int createSymbolImages()
Create the Symbol Images table- Returns:
- executed statements
-
createSymbolContent
public int createSymbolContent()
Create the Symbol Content table- Returns:
- executed statements
-
-