Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W X Z 

A

AbstractBaseServlet - Class in nl.mineleni.cbsviewer.servlet
Gedeelde basis servlet.
AbstractBaseServlet() - Constructor for class nl.mineleni.cbsviewer.servlet.AbstractBaseServlet
 
AbstractOpenLSParser - Class in nl.mineleni.openls.parser
gedeelde code voor OpenLS parsing.
AbstractOpenLSParser() - Constructor for class nl.mineleni.openls.parser.AbstractOpenLSParser
Instantiates a new open ls parser.
AbstractWxSServlet - Class in nl.mineleni.cbsviewer.servlet
Algemene initialisatie code en gedeelde functies voor de WxS servlets.
AbstractWxSServlet() - Constructor for class nl.mineleni.cbsviewer.servlet.AbstractWxSServlet
 
addAddress(Address) - Method in class nl.mineleni.openls.databinding.openls.GeocodeRequest
Adds the address.
addGeocodedAddress(GeocodedAddress) - Method in class nl.mineleni.openls.databinding.openls.GeocodeResponseList
Adds the geocoded address.
addGeocodeResponseList(GeocodeResponseList) - Method in class nl.mineleni.openls.databinding.openls.GeocodeResponse
Adds the geocode response list.
addPlace(Place) - Method in class nl.mineleni.openls.databinding.openls.Address
Adds the place.
addPos(Pos) - Method in class nl.mineleni.openls.databinding.gml.Point
Adds the pos.
Address - Class in nl.mineleni.openls.databinding.openls
OLS Address.
Address() - Constructor for class nl.mineleni.openls.databinding.openls.Address
Instantiates a new address.
Address(String, StreetAddress, PostalCode) - Constructor for class nl.mineleni.openls.databinding.openls.Address
Instantiates a new address.
AdresZoekServlet - Class in nl.mineleni.cbsviewer.servlet.gazetteer
Servlet implementation class AdresZoekServlet.
AdresZoekServlet() - Constructor for class nl.mineleni.cbsviewer.servlet.gazetteer.AdresZoekServlet
 
aliases - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 
ALLOWED_HOSTS - Static variable in class nl.mineleni.cbsviewer.servlet.ReverseProxyServlet
Allowed hosts config optie.
APPEND_GEMEENTE - Static variable in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
de string gemeente tussen haakjes. * " (gemeente)"
APPEND_PLAATS - Static variable in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
de string plaats tussen haakjes.
APPEND_PROVINCIE - Static variable in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
de string provincie tussen haakjes. * " (provincie)"
asJavaScript() - Static method in enum nl.mineleni.cbsviewer.util.CookieNamesConstants
Maak een javascript representatie van dit object.
asJSON() - Method in class nl.mineleni.cbsviewer.util.AvailableLayersBean
Geeft de kaarten als javascript variabele.
asJSON(boolean) - Method in class nl.mineleni.cbsviewer.util.AvailableLayersBean
Geeft de kaarten als json object (asVar == false) of javascript variabele, ingepakt in een CDATA sectie.
attributes - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 
AttributesNamesFilter - Class in nl.mineleni.cbsviewer.servlet.wms
Verzorgt de filterconfiguratie van attribuut namen.
AttributesNamesFilter() - Constructor for class nl.mineleni.cbsviewer.servlet.wms.AttributesNamesFilter
 
AttributeValueFilter - Class in nl.mineleni.cbsviewer.servlet.wms.xml
Een filtermapping bestaande uit een input waarde en een output waarde.
AttributeValueFilter() - Constructor for class nl.mineleni.cbsviewer.servlet.wms.xml.AttributeValueFilter
 
AttributeValuesFilter - Class in nl.mineleni.cbsviewer.servlet.wms
Verzorgt de filterconfiguratie van attribuut waarden.
AttributeValuesFilter() - Constructor for class nl.mineleni.cbsviewer.servlet.wms.AttributeValuesFilter
default constructor.
AvailableLayersBean - Class in nl.mineleni.cbsviewer.util
AvailableLayersBean maakt de beschikbare kaarten bekend in de applicatie op basis van het xml configuratie bestand AvailableLayers.xml.
AvailableLayersBean() - Constructor for class nl.mineleni.cbsviewer.util.AvailableLayersBean
default constructor.

B

BboxLayerCacheKey - Class in nl.mineleni.cbsviewer.servlet.wms.cache
Een cache key bestaande uit een bounding box en een layer descriptor.
BboxLayerCacheKey(BoundingBox, LayerDescriptor) - Constructor for class nl.mineleni.cbsviewer.servlet.wms.cache.BboxLayerCacheKey
Instantiates a new bbox layer cache key.
Building - Class in nl.mineleni.openls.databinding.openls
OLS Building.
Building() - Constructor for class nl.mineleni.openls.databinding.openls.Building
Instantiates a new building.

C

Cachable<T> - Interface in nl.mineleni.cbsviewer.servlet.wms.cache
Beschrijft de interface voor cachable objecten.
CachableImage<T extends Image> - Interface in nl.mineleni.cbsviewer.servlet.wms.cache
Interface CachableImage.
CachableString - Class in nl.mineleni.cbsviewer.servlet.wms.cache
Beschrijft een cache object dat een String wrapt.
CachableString(String, long) - Constructor for class nl.mineleni.cbsviewer.servlet.wms.cache.CachableString
Instantiates a new cachable string.
Cache<K,V extends Cachable<T>,T> - Class in nl.mineleni.cbsviewer.servlet.wms.cache
De klasse Cache.
Cache(int) - Constructor for class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
Instantiates a new cache.
CacheImage - Class in nl.mineleni.cbsviewer.servlet.wms.cache
Cachable image implementatie.
CacheImage(BufferedImage, String, long) - Constructor for class nl.mineleni.cbsviewer.servlet.wms.cache.CacheImage
Maak een nieuwe cache afbeelding aan.
CacheImage(BufferedImage, long) - Constructor for class nl.mineleni.cbsviewer.servlet.wms.cache.CacheImage
Maak een nieuwe cache afbeelding aan.
Caching<K,V extends Cachable<T>,T> - Interface in nl.mineleni.cbsviewer.servlet.wms.cache
Interface Caching.
calcRDBBOX(double, double, double) - Static method in class nl.mineleni.cbsviewer.util.SpatialUtil
Maakt een vierkante bbox met RD CRS met lengte en hoogte van.
characters(char[], int, int) - Method in class nl.mineleni.openls.parser.AbstractOpenLSParser
 
clear() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
 
