Uses of Class
it.geosolutions.geoserver.rest.decoder.RESTLayer.Type
-
Packages that use RESTLayer.Type Package Description it.geosolutions.geoserver.rest.decoder Decoders for GeoServer's beans. -
-
Uses of RESTLayer.Type in it.geosolutions.geoserver.rest.decoder
Methods in it.geosolutions.geoserver.rest.decoder that return RESTLayer.Type Modifier and Type Method Description static RESTLayer.TypeRESTLayer.Type. get(java.lang.String restName)RESTLayer.TypeRESTLayer. getType()getTypestatic RESTLayer.TypeRESTLayer.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RESTLayer.Type[]RESTLayer.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-