Uses of Class
it.geosolutions.geoserver.rest.encoder.metadata.GSDimensionInfoEncoder.Presentation
-
Packages that use GSDimensionInfoEncoder.Presentation Package Description it.geosolutions.geoserver.rest.encoder.metadata -
-
Uses of GSDimensionInfoEncoder.Presentation in it.geosolutions.geoserver.rest.encoder.metadata
Methods in it.geosolutions.geoserver.rest.encoder.metadata that return GSDimensionInfoEncoder.Presentation Modifier and Type Method Description static GSDimensionInfoEncoder.PresentationGSDimensionInfoEncoder.Presentation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GSDimensionInfoEncoder.Presentation[]GSDimensionInfoEncoder.Presentation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.geosolutions.geoserver.rest.encoder.metadata with parameters of type GSDimensionInfoEncoder.Presentation Modifier and Type Method Description protected voidGSDimensionInfoEncoder. addPresentation(GSDimensionInfoEncoder.Presentation pres, java.math.BigDecimal interval)addPresentationvoidGSDimensionInfoEncoder. setPresentation(GSDimensionInfoEncoder.Presentation pres)setPresentationvoidGSDimensionInfoEncoder. setPresentation(GSDimensionInfoEncoder.Presentation pres, java.math.BigDecimal interval)setPresentation
-