clear() - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Caching
Wist de complete cache.
close() - Method in class nl.mineleni.cbsviewer.servlet.ServletResponseGZIPOutputStream
 
code - Variable in enum nl.mineleni.cbsviewer.util.StringConstants
De code (waarde) van dit object.
codeNamen() - Static method in enum nl.mineleni.cbsviewer.util.StringConstants
Lijst met alle code namen (immutable).
containsKey(K) - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
 
containsKey(K) - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Caching
Kijkt of de gegegeven sleuten in de cache voorkomt.
contextDestroyed(ServletContextEvent) - Method in class nl.mineleni.cbsviewer.servlet.GeotoolsContextListener
 
contextInitialized(ServletContextEvent) - Method in class nl.mineleni.cbsviewer.servlet.GeotoolsContextListener
 
convertToHTMLTable(InputStream, FeatureInfoResponseConverter.CONVERTER_TYPE, LayerDescriptor) - Static method in class nl.mineleni.cbsviewer.servlet.wms.FeatureInfoResponseConverter
Converteer de input naar een html tabel.
CookieNamesConstants - Enum in nl.mineleni.cbsviewer.util
namen van de gebruikte cookies.
createAttributeValueFilter() - Method in class nl.mineleni.cbsviewer.servlet.wms.xml.ObjectFactory
Create an instance of AttributeValueFilter
createFilterList() - Method in class nl.mineleni.cbsviewer.servlet.wms.xml.ObjectFactory
Create an instance of FilterList
createFilterMapping(FilterList) - Method in class nl.mineleni.cbsviewer.servlet.wms.xml.ObjectFactory
Create an instance of JAXBElement<FilterList>}
createLayerDescriptor() - Method in class nl.mineleni.cbsviewer.util.xml.ObjectFactory
Create an instance of LayerDescriptor
createLayers(LayersList) - Method in class nl.mineleni.cbsviewer.util.xml.ObjectFactory
Create an instance of JAXBElement<LayersList>}
createLayersList() - Method in class nl.mineleni.cbsviewer.util.xml.ObjectFactory
Create an instance of LayersList

D

decodeURIComponent(String) - Static method in class nl.mineleni.cbsviewer.util.EncodingUtil
Decodes the passed UTF-8 String using an algorithm that's compatible with JavaScript's decodeURIComponent function.
destroy() - Method in class nl.mineleni.cbsviewer.servlet.GZipFilter
 
destroy() - Method in class nl.mineleni.cbsviewer.servlet.ResponseHeadersFilter
 
destroy() - Method in class nl.mineleni.cbsviewer.servlet.ReverseProxyServlet
 
destroy() - Method in class nl.mineleni.cbsviewer.servlet.wms.WMSClientServlet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.mineleni.cbsviewer.servlet.GZipFilter
Comprimeert de response met GZip mits de clinet aangeeft dat die gzip accepteert.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class nl.mineleni.cbsviewer.servlet.ResponseHeadersFilter
Stelt extra responseheaders in.
doGet(HttpServletRequest, HttpServletResponse) - Method in class nl.mineleni.cbsviewer.servlet.ReverseProxyServlet
Process the HTTP Get request.
doGetOpenLSRequest(String, Map<String, String>) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClient
Do get open ls request.
doPostOpenLSRequest(String, GeocodeRequest) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClient
Do post open ls request.
doPostOpenLSRequest(String, Map<String, String>) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClient
post a freeform open ls request. eg. to openrouteservice.org.
doPostOpenLSReverseGeocodeRequest(String, Map<String, String>) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClient
post a freeform open ls request. eg. to openrouteservice.org.
doubleValue() - Method in enum nl.mineleni.cbsviewer.util.NumberConstants
Double value van dit object.

E

encodeURIComponent(String) - Static method in class nl.mineleni.cbsviewer.util.EncodingUtil
Encodes the passed String as UTF-8 using an algorithm that's compatible with JavaScript's encodeURIComponent function.
EncodingUtil - Class in nl.mineleni.cbsviewer.util
Utility class for JavaScript compatible UTF-8 encoding and decoding.
endElement(String, String, String) - Method in class nl.mineleni.openls.parser.OpenLSGeocodeRequestParser
 
endElement(String, String, String) - Method in class nl.mineleni.openls.parser.OpenLSGeocodeResponseParser
 
endElement(String, String, String) - Method in class nl.mineleni.openls.parser.OpenLSReverseGeocodeRequestParser
 
endElement(String, String, String) - Method in class nl.mineleni.openls.parser.OpenLSReverseGeocodeResponseParser
 
entrySet() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
 
entrySet() - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Caching
Geeft de inhoud van de cache als Set<Entry>.
equals(Object) - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.BboxLayerCacheKey
 
ERR_MSG_MISSING_CONFIG - Static variable in class nl.mineleni.cbsviewer.servlet.ReverseProxyServlet
Foutmelding in geval van missende 'allowed_hosts' optie.
eValBuf - Variable in class nl.mineleni.openls.parser.AbstractOpenLSParser
val buffer.

F

FeatureInfoResponseConverter - Class in nl.mineleni.cbsviewer.servlet.wms
Utility klasse FeatureInfoResponseConverter kan gebruikt worden om FeatureInfo responses te parsen en te converteren naar een andere vorm.
FeatureInfoResponseConverter.CONVERTER_TYPE - Enum in nl.mineleni.cbsviewer.servlet.wms
ondersteunde typen voor conversie.
filter - Variable in class nl.mineleni.cbsviewer.servlet.wms.xml.FilterList
 
FilterList - Class in nl.mineleni.cbsviewer.servlet.wms.xml
De lijst met filters Java class for filterList complex type.
FilterList() - Constructor for class nl.mineleni.cbsviewer.servlet.wms.xml.FilterList
 
filterValue(String, String) - Method in class nl.mineleni.cbsviewer.servlet.wms.AttributesNamesFilter
Filtert de input.
filterValue(Object) - Method in class nl.mineleni.cbsviewer.servlet.wms.AttributeValuesFilter
Filtert de input.
finish() - Method in class nl.mineleni.cbsviewer.servlet.GZIPHttpServletResponseWrapper
Finish.
flush() - Method in class nl.mineleni.cbsviewer.servlet.ServletResponseGZIPOutputStream
 
flushBuffer() - Method in class nl.mineleni.cbsviewer.servlet.GZIPHttpServletResponseWrapper
 
FORCE_XML_MIME - Static variable in class nl.mineleni.cbsviewer.servlet.ReverseProxyServlet
Forceer xml output optie sleutel.

