Package mil.nga.geopackage.io
Class GeoPackageTextOutput
- java.lang.Object
-
- mil.nga.geopackage.io.GeoPackageTextOutput
-
public class GeoPackageTextOutput extends Object
Builds readable text output from a GeoPackage- Since:
- 1.1.2
- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description GeoPackageTextOutput(GeoPackage geoPackage)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfeatureTable(String table)Build text from a feature tableStringheader()Get the GeoPackage file and name header textStringtextOutput(BoundingBox boundingBox)Text output from a bounding boxStringtextOutput(Contents contents)Text output from a ContentsStringtextOutput(GeometryColumns geometryColumns)Text output from a GeometryColumnsStringtextOutput(SpatialReferenceSystem srs)Text output from a SRSStringtextOutput(TileMatrix tileMatrix)Text output from a Tile MatrixStringtextOutput(TileMatrixSet tileMatrixSet)Text output from a TileMatrixSetStringtileTable(String table)Build text from a tile table
-
-
-
Constructor Detail
-
GeoPackageTextOutput
public GeoPackageTextOutput(GeoPackage geoPackage)
Constructor- Parameters:
geoPackage- GeoPackage
-
-
Method Detail
-
header
public String header()
Get the GeoPackage file and name header text- Returns:
- text
-
tileTable
public String tileTable(String table)
Build text from a tile table- Parameters:
table- tile table- Returns:
- text
-
featureTable
public String featureTable(String table)
Build text from a feature table- Parameters:
table- feature table- Returns:
- text
-
textOutput
public String textOutput(SpatialReferenceSystem srs)
Text output from a SRS- Parameters:
srs- spatial reference system- Returns:
- text
-
textOutput
public String textOutput(Contents contents)
Text output from a Contents- Parameters:
contents- contents- Returns:
- text
-
textOutput
public String textOutput(TileMatrixSet tileMatrixSet)
Text output from a TileMatrixSet- Parameters:
tileMatrixSet- tile matrix set- Returns:
- text
-
textOutput
public String textOutput(TileMatrix tileMatrix)
Text output from a Tile Matrix- Parameters:
tileMatrix- tile matrix- Returns:
- text
-
textOutput
public String textOutput(BoundingBox boundingBox)
Text output from a bounding box- Parameters:
boundingBox- bounding box- Returns:
- text
-
textOutput
public String textOutput(GeometryColumns geometryColumns)
Text output from a GeometryColumns- Parameters:
geometryColumns- geometry columns- Returns:
- text
-
-