Uses of Class
it.geosolutions.geoserver.rest.GeoServerRESTPublisher.Format
-
Packages that use GeoServerRESTPublisher.Format Package Description it.geosolutions.geoserver.rest Main GSManager classes are here. -
-
Uses of GeoServerRESTPublisher.Format in it.geosolutions.geoserver.rest
Methods in it.geosolutions.geoserver.rest that return GeoServerRESTPublisher.Format Modifier and Type Method Description static GeoServerRESTPublisher.FormatGeoServerRESTPublisher.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeoServerRESTPublisher.Format[]GeoServerRESTPublisher.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.geosolutions.geoserver.rest with parameters of type GeoServerRESTPublisher.Format Modifier and Type Method Description static java.lang.StringGeoServerRESTPublisher.Format. getContentType(GeoServerRESTPublisher.Format f)Gets the mime type from a format.java.lang.StringGeoServerRESTPublisher.StoreType. getTypeNameWithFormat(GeoServerRESTPublisher.Format format)Get the type name of a StoreType with the specified format.static java.lang.StringGeoServerRESTPublisher.StoreType. getTypeNameWithFormat(GeoServerRESTPublisher.StoreType type, GeoServerRESTPublisher.Format format)Get the type name of a StoreType with the specified format.
-