G

GeocodedAddress - Class in nl.mineleni.openls.databinding.openls
OLS GeocodedAddress.
GeocodedAddress() - Constructor for class nl.mineleni.openls.databinding.openls.GeocodedAddress
Instantiates a new geocoded address.
GeocodeRequest - Class in nl.mineleni.openls.databinding.openls
OLS GeocodeRequest.
GeocodeRequest() - Constructor for class nl.mineleni.openls.databinding.openls.GeocodeRequest
 
GeocodeResponse - Class in nl.mineleni.openls.databinding.openls
OLS GeocodeResponse.
GeocodeResponse() - Constructor for class nl.mineleni.openls.databinding.openls.GeocodeResponse
 
GeocodeResponseList - Class in nl.mineleni.openls.databinding.openls
OLS GeocodeResponseList.
GeocodeResponseList() - Constructor for class nl.mineleni.openls.databinding.openls.GeocodeResponseList
 
GeotoolsContextListener - Class in nl.mineleni.cbsviewer.servlet
Application Lifecycle Listener implementation class GeotoolsContextListener.
GeotoolsContextListener() - Constructor for class nl.mineleni.cbsviewer.servlet.GeotoolsContextListener
 
get(K) - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
 
get(K) - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Caching
Geeft de waarde die bij de gevraagde sleutel hoort, mits aanwezig in de cache, anders null.
getAccuracy() - Method in class nl.mineleni.openls.databinding.openls.SearchCentreDistance
Accuracy accessor.
getAddress() - Method in class nl.mineleni.openls.databinding.openls.GeocodedAddress
Gets the address.
getAddress() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodedLocation
Gets the resultaat adres.
getAddressAt(int) - Method in class nl.mineleni.openls.databinding.openls.GeocodeRequest
Gets the address at.
getAddressSize() - Method in class nl.mineleni.openls.databinding.openls.GeocodeRequest
Gets the address size.
getAddressString() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
geeft het adres als string in de vorm straat - postcode - stad - gemeente - provincie.
getAliases() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the aliases property.
getAll(Collection<K>) - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
 
getAll(Collection<K>) - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Caching
haalt alle elementen op uit de cache met een verzameling sleutels.
getAttributes() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the attributes property.
getBbox() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.BboxLayerCacheKey
Gets het bbox deel van dit object.
getBuilding() - Method in class nl.mineleni.openls.databinding.openls.StreetAddress
Gets the building.
getBuildingName() - Method in class nl.mineleni.openls.databinding.openls.Building
Gets the building name.
getCacheDir() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.WMSCache
Geeft het pad van de cache.
getCountryCode() - Method in class nl.mineleni.openls.databinding.openls.Address
Gets the country code.
getCountrySubdivision() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Gets de "provincie" voor dit adres.
getDimension() - Method in class nl.mineleni.openls.databinding.gml.Pos
Gets the dimension.
getExpireBy() - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Cachable
Gets de expire-by (UNIX, milliseconden) timestamp voor dit object.
getExpireBy() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.CachableString
 
getExpireBy() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.CacheImage
 
getFilter() - Method in class nl.mineleni.cbsviewer.servlet.wms.xml.FilterList
Gets the value of the filter property.
getGeocodedAddressAt(int) - Method in class nl.mineleni.openls.databinding.openls.GeocodeResponseList
Gets the geocoded address at.
getGeocodedAddressList(GeocodeResponse) - Static method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientUtil
Gets the geocoded address list.
getGeocodedAddressSize() - Method in class nl.mineleni.openls.databinding.openls.GeocodeResponseList
Gets the geocoded address size.
getGeocodeRequest() - Method in class nl.mineleni.openls.parser.OpenLSGeocodeRequestParser
Gets the geocode request.
getGeocodeResponse() - Method in class nl.mineleni.openls.parser.OpenLSGeocodeResponseParser
Gets the geocode response.
getGeocodeResponseListAt(int) - Method in class nl.mineleni.openls.databinding.openls.GeocodeResponse
Gets the geocode response list at.
getGeocodeResponseListSize() - Method in class nl.mineleni.openls.databinding.openls.GeocodeResponse
Gets the geocode response list size.
getId() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the id property.
getImage() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.CacheImage
Gets the image.
getImage(BoundingBox) - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.WMSCache
Haalt een opgeslagen afbeelding op.
getInputAttributeValue() - Method in class nl.mineleni.cbsviewer.servlet.wms.xml.AttributeValueFilter
Gets the value of the inputAttributeValue property.
getItem() - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Cachable
Haalt het opgeslagen item <T> op.
getItem() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.CachableString
 
getItem() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.CacheImage
 
getKeys() - Method in class nl.mineleni.cbsviewer.util.LabelsBundle
 
getLayerByID(String) - Method in class nl.mineleni.cbsviewer.util.AvailableLayersBean
geeft de eerste layerdescriptor met de gevraagde id.
getLayerByLayers(String, String) - Method in class nl.mineleni.cbsviewer.util.AvailableLayersBean
geeft de eerste layerdescriptor met de gevraagde naam.
getLayerByLayers(String, String, String) - Method in class nl.mineleni.cbsviewer.util.AvailableLayersBean
geeft de eerste layerdescriptor met de gevraagde naam, url en styles.
getLayerByName(String) - Method in class nl.mineleni.cbsviewer.util.AvailableLayersBean
geeft de eerste layerdescriptor met de gevraagde naam.
getLayerdescriptor() - Method in class nl.mineleni.cbsviewer.util.xml.LayersList
Gets the value of the layerdescriptor property.
getLayers() - Method in class nl.mineleni.cbsviewer.util.AvailableLayersBean
accessor voor de lijst met layers.
getLayers() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the layers property.
getLd() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.BboxLayerCacheKey
Gets het layer descriptor deel van dit object.
getLink() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the link property.
getMetadata() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the metadata property.
getMoreinfo() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the moreinfo property.
getMunicipality() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Gets de "gemeente" voor dit adres.
getMunicipalitySubdivision() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Gets de "plaatsnaam" voor dit adres.
getName() - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.CachableImage
Accessor voor de naam van de gecachede afbeelding, bijvoorbeeld de bestandnaam.
getName() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.CacheImage
 
