public enum BoxTypes extends Enum<BoxTypes>
| Enum Constant and Description |
|---|
asoc |
bfil |
bpcc |
cdef |
cgrp |
chck |
cmap |
colr |
comp |
copt |
cref |
creg |
drep |
dtlb |
flst |
free |
ftbl |
ftyp |
gtso |
ihdr |
inst |
jp00 |
jp2c |
jp2h |
jp2i |
jpch |
jplh |
lbl0 |
mdat |
mp7b |
nlst |
opct |
pclr |
res0 |
resc |
resd |
roid |
rreq |
uinf |
ulst |
url0 |
uuid |
xml0 |
| Modifier and Type | Method and Description |
|---|---|
static BoxTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxTypes jp00
public static final BoxTypes ftyp
public static final BoxTypes jp2h
public static final BoxTypes ihdr
public static final BoxTypes bpcc
public static final BoxTypes colr
public static final BoxTypes pclr
public static final BoxTypes cmap
public static final BoxTypes cdef
public static final BoxTypes res0
public static final BoxTypes resc
public static final BoxTypes resd
public static final BoxTypes jp2c
public static final BoxTypes jp2i
public static final BoxTypes xml0
public static final BoxTypes uuid
public static final BoxTypes uinf
public static final BoxTypes ulst
public static final BoxTypes url0
public static final BoxTypes asoc
public static final BoxTypes bfil
public static final BoxTypes cgrp
public static final BoxTypes chck
public static final BoxTypes comp
public static final BoxTypes copt
public static final BoxTypes cref
public static final BoxTypes creg
public static final BoxTypes drep
public static final BoxTypes dtlb
public static final BoxTypes flst
public static final BoxTypes free
public static final BoxTypes ftbl
public static final BoxTypes gtso
public static final BoxTypes inst
public static final BoxTypes jpch
public static final BoxTypes jplh
public static final BoxTypes lbl0
public static final BoxTypes mdat
public static final BoxTypes mp7b
public static final BoxTypes nlst
public static final BoxTypes opct
public static final BoxTypes roid
public static final BoxTypes rreq
public static BoxTypes[] values()
for (BoxTypes c : BoxTypes.values()) System.out.println(c);
public static BoxTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 Open Geospatial Consortium. All rights reserved.