Uses of Class
mil.nga.geopackage.dgiwg.DataType
-
Packages that use DataType Package Description mil.nga.geopackage.dgiwg -
-
Uses of DataType in mil.nga.geopackage.dgiwg
Methods in mil.nga.geopackage.dgiwg that return DataType Modifier and Type Method Description static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.dgiwg that return types with arguments of type DataType Modifier and Type Method Description Map<ContentsDataType,Set<DataType>>CoordinateReferenceSystem. getContentsDataTypes()Get the contents data typesSet<DataType>CoordinateReferenceSystem. getDataTypes()Get the data typesSet<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 typeSet<DataType>CoordinateReferenceSystem. getFeaturesDataTypes()Get the features data typesSet<DataType>CoordinateReferenceSystem. getTilesDataTypes()Get the tiles data typesMethods in mil.nga.geopackage.dgiwg with parameters of type DataType Modifier and Type Method Description static GeometryColumnsDGIWGGeoPackageUtils. createFeatures(GeoPackageCore geoPackage, String table, String identifier, String description, BoundingBox bounds, GeometryType geometryType, DataType dataType, List<FeatureColumn> columns, SpatialReferenceSystem srs)Create features tablestatic Set<CoordinateReferenceSystem>CoordinateReferenceSystem. getCoordinateReferenceSystems(DataType dataType)Get the supported coordinate reference systems for the data typebooleanCoordinateReferenceSystem. isDataType(DataType dataType)Is valid for the Data Type
-