getName() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the name property.
getNumber() - Method in class nl.mineleni.openls.databinding.openls.Building
Gets the number.
getNumberOfGeocodedAddresses() - Method in class nl.mineleni.openls.databinding.openls.GeocodeResponseList
Gets the number of geocoded addresses.
getOpenLayersLangBundle() - Method in class nl.mineleni.cbsviewer.util.LabelsBundle
Geeft sleutel/waarde paren als een javascript OpenLayers object.
getOpenLSClientAddressList(GeocodeResponse, int...) - Static method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientUtil
Gets the client address list uit een GeocodeResponse.
getOutputAttributeValue() - Method in class nl.mineleni.cbsviewer.servlet.wms.xml.AttributeValueFilter
Gets the value of the outputAttributeValue property.
getOutputStream() - Method in class nl.mineleni.cbsviewer.servlet.GZIPHttpServletResponseWrapper
 
getPassID() - Method in class nl.mineleni.cbsviewer.servlet.AbstractBaseServlet
Gets the pass id.
getPlace() - Method in class nl.mineleni.openls.databinding.openls.Place
Gets the place.
getPlaceAt(int) - Method in class nl.mineleni.openls.databinding.openls.Address
Gets the place at.
getPlaceByType(String) - Method in class nl.mineleni.openls.databinding.openls.Address
Gets the place by type.
getPlaceSize() - Method in class nl.mineleni.openls.databinding.openls.Address
Gets the place size.
getPoint() - Method in class nl.mineleni.openls.databinding.openls.GeocodedAddress
Gets the point.
getPoint() - Method in class nl.mineleni.openls.databinding.openls.Position
Gets the point dat deze positie beschrijft.
getPoint() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodedLocation
Gets the te coderen punt.
getPosAt(int) - Method in class nl.mineleni.openls.databinding.gml.Point
Gets the pos at.
getPosition() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodeRequest
Gets the reverse geocoding positie.
getPosSize() - Method in class nl.mineleni.openls.databinding.gml.Point
Gets the pos size.
getPostalCode() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
de postcode voor dit adres.
getPostalCode() - Method in class nl.mineleni.openls.databinding.openls.Address
Gets the postal code.
getPostalCode() - Method in class nl.mineleni.openls.databinding.openls.PostalCode
Gets the postal code.
getPreference() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodePreference
Gets the geocodeer voorkeur.
getProxyHost() - Method in class nl.mineleni.cbsviewer.servlet.AbstractBaseServlet
Gets the proxy host.
getProxyPort() - Method in class nl.mineleni.cbsviewer.servlet.AbstractBaseServlet
Gets the proxy port.
getRadius() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Proberen op basis van het type adres hit te bepalen wat de zoom-in radius zou moeten zijn.
getReverseGeocodedLocation() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodeResponse
Gets the de teruggerekende locatie.
getReverseGeocodePreference() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodeRequest
Gets the reverse geocoding voorkeur.
getReverseGeocodeRequest() - Method in class nl.mineleni.openls.parser.OpenLSReverseGeocodeRequestParser
Gets the reverse geocode request.
getReverseGeocodeResponse() - Method in class nl.mineleni.openls.parser.OpenLSReverseGeocodeResponseParser
Gets the reverse geocode response.
getSearchCentreDistance() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodedLocation
Gets the zoek afstand.
getSrsName() - Method in class nl.mineleni.openls.databinding.gml.Point
Gets the srs name.
getStreet() - Method in class nl.mineleni.openls.databinding.openls.Street
Gets the street.
getStreet() - Method in class nl.mineleni.openls.databinding.openls.StreetAddress
Gets the street.
getStreetAddress() - Method in class nl.mineleni.openls.databinding.openls.Address
Gets the street address.
getStreetName() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Gets de straat voor dit adres.
getStreetNumber() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Gets de huisnummer voor dit adres.
getStyles() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the styles property.
getSubdivision() - Method in class nl.mineleni.openls.databinding.openls.Building
Gets the subdivision.
getType() - Method in class nl.mineleni.openls.databinding.openls.Place
Gets the type.
getUom() - Method in class nl.mineleni.openls.databinding.openls.SearchCentreDistance
Units of Measure accessor.
getUrl() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the url property.
getUserID() - Method in class nl.mineleni.cbsviewer.servlet.AbstractBaseServlet
Gets the user id.
getValue() - Method in class nl.mineleni.openls.databinding.openls.SearchCentreDistance
value accessor.
getWriter() - Method in class nl.mineleni.cbsviewer.servlet.GZIPHttpServletResponseWrapper
 
getX() - Method in class nl.mineleni.openls.databinding.gml.Pos
Gets the x.
getxCoord() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Gets de x coord.
getXY() - Method in class nl.mineleni.openls.databinding.gml.Pos
Gets the xy.
getY() - Method in class nl.mineleni.openls.databinding.gml.Pos
Gets the y.
getyCoord() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Gets de y coord.
getZoom() - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Gets the value of the zoom property.
GZipFilter - Class in nl.mineleni.cbsviewer.servlet
Eenvoudige GZip compressie filter ter optimalisatie van bandbreedte.
GZipFilter() - Constructor for class nl.mineleni.cbsviewer.servlet.GZipFilter
 
GZIPHttpServletResponseWrapper - Class in nl.mineleni.cbsviewer.servlet
The Class GZIPHttpServletResponseWrapper.
GZIPHttpServletResponseWrapper(HttpServletResponse) - Constructor for class nl.mineleni.cbsviewer.servlet.GZIPHttpServletResponseWrapper
Instantiates a new GZIP http servlet response wrapper.

H

handleGetObject(String) - Method in class nl.mineleni.cbsviewer.util.LabelsBundle
 
hasAddress() - Method in class nl.mineleni.openls.databinding.openls.GeocodedAddress
Checks for address.
hasBuilding() - Method in class nl.mineleni.openls.databinding.openls.StreetAddress
Checks for building.
hasBuildingName() - Method in class nl.mineleni.openls.databinding.openls.Building
Checks for building name.
hasCountryCode() - Method in class nl.mineleni.openls.databinding.openls.Address
Checks for country code.
hasDimension() - Method in class nl.mineleni.openls.databinding.gml.Pos
Checks for dimension.
hasFilters() - Method in class nl.mineleni.cbsviewer.servlet.wms.AttributeValuesFilter
Geeft aan of het filter inhoud heeft.
hashCode() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.BboxLayerCacheKey
 
