Uses of Class
io.gs2.megaField.model.LayerModel
Packages that use LayerModel
-
Uses of LayerModel in io.gs2.megaField.model
Methods in io.gs2.megaField.model that return LayerModelModifier and TypeMethodDescriptionstatic LayerModelLayerModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) LayerModel.withLayerModelId(String layerModelId) LayerModel.withMetadata(String metadata) Methods in io.gs2.megaField.model that return types with arguments of type LayerModelMethods in io.gs2.megaField.model with parameters of type LayerModelMethod parameters in io.gs2.megaField.model with type arguments of type LayerModelModifier and TypeMethodDescriptionvoidAreaModel.setLayerModels(List<LayerModel> layerModels) AreaModel.withLayerModels(List<LayerModel> layerModels) -
Uses of LayerModel in io.gs2.megaField.result
Methods in io.gs2.megaField.result that return LayerModelMethods in io.gs2.megaField.result that return types with arguments of type LayerModelMethods in io.gs2.megaField.result with parameters of type LayerModelModifier and TypeMethodDescriptionvoidGetLayerModelResult.setItem(LayerModel item) GetLayerModelResult.withItem(LayerModel item) Method parameters in io.gs2.megaField.result with type arguments of type LayerModelModifier and TypeMethodDescriptionvoidDescribeLayerModelsResult.setItems(List<LayerModel> items) DescribeLayerModelsResult.withItems(List<LayerModel> items)