Uses of Class
org.geotools.geopkg.geom.EnvelopeType
-
Packages that use EnvelopeType Package Description org.geotools.geopkg.geom -
-
Uses of EnvelopeType in org.geotools.geopkg.geom
Methods in org.geotools.geopkg.geom that return EnvelopeType Modifier and Type Method Description EnvelopeType
GeometryHeaderFlags. getEnvelopeIndicator()
static EnvelopeType
EnvelopeType. valueOf(byte b)
Returns the enum constant of this type with the specified name.static EnvelopeType
EnvelopeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnvelopeType[]
EnvelopeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.geopkg.geom with parameters of type EnvelopeType Modifier and Type Method Description void
GeometryHeaderFlags. setEnvelopeIndicator(EnvelopeType e)
-