hasNumber() - Method in class nl.mineleni.openls.databinding.openls.Building
Checks for number.
hasPlace() - Method in class nl.mineleni.openls.databinding.openls.Place
Checks for place.
hasPlaceType(String) - Method in class nl.mineleni.openls.databinding.openls.Address
Checks for place type.
hasPoint() - Method in class nl.mineleni.openls.databinding.openls.GeocodedAddress
Checks for point.
hasPostalCode() - Method in class nl.mineleni.openls.databinding.openls.Address
Checks for postal code.
hasPostalCode() - Method in class nl.mineleni.openls.databinding.openls.PostalCode
Checks for postal code.
hasSrsName() - Method in class nl.mineleni.openls.databinding.gml.Point
Checks for srs name.
hasStreet() - Method in class nl.mineleni.openls.databinding.openls.Street
Checks for street.
hasStreet() - Method in class nl.mineleni.openls.databinding.openls.StreetAddress
Checks for street.
hasStreetAddress() - Method in class nl.mineleni.openls.databinding.openls.Address
Checks for street address.
hasSubdivision() - Method in class nl.mineleni.openls.databinding.openls.Building
Checks for subdivision.
hasType() - Method in class nl.mineleni.openls.databinding.openls.Place
Checks for type.
hasXY() - Method in class nl.mineleni.openls.databinding.gml.Pos
Checks for xy.

I

id - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 
init(ServletConfig) - Method in class nl.mineleni.cbsviewer.servlet.AbstractBaseServlet
Leest de config opties uit de web.xml in; het gaat om AbstractBaseServlet.USER_ID en AbstractBaseServlet.USER_PASSWORD.
init(ServletConfig) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.AdresZoekServlet
 
init(FilterConfig) - Method in class nl.mineleni.cbsviewer.servlet.GZipFilter
 
init(FilterConfig) - Method in class nl.mineleni.cbsviewer.servlet.ResponseHeadersFilter
 
init(ServletConfig) - Method in class nl.mineleni.cbsviewer.servlet.ReverseProxyServlet
Initialize variables called when context is initialized.
init(ServletConfig) - Method in class nl.mineleni.cbsviewer.servlet.wms.WMSClientServlet
 
inputAttributeValue - Variable in class nl.mineleni.cbsviewer.servlet.wms.xml.AttributeValueFilter
 
intValue() - Method in enum nl.mineleni.cbsviewer.util.NumberConstants
Int value van dit object.
isNotNullNotEmptyNotWhiteSpaceOnly(String) - Method in class nl.mineleni.cbsviewer.servlet.AbstractWxSServlet
Checking for String that is not null, not empty, and not white space only using standard Java classes.
isValid() - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Cachable
Controleert of dit object geldig is.
isValid() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.CachableString
 
isValid() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.CacheImage
 
isValidClientAddress() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
controleert of dit een geldig adres is.

L

LabelsBundle - Class in nl.mineleni.cbsviewer.util
Resourcebundel bundle voor de applicatie.
LabelsBundle() - Constructor for class nl.mineleni.cbsviewer.util.LabelsBundle
Instantiates a new labels bundle.
LayerDescriptor - Class in nl.mineleni.cbsviewer.util.xml
Beschrijft een kaartlaag voor de applicatie.
LayerDescriptor() - Constructor for class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 
layerdescriptor - Variable in class nl.mineleni.cbsviewer.util.xml.LayersList
 
layers - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 
LayersList - Class in nl.mineleni.cbsviewer.util.xml
Java class for layersList complex type.
LayersList() - Constructor for class nl.mineleni.cbsviewer.util.xml.LayersList
 
link - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 

M

mapSize() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
Map size.
metadata - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 
moreinfo - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 

N

name - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 
nl.mineleni.cbsviewer.servlet - package nl.mineleni.cbsviewer.servlet
Servlets voor de CBSviewer.
nl.mineleni.cbsviewer.servlet.gazetteer - package nl.mineleni.cbsviewer.servlet.gazetteer
Deze package voorziet in de communicatie met de OpenLS LUS service voor het opzoeken van adressen.
nl.mineleni.cbsviewer.servlet.gazetteer.lusclient - package nl.mineleni.cbsviewer.servlet.gazetteer.lusclient
OpenLS LUS client.
nl.mineleni.cbsviewer.servlet.wms - package nl.mineleni.cbsviewer.servlet.wms
WMS Servlet voor de CBSviewer.
nl.mineleni.cbsviewer.servlet.wms.cache - package nl.mineleni.cbsviewer.servlet.wms.cache
Bevat de cache library voor dit project.
nl.mineleni.cbsviewer.servlet.wms.xml - package nl.mineleni.cbsviewer.servlet.wms.xml
WMS attribuut filter package.
nl.mineleni.cbsviewer.util - package nl.mineleni.cbsviewer.util
utilities voor de CBSviewer.
nl.mineleni.cbsviewer.util.xml - package nl.mineleni.cbsviewer.util.xml
WMS lagen package.
nl.mineleni.openls - package nl.mineleni.openls
OpenLS package.
nl.mineleni.openls.databinding.gml - package nl.mineleni.openls.databinding.gml
OpenLS databinding gml package.
nl.mineleni.openls.databinding.openls - package nl.mineleni.openls.databinding.openls
OpenLS databinding.
nl.mineleni.openls.parser - package nl.mineleni.openls.parser
OpenLS databinding parser package.
NumberConstants - Enum in nl.mineleni.cbsviewer.util
Numerieke constanten voor de applicatie.

O

