Uses of Class
mil.nga.geopackage.contents.ContentsDataType
-
Packages that use ContentsDataType Package Description mil.nga.geopackage mil.nga.geopackage.contents mil.nga.geopackage.dgiwg mil.nga.geopackage.extension.nga.contents -
-
Uses of ContentsDataType in mil.nga.geopackage
Methods in mil.nga.geopackage that return ContentsDataType Modifier and Type Method Description ContentsDataTypeGeoPackageCore. getTableCoreDataType(String table)Get the data type of the user table only if it is a core data type (features, tiles, attributes)ContentsDataTypeGeoPackageCoreImpl. getTableCoreDataType(String table)Get the data type of the user table only if it is a core data type (features, tiles, attributes)ContentsDataTypeGeoPackageCore. getTableDataType(String table)Get the contents data type of the user tableContentsDataTypeGeoPackageCoreImpl. getTableDataType(String table)Get the contents data type of the user tableMethods in mil.nga.geopackage with parameters of type ContentsDataType Modifier and Type Method Description List<String>GeoPackageCore. getTables(ContentsDataType type)Get the tables for the contents data typeList<String>GeoPackageCore. getTables(ContentsDataType... types)Get the tables for the contents data typesList<String>GeoPackageCoreImpl. getTables(ContentsDataType type)Get the tables for the contents data typeList<String>GeoPackageCoreImpl. getTables(ContentsDataType... types)Get the tables for the contents data typesList<Contents>GeoPackageCore. getTypeContents(ContentsDataType type)Get the contents for the data typeList<Contents>GeoPackageCore. getTypeContents(ContentsDataType... types)Get the contents for the data typesList<Contents>GeoPackageCoreImpl. getTypeContents(ContentsDataType type)Get the contents for the data typeList<Contents>GeoPackageCoreImpl. getTypeContents(ContentsDataType... types)Get the contents for the data typesbooleanGeoPackageCore. isTableType(String table, ContentsDataType type)Check if the table is the provided typebooleanGeoPackageCore. isTableType(String table, ContentsDataType... types)Check if the table is one of the provided typesbooleanGeoPackageCoreImpl. isTableType(String table, ContentsDataType type)Check if the table is the provided typebooleanGeoPackageCoreImpl. isTableType(String table, ContentsDataType... types)Check if the table is one of the provided types -
Uses of ContentsDataType in mil.nga.geopackage.contents
Methods in mil.nga.geopackage.contents that return ContentsDataType Modifier and Type Method Description static ContentsDataTypeContentsDataType. fromCoreName(String name)Get the contents data type from a core type namestatic ContentsDataTypeContentsDataType. fromName(String name)Get the Data Type from the nameContentsDataTypeContents. getDataType()Get the data typestatic ContentsDataTypeContentsDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentsDataType[]ContentsDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.contents with parameters of type ContentsDataType Modifier and Type Method Description List<Contents>ContentsDao. getContents(ContentsDataType dataType)Get contents by data typeList<Contents>ContentsDao. getContents(ContentsDataType... dataTypes)Get contents by data typesList<String>ContentsDao. getTables(ContentsDataType dataType)Get table names by data typeList<String>ContentsDao. getTables(ContentsDataType... dataTypes)Get table names by data typesstatic booleanContentsDataType. isType(String name, ContentsDataType type)Determine if the contents data type name is the typestatic booleanContentsDataType. isType(String name, ContentsDataType type, boolean matchUnknown)Determine if the contents data type name is the typevoidContents. setDataType(ContentsDataType dataType)Set the data typevoidContents. setDataTypeName(String name, ContentsDataType dataType)Set the data type name and register the core data typestatic voidContentsDataType. setType(String name, ContentsDataType type)Set the type for the contents data type name -
Uses of ContentsDataType in mil.nga.geopackage.dgiwg
Methods in mil.nga.geopackage.dgiwg that return ContentsDataType Modifier and Type Method Description ContentsDataTypeDataType. getDataType()Get the contents data typeMethods in mil.nga.geopackage.dgiwg that return types with arguments of type ContentsDataType Modifier and Type Method Description Map<ContentsDataType,Set<DataType>>CoordinateReferenceSystem. getContentsDataTypes()Get the contents data typesMethods in mil.nga.geopackage.dgiwg with parameters of type ContentsDataType Modifier and Type Method Description static Set<CoordinateReferenceSystem>CoordinateReferenceSystem. getCoordinateReferenceSystems(ContentsDataType dataType)Get the supported coordinate reference systems for the contents data typeSet<DataType>CoordinateReferenceSystem. getDataTypes(ContentsDataType contentsDataType)Get the data types for the contents data typestatic Set<DataType>DataType. getDataTypes(ContentsDataType type)Get the data types for the contents data type -
Uses of ContentsDataType in mil.nga.geopackage.extension.nga.contents
Methods in mil.nga.geopackage.extension.nga.contents with parameters of type ContentsDataType Modifier and Type Method Description intContentsIdExtension. createIds(ContentsDataType type)Create contents ids for contents of the data type and currently withoutintContentsIdExtension. deleteIds(ContentsDataType type)Delete contents ids for contents of the data typeList<ContentsId>ContentsIdExtension. getIds(ContentsDataType type)Get by contents data typeList<String>ContentsIdExtension. getMissing(ContentsDataType type)Get contents by data type without contents ids
-