| Package | Description |
|---|---|
| nl.b3p.kaartenbalie.core.server.accounting |
| Modifier and Type | Method and Description |
|---|---|
protected BigDecimal |
ExtLayerCalculator.calculateChildLayers(nl.b3p.wms.capabilities.Layer layer,
Date validationDate,
String projection,
BigDecimal scale,
BigDecimal units,
int planType,
String service,
String operation)
Deze methode probeert de prijs van een layer te bepalen op basis van prijzen
van child layers.
|
protected BigDecimal |
LayerCalculator.calculateLayer(LayerPriceComposition tLC,
String spAbbr,
String layerName,
Date validationDate,
String projection,
BigDecimal scale,
BigDecimal units,
int planType,
String service,
String operation)
Deze methode verwijst naar methode waar het echte werk wordt gedaan.
|
protected BigDecimal |
ExtLayerCalculator.calculateLayer(LayerPriceComposition tLC,
String spAbbr,
String layerName,
Date validationDate,
String projection,
BigDecimal scale,
BigDecimal units,
int planType,
String service,
String operation) |
BigDecimal |
LayerCalculator.calculateLayer(String spAbbr,
String layerName,
Date validationDate,
String projection,
BigDecimal scale,
BigDecimal units,
int planType,
String service,
String operation)
Deze methode bepaalt de prijs van de layer.
|
protected BigDecimal |
ExtLayerCalculator.calculateParentAndChildLayers(LayerPriceComposition tLC,
String spAbbr,
String layerName,
Date validationDate,
String projection,
BigDecimal scale,
BigDecimal units,
int planType,
String service,
String operation)
Deze methode wordt aangeroepen indien in de kaartlaag zelf geen prijsinfo
is gevonden.
|
protected BigDecimal |
ExtLayerCalculator.calculateParentLayer(nl.b3p.wms.capabilities.Layer layer,
Date validationDate,
String projection,
BigDecimal scale,
BigDecimal units,
int planType,
String service,
String operation)
Deze methode probeert de prijs van een layer te bepalen op basis van een
prijs van een parent layer.
|
LayerPricing |
LayerCalculator.getActiveLayerPricing(String spAbbr,
String layerName,
Date validationDate,
String projection,
BigDecimal scale,
int planType,
String service,
String operation)
Deze methode doorloopt alle mogelijke layer pricings.
|
Copyright © 2015. All rights reserved.