ObjectFactory - Class in nl.mineleni.cbsviewer.servlet.wms.xml
This object contains factory methods for each Java content interface and Java element interface generated in the nl.mineleni.cbsviewer.servlet.wms.xml package.
ObjectFactory() - Constructor for class nl.mineleni.cbsviewer.servlet.wms.xml.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: nl.mineleni.cbsviewer.servlet.wms.xml
ObjectFactory - Class in nl.mineleni.cbsviewer.util.xml
This object contains factory methods for each Java content interface and Java element interface generated in the nl.mineleni.cbsviewer.util.xml package.
ObjectFactory() - Constructor for class nl.mineleni.cbsviewer.util.xml.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: nl.mineleni.cbsviewer.util.xml
objStack - Variable in class nl.mineleni.openls.parser.AbstractOpenLSParser
object stack.
OGC_GML_NAMESPACE_PREFIX - Static variable in interface nl.mineleni.openls.XmlNamespaceConstants
De constante OGC_GML_NAMESPACE_PREFIX.
OGC_GML_NAMESPACE_URI - Static variable in interface nl.mineleni.openls.XmlNamespaceConstants
De constante OGC_GML_NAMESPACE_URI.
OPENLS_NAMESPACE_PREFIX - Static variable in interface nl.mineleni.openls.XmlNamespaceConstants
De constante OPENLS_NAMESPACE_PREFIX.
OPENLS_NAMESPACE_SCHEMALOCATION - Static variable in interface nl.mineleni.openls.XmlNamespaceConstants
De constante OPENLS_NAMESPACE_SCHEMALOCATION.
OPENLS_NAMESPACE_URI - Static variable in interface nl.mineleni.openls.XmlNamespaceConstants
De constante OPENLS_NAMESPACE_URI.
OpenLSClient - Class in nl.mineleni.cbsviewer.servlet.gazetteer.lusclient
OpenLSClient.
OpenLSClient() - Constructor for class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClient
Maakt een nieuwe instance van de LUS client.
OpenLSClientAddress - Class in nl.mineleni.cbsviewer.servlet.gazetteer.lusclient
OpenLSClientAddress is een "DAO" achtige voor een OpenLS adres.
OpenLSClientAddress() - Constructor for class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Instantiates a new open ls client address.
OpenLSClientAddress(String, String, String, String, String, String, String, String) - Constructor for class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Instantiates a new open ls client address.
OpenLSClientUtil - Class in nl.mineleni.cbsviewer.servlet.gazetteer.lusclient
Utility klasse OpenLSClientUtil.
OpenLSGeocodeRequestParser - Class in nl.mineleni.openls.parser
The Class OpenLSGeocodeRequestParser.
OpenLSGeocodeRequestParser() - Constructor for class nl.mineleni.openls.parser.OpenLSGeocodeRequestParser
 
OpenLSGeocodeResponseParser - Class in nl.mineleni.openls.parser
The Class OpenLSGeocodeResponseParser.
OpenLSGeocodeResponseParser() - Constructor for class nl.mineleni.openls.parser.OpenLSGeocodeResponseParser
 
OpenLSReverseGeocodeRequestParser - Class in nl.mineleni.openls.parser
Parse reverse geocode requests.
OpenLSReverseGeocodeRequestParser() - Constructor for class nl.mineleni.openls.parser.OpenLSReverseGeocodeRequestParser
 
OpenLSReverseGeocodeResponseParser - Class in nl.mineleni.openls.parser
Parse reverse geocode response.
OpenLSReverseGeocodeResponseParser() - Constructor for class nl.mineleni.openls.parser.OpenLSReverseGeocodeResponseParser
 
outputAttributeValue - Variable in class nl.mineleni.cbsviewer.servlet.wms.xml.AttributeValueFilter
 

P

parseForward(HttpServletRequest) - Method in class nl.mineleni.cbsviewer.servlet.AbstractWxSServlet
Parse de forward parameter van een request.
parseLocation(HttpServletRequest) - Method in class nl.mineleni.cbsviewer.servlet.AbstractWxSServlet
Parse locatie uit een request.
parseOpenLSRequest(String) - Method in class nl.mineleni.openls.parser.OpenLSGeocodeRequestParser
Parses the open ls request.
parseOpenLSResponse(String) - Method in class nl.mineleni.openls.parser.OpenLSGeocodeResponseParser
Parses the open ls response.
parseOpenLSReverseGeocodeRequest(String) - Method in class nl.mineleni.openls.parser.OpenLSReverseGeocodeRequestParser
Parses the open ls reverse geocode response.
parseOpenLSReverseGeocodeResponse(String) - Method in class nl.mineleni.openls.parser.OpenLSReverseGeocodeResponseParser
Parses the open ls reverse geocode response.
parser - Variable in class nl.mineleni.openls.parser.AbstractOpenLSParser
SAX parser.
Place - Class in nl.mineleni.openls.databinding.openls
OLS Place. http://schemas.opengis.net/ols/1.2.0/ADT.xsd <element name="Place" type="xls:NamedPlaceType"> <annotation> <documentation>Place represents a hierarchical set of geographic regions/placenames: country subdivision, country secondary subdivision, municipality, and municipality subdivision.
Place() - Constructor for class nl.mineleni.openls.databinding.openls.Place
Instantiates a new place.
PLACE_TYPE_COUNTRYSUBDIVISION - Static variable in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientUtil
De constante PLACE_TYPE_COUNTRYSUBDIVISION.
PLACE_TYPE_MUNICIPALITY - Static variable in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientUtil
De constante PLACE_TYPE_MUNICIPALITY.
PLACE_TYPE_MUNICIPALITYSUBDIVISION - Static variable in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientUtil
De constante PLACE_TYPE_MUNICIPALITYSUBDIVISION.
Point - Class in nl.mineleni.openls.databinding.gml
GML Point.
Point() - Constructor for class nl.mineleni.openls.databinding.gml.Point
Instantiates a new point.
Pos - Class in nl.mineleni.openls.databinding.gml
GML Pos.
Pos() - Constructor for class nl.mineleni.openls.databinding.gml.Pos
Instantiates a new pos.
Position - Class in nl.mineleni.openls.databinding.openls
The Class Position.
Position() - Constructor for class nl.mineleni.openls.databinding.openls.Position
 
PostalCode - Class in nl.mineleni.openls.databinding.openls
OLS PostalCode. http://schemas.opengis.net/ols/1.2.0/ADT.xsd <element name="PostalCode" type="xls:PostalCodeType"> <annotation> <documentation>A zipcode or international postal code as defined by the governing postal authority.
PostalCode() - Constructor for class nl.mineleni.openls.databinding.openls.PostalCode
Instantiates a new postal code.
preference - Variable in enum nl.mineleni.openls.databinding.openls.ReverseGeocodePreference.PREFERENCE
The preference.
put(K, V) - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
 
put(K, V) - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Caching
Slaat de waarde op in de cache met de gegeven sleutel.
put(BoundingBox, BufferedImage, long) - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.WMSCache
plaatst de image in de cache met de sleutel.

Q

queueSize() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
Queue size.

R

remove(K) - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
 
remove(K) - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Caching
verwijder de sleutel uit de cache.
remove(BoundingBox) - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.WMSCache
Verwijder het gevraagde object uit de cache.
ResponseHeadersFilter - Class in nl.mineleni.cbsviewer.servlet
Stelt response headers in voor de applicatie.
ResponseHeadersFilter() - Constructor for class nl.mineleni.cbsviewer.servlet.ResponseHeadersFilter
 
ReverseGeocodedLocation - Class in nl.mineleni.openls.databinding.openls
The Class ReverseGeocodedLocation.
ReverseGeocodedLocation() - Constructor for class nl.mineleni.openls.databinding.openls.ReverseGeocodedLocation
 
ReverseGeocodePreference - Class in nl.mineleni.openls.databinding.openls
OLS ReverseGeocodePreference.
ReverseGeocodePreference() - Constructor for class nl.mineleni.openls.databinding.openls.ReverseGeocodePreference
 
ReverseGeocodePreference.PREFERENCE - Enum in nl.mineleni.openls.databinding.openls
The Enum PREFERENCE.
ReverseGeocodeRequest - Class in nl.mineleni.openls.databinding.openls
OLS ReverseGeocodeRequest.
ReverseGeocodeRequest() - Constructor for class nl.mineleni.openls.databinding.openls.ReverseGeocodeRequest
 
ReverseGeocodeResponse - Class in nl.mineleni.openls.databinding.openls
The Class ReverseGeocodeResponse.
ReverseGeocodeResponse() - Constructor for class nl.mineleni.openls.databinding.openls.ReverseGeocodeResponse
 
ReverseProxyServlet - Class in nl.mineleni.cbsviewer.servlet
Dit is een proxy servlet voor WxS services; ter verhelping van het single domain javascript policy fenomeen.
ReverseProxyServlet() - Constructor for class nl.mineleni.cbsviewer.servlet.ReverseProxyServlet
 

S

SearchCentreDistance - Class in nl.mineleni.openls.databinding.openls
The Class SearchCentreDistance.
SearchCentreDistance() - Constructor for class nl.mineleni.openls.databinding.openls.SearchCentreDistance
 
service(HttpServletRequest, HttpServletResponse) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.AdresZoekServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class nl.mineleni.cbsviewer.servlet.wms.WMSClientServlet
 
ServletResponseGZIPOutputStream - Class in nl.mineleni.cbsviewer.servlet
comprimeert de output stream met gzip.
ServletResponseGZIPOutputStream(OutputStream) - Constructor for class nl.mineleni.cbsviewer.servlet.ServletResponseGZIPOutputStream
Instantiates a new servlet response gzip output stream.
setAccuracy(double) - Method in class nl.mineleni.openls.databinding.openls.SearchCentreDistance
Accuracy setter.
setAddress(Address) - Method in class nl.mineleni.openls.databinding.openls.GeocodedAddress
Sets the address.
setAddress(Address) - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodedLocation
Sets the resultaat adres.
setAliases(String) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the aliases property.
setAttributes(String) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the attributes property.
setBuilding(Building) - Method in class nl.mineleni.openls.databinding.openls.StreetAddress
Sets the building.
setBuildingName(String) - Method in class nl.mineleni.openls.databinding.openls.Building
Sets the building name.
setContentLength(int) - Method in class nl.mineleni.cbsviewer.servlet.GZIPHttpServletResponseWrapper
 
setCookie(HttpServletResponse, CookieNamesConstants, String) - Method in class nl.mineleni.cbsviewer.servlet.AbstractWxSServlet
cookie instellen of updaten.
setCookie(HttpServletResponse, CookieNamesConstants, Integer) - Method in class nl.mineleni.cbsviewer.servlet.AbstractWxSServlet
cookie instellen of updaten.
setCountryCode(String) - Method in class nl.mineleni.openls.databinding.openls.Address
Sets the country code.
setCountrySubdivision(String) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Sets de "provincie" voor dit adres.
setDimension(int) - Method in class nl.mineleni.openls.databinding.gml.Pos
Sets the dimension.
setFileName(String) - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.CacheImage
Sets the file name.
setId(String) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the id property.
setInputAttributeValue(String) - Method in class nl.mineleni.cbsviewer.servlet.wms.xml.AttributeValueFilter
Sets the value of the inputAttributeValue property.
setLayers(String) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the layers property.
setLink(String) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the link property.
setMetadata(String) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the metadata property.
setMoreinfo(String) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the moreinfo property.
setMunicipality(String) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Sets de "gemeente" voor dit adres.
setMunicipalitySubdivision(String) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Sets de "plaatsnaam" voor dit adres.
setName(String) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the name property.
setNumber(String) - Method in class nl.mineleni.openls.databinding.openls.Building
Sets the number.
setNumberOfGeocodedAddresses(int) - Method in class nl.mineleni.openls.databinding.openls.GeocodeResponseList
Sets the number of geocoded addresses.
setOutputAttributeValue(String) - Method in class nl.mineleni.cbsviewer.servlet.wms.xml.AttributeValueFilter
Sets the value of the outputAttributeValue property.
setPlace(String) - Method in class nl.mineleni.openls.databinding.openls.Place
Sets the place.
setPoint(Point) - Method in class nl.mineleni.openls.databinding.openls.GeocodedAddress
Sets the point.
setPoint(Point) - Method in class nl.mineleni.openls.databinding.openls.Position
Sets the point dat deze positie beschrijft.
setPoint(Point) - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodedLocation
Sets the te coderen punt.
setPosition(Position) - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodeRequest
set de positie voor dit verzoek.
setPostalCode(String) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Sets de postcode voor dit adres.
setPostalCode(PostalCode) - Method in class nl.mineleni.openls.databinding.openls.Address
Sets the postal code.
setPostalCode(String) - Method in class nl.mineleni.openls.databinding.openls.PostalCode
Sets the postal code.
setPreference(String) - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodePreference
set gewenste preference.
setReverseGeocodedLocation(ReverseGeocodedLocation) - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodeResponse
Sets the de teruggerekende locatie.
setReverseGeocodePreference(ReverseGeocodePreference) - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodeRequest
Sets the reverse geocoding voorkeur.
setSearchCentreDistance(SearchCentreDistance) - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodedLocation
Sets the zoek afstand.
setSrsName(String) - Method in class nl.mineleni.openls.databinding.gml.Point
Sets the srs name.
setStreet(String) - Method in class nl.mineleni.openls.databinding.openls.Street
Sets the street.
setStreet(Street) - Method in class nl.mineleni.openls.databinding.openls.StreetAddress
Sets the street.
setStreetAddress(StreetAddress) - Method in class nl.mineleni.openls.databinding.openls.Address
Sets the street address.
setStreetName(String) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Sets de straat voor dit adres.
setStreetNumber(String) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Sets de huisnummer voor dit adres.
setStyles(String) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the styles property.
setSubdivision(String) - Method in class nl.mineleni.openls.databinding.openls.Building
Sets the subdivision.
setType(String) - Method in class nl.mineleni.openls.databinding.openls.Place
Sets the type.
setUom(String) - Method in class nl.mineleni.openls.databinding.openls.SearchCentreDistance
Units of Measure setter.
setUrl(String) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the url property.
setValue(double) - Method in class nl.mineleni.openls.databinding.openls.SearchCentreDistance
value setter.
setX(Double) - Method in class nl.mineleni.openls.databinding.gml.Pos
Sets the x.
setxCoord(String) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Sets de x coord.
setXY(String) - Method in class nl.mineleni.openls.databinding.gml.Pos
Sets the xy.
setY(Double) - Method in class nl.mineleni.openls.databinding.gml.Pos
Sets the y.
setyCoord(String) - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
Sets de y coord.
setZoom(Integer) - Method in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
Sets the value of the zoom property.
size() - Method in class nl.mineleni.cbsviewer.servlet.wms.cache.Cache
 
size() - Method in interface nl.mineleni.cbsviewer.servlet.wms.cache.Caching
Geeft de grootte van de cache.
SpatialUtil - Class in nl.mineleni.cbsviewer.util
Spatial Utilities.
startElement(String, String, String, Attributes) - Method in class nl.mineleni.openls.parser.OpenLSGeocodeRequestParser
 
startElement(String, String, String, Attributes) - Method in class nl.mineleni.openls.parser.OpenLSGeocodeResponseParser
 
startElement(String, String, String, Attributes) - Method in class nl.mineleni.openls.parser.OpenLSReverseGeocodeRequestParser
 
startElement(String, String, String, Attributes) - Method in class nl.mineleni.openls.parser.OpenLSReverseGeocodeResponseParser
 
Street - Class in nl.mineleni.openls.databinding.openls
OLS Street. http://schemas.opengis.net/ols/1.2.0/ADT.xsd <complexType name="StreetNameType"> <annotation> <documentation>The data elements that make up the name of a street.
Street() - Constructor for class nl.mineleni.openls.databinding.openls.Street
Instantiates a new street.
StreetAddress - Class in nl.mineleni.openls.databinding.openls
OLS StreetAddress. http://schemas.opengis.net/ols/1.2.0/ADT.xsd <complexType name="StreetAddressType"> <annotation> <documentation>A set of precise and complete data elements that cannot be subdivided and that describe the physical location of a place.
StreetAddress() - Constructor for class nl.mineleni.openls.databinding.openls.StreetAddress
Instantiates a new street address.
StringConstants - Enum in nl.mineleni.cbsviewer.util
De enum StringConstants bevat alle string constanten voor de applicatie.
styles - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 

T

toString() - Method in class nl.mineleni.cbsviewer.servlet.gazetteer.lusclient.OpenLSClientAddress
geeft het adres als string.
toString() - Method in enum nl.mineleni.cbsviewer.servlet.wms.FeatureInfoResponseConverter.CONVERTER_TYPE
String value van dit object.
toString() - Method in enum nl.mineleni.cbsviewer.util.CookieNamesConstants
Geeft de waarde van dit object terug.
toString() - Method in enum nl.mineleni.cbsviewer.util.NumberConstants
String value van dit object.
toString() - Method in enum nl.mineleni.cbsviewer.util.StringConstants
Geeft de code van dit object terug.
toString() - Method in enum nl.mineleni.openls.databinding.openls.ReverseGeocodePreference.PREFERENCE
 
toXML() - Method in class nl.mineleni.openls.databinding.gml.Point
 
toXML() - Method in class nl.mineleni.openls.databinding.gml.Pos
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.Address
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.Building
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.GeocodedAddress
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.GeocodeRequest
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.GeocodeResponse
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.GeocodeResponseList
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.Place
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.Position
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.PostalCode
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodedLocation
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodePreference
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodeRequest
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.ReverseGeocodeResponse
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.SearchCentreDistance
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.Street
 
toXML() - Method in class nl.mineleni.openls.databinding.openls.StreetAddress
 
toXML() - Method in interface nl.mineleni.openls.XmlNamespaceConstants
geeft een XML string representatie van dit object.

U

url - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 
USER_ID - Static variable in class nl.mineleni.cbsviewer.servlet.AbstractBaseServlet
sleutel voor user id.
USER_PASSWORD - Static variable in class nl.mineleni.cbsviewer.servlet.AbstractBaseServlet
sleutel voor password.

V

value - Variable in enum nl.mineleni.cbsviewer.util.CookieNamesConstants
De code (waarde) van dit object.
valueOf(String) - Static method in enum nl.mineleni.cbsviewer.servlet.wms.FeatureInfoResponseConverter.CONVERTER_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.mineleni.cbsviewer.util.CookieNamesConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.mineleni.cbsviewer.util.NumberConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.mineleni.cbsviewer.util.StringConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.mineleni.openls.databinding.openls.ReverseGeocodePreference.PREFERENCE
Returns the enum constant of this type with the specified name.
values() - Static method in enum nl.mineleni.cbsviewer.servlet.wms.FeatureInfoResponseConverter.CONVERTER_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.mineleni.cbsviewer.util.CookieNamesConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.mineleni.cbsviewer.util.NumberConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.mineleni.cbsviewer.util.StringConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.mineleni.openls.databinding.openls.ReverseGeocodePreference.PREFERENCE
Returns an array containing the constants of this enum type, in the order they are declared.

W

WMSCache - Class in nl.mineleni.cbsviewer.servlet.wms.cache
Cache voor wms getmap image responses.
WMSCache(Map<BoundingBox, BufferedImage>, String, int, int) - Constructor for class nl.mineleni.cbsviewer.servlet.wms.cache.WMSCache
constructor met pad voor de cache en initiƫle cache data.
WMSCache(String, int) - Constructor for class nl.mineleni.cbsviewer.servlet.wms.cache.WMSCache
constructor met pad voor de cache.
WMSClientServlet - Class in nl.mineleni.cbsviewer.servlet.wms
WMS client voor de applicatie.
WMSClientServlet() - Constructor for class nl.mineleni.cbsviewer.servlet.wms.WMSClientServlet
 
write(byte[]) - Method in class nl.mineleni.cbsviewer.servlet.ServletResponseGZIPOutputStream
 
write(byte[], int, int) - Method in class nl.mineleni.cbsviewer.servlet.ServletResponseGZIPOutputStream
 
write(int) - Method in class nl.mineleni.cbsviewer.servlet.ServletResponseGZIPOutputStream
 

X

XmlNamespaceConstants - Interface in nl.mineleni.openls
The Interface XmlNamespaceConstants.

Z

zoom - Variable in class nl.mineleni.cbsviewer.util.xml.LayerDescriptor
 
A B C D E F G H I L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2012–2014 Ministerie EZ. All rights reserved.