AbstractAccessHandler - Class in de.cismet.commons.security.handler
DOCUMENT ME!
AbstractAccessHandler() - Constructor for class de.cismet.commons.security.handler.AbstractAccessHandler
AbstractConnectionContext - Class in de.cismet.connectioncontext
DOCUMENT ME!
AbstractConnectionContext(AbstractConnectionContext.Category) - Constructor for class de.cismet.connectioncontext.AbstractConnectionContext
Creates a new AbstractConnectionContext object.
AbstractConnectionContext(AbstractConnectionContext.Category, String) - Constructor for class de.cismet.connectioncontext.AbstractConnectionContext
Creates a new AbstractConnectionContext object.
AbstractConnectionContext.Category - Enum in de.cismet.connectioncontext
DOCUMENT ME!
AbstractRESTRemoteControlMethod - Class in de.cismet.remote
AbstractRestRemoteControlMethod Class.
AbstractRESTRemoteControlMethod(int, String) - Constructor for class de.cismet.remote.AbstractRESTRemoteControlMethod
Creates a new AbstractRestRemoteControlMethod object.
AbstractVersionNegotiator - Class in de.cismet.commons.capabilities
DOCUMENT ME!
AbstractVersionNegotiator(CalculationCache<String, String>) - Constructor for class de.cismet.commons.capabilities.AbstractVersionNegotiator
Creates a new AbstractVersionNegotiator object.
accept(File) - Method in class de.cismet.tools.FileUtils.DirAndJarFilter
Tests whether the File is a Directory or a .jar File.
accept(File) - Method in class de.cismet.tools.FileUtils.DirectoryFilter
Tests whether the File is Directory or not.
accept(File) - Method in class de.cismet.tools.FileUtils.FilesFilter
Tests whether the File is Directory or not.
accept(File) - Method in class de.cismet.tools.FileUtils.JarFilter
Tests whether the given File is .jar File or not.
accept(File) - Method in class de.cismet.tools.FileUtils.MetaInfFilter
Tests whether the File is Meta File or not.
ACCESS_HANDLER_TYPE - Static variable in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
AccessHandler - Interface in de.cismet.commons.security
DOCUMENT ME!
AccessHandler.ACCESS_HANDLER_TYPES - Enum in de.cismet.commons.security
todo ein handler könnte mehr als einen Typ verarbeiten.
AccessHandler.ACCESS_METHODS - Enum in de.cismet.commons.security
DOCUMENT ME!
add(Pnt) - Method in class de.cismet.math.delaunytriangulation.Pnt
Add.
add(E) - Method in class de.cismet.tools.collections.HashArrayList
Appends the specified Element to the end of Arraylist and adds the specified
Element to the HashSet if it is not already present.
add(int, E) - Method in class de.cismet.tools.collections.HashArrayList
Appends the specified Element to the specified index.Shifts the element currently at
that position (if any) and any subsequent elements to the right (adds one to their indices).
add(Object) - Method in class de.cismet.tools.collections.SyncLinkedList
Deprecated.
add(int, String) - Method in class Sirius.util.collections.IntMapsString
Associates a Integer id(key) to a String astring(value).
add(String, int) - Method in class Sirius.util.collections.StringMapsInt
Associates Integer sq1ID(value) to a String descriptor(key).
add(String, String) - Method in class Sirius.util.collections.StringMapsString
Associates a String astring(value) to a String descriptor(key).
add(Object) - Method in class Sirius.util.collections.SyncLinkedList
Adds the given Object to the List, if it's not already contained in the List.
addAll(Collection<? extends E>) - Method in class de.cismet.tools.collections.HashArrayList
This implementation iterates over the specified Collection, and adds each object
returned by the iterator to this collection, in turn.
addAll(int, Collection<? extends E>) - Method in class de.cismet.tools.collections.HashArrayList
This implementation iterates over the specified Collection, and adds each object
returned by the iterator to this collection, in turn.
addAll(Collection) - Method in class de.cismet.tools.collections.SyncLinkedList
Deprecated.
addAll(Collection) - Method in class Sirius.util.collections.SyncLinkedList
Adds the given Collection to the List.
addBCC(String...) - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
addCC(String...) - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
addConfigurable(Configurable) - Method in class de.cismet.tools.configuration.ConfigurationManager
addHostCredentials(String, int, String, String, String) - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
addLayer(LayerPojo) - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
addLayer(LayerPojo) - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
addListener(ProxyHandler.Listener) - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
addProgressListener(ProgressListener) - Method in interface de.cismet.commons.utils.ProgressObservable
Adds a ProgressListener.
addProgressListener(ProgressListener) - Method in class de.cismet.commons.utils.ProgressSupport
Add a new ProgressListener to this support object.
addService(ServicePojo) - Method in class de.cismet.commons.utils.datasource.DatasourcesPojo
DOCUMENT ME!
addService(ServicePojo) - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
addTo(String...) - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
adjustDefaultLocale() - Static method in class de.cismet.tools.JnlpTools
This operation creates a new default
Locale using the information provided through the relevant
System properties.
afterExecute(Runnable, Throwable) - Method in class de.cismet.commons.concurrency.CismetExecutors.UEHThreadPoolExecutor
ALL_META - Static variable in class de.cismet.tools.FileUtils
integer for ALL_Meta.
allNull(Object...) - Static method in class de.cismet.tools.Equals
Tests if all given objects are null.
angle(Pnt) - Method in class de.cismet.math.delaunytriangulation.Pnt
Angle (in radians) between two Pnts (treated as vectors).
appendImage(Image, Image) - Static method in class de.cismet.tools.Static2DTools
Appends the second image to the first image.
applicationFinished() - Method in class de.cismet.commons.concurrency.CismetConcurrency
applicationFinished() - Method in interface de.cismet.tools.configuration.ShutdownHook
This operation is called when the application is about to be unloaded.
applicationStarted() - Method in interface de.cismet.tools.configuration.StartupHook
This operation is called when the application is completely loaded.
applicationTakeoff() - Method in interface de.cismet.tools.configuration.TakeoffHook
This operation is one of the first operations tha application will call.
cache - Variable in class de.cismet.tools.CalculationCache
CachedExecutor - Class in de.cismet.tools
DOCUMENT ME!
CachedExecutor() - Constructor for class de.cismet.tools.CachedExecutor
CacheException - Exception in de.cismet.commons.ref
This exception shall be used to indicate errors during operations related to caching.
CacheException(String) - Constructor for exception de.cismet.commons.ref.CacheException
Creates a new CacheException object.
CacheException(String, Throwable) - Constructor for exception de.cismet.commons.ref.CacheException
Creates a new CacheException object.
calc - Variable in class de.cismet.tools.CalculationCache
calculate(INPUT) - Method in interface de.cismet.tools.Calculator
Interface Calculator Calculates with the given INPUT and returns an OUTPUT.
calculateAvgTransformation(PointCoordinatePair[]) - Static method in class de.cismet.tools.transformations.TransformationTools
DOCUMENT ME!
CalculationCache <KEY ,VALUE > - Class in de.cismet.tools
Calculates values and cached it for a given time period.
CalculationCache(Calculator<KEY, VALUE>) - Constructor for class de.cismet.tools.CalculationCache
Creates a new CalculationCache object.
Calculator <INPUT ,OUTPUT > - Interface in de.cismet.tools
Interface Calculator.
calcValue(KEY) - Method in class de.cismet.tools.CalculationCache
Calculates the value for the given key, if required and caches it.
CannotReadFromURLException - Exception in de.cismet.commons.security.exceptions
DOCUMENT ME!
CannotReadFromURLException() - Constructor for exception de.cismet.commons.security.exceptions.CannotReadFromURLException
Creates a new instance of CantReadFromURLException.
CannotReadFromURLException(String) - Constructor for exception de.cismet.commons.security.exceptions.CannotReadFromURLException
Creates a new CannotReadFromURLException object.
canProvide(Class<?>) - Method in interface de.cismet.ext.CExtProvider
Shall return a boolean indicating whether this provider implementation provides extensions of this
type.
capabilitiesCache - Variable in class de.cismet.commons.capabilities.AbstractVersionNegotiator
CENTER - Static variable in class de.cismet.tools.Static2DTools
CExtContext - Class in de.cismet.ext
Context that can be used to request extensions from the
CExtManager.
CExtContext() - Constructor for class de.cismet.ext.CExtContext
Creates a new CExtContext object.
CExtContext(String, Object) - Constructor for class de.cismet.ext.CExtContext
Creates a new CExtContext object and put the given object in the property map.
CExtManager - Class in de.cismet.ext
Global extension manager implementation that can provide extension implementations of any type.
CExtProvider <T > - Interface in de.cismet.ext
This interface can be used to provide extensions that can be loaded into applications that support the extension
mechanism.
charsFromBytes(byte[], boolean) - Static method in class de.cismet.tools.PasswordEncrypter
Converts a byte[] into a char[] assuming byte i is the high byte and byte i + 2 is the
low byte of a two byte char representation.
checkHomeForFile(String) - Static method in class de.cismet.tools.StaticDebuggingTools
Tests whether the specified Filename exists in the User's Home Directory or not.
checkIfJarWithManifest(File) - Static method in class de.cismet.commons.utils.JarUtils
A simple check if a file is a Jar and contains the META-INF/MANIFEST.MF file.
checkIfURLaccessible(URL) - Method in interface de.cismet.commons.security.handler.ExtendedAccessHandler
DOCUMENT ME!
checkIfURLaccessible(URL) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
CircularObjectPool <T > - Class in de.cismet.tools.collections
DOCUMENT ME!
CircularObjectPool(List<T>) - Constructor for class de.cismet.tools.collections.CircularObjectPool
Creates a new CircularObjectPool object.
circumcenter(Pnt[]) - Static method in class de.cismet.math.delaunytriangulation.Pnt
Circumcenter of a simplex.
CismetConcurrency - Class in de.cismet.commons.concurrency
Utility class that provides some concurrency tools that should be used when concurrency shall take place within
cismet applications.
CismetConcurrency.CismetThreadFactory - Class in de.cismet.commons.concurrency
CismetConcurrency.LoggingAbortPolicy - Class in de.cismet.commons.concurrency
CismetExecutors - Class in de.cismet.commons.concurrency
CismetExecutors.UEHThreadPoolExecutor - Class in de.cismet.commons.concurrency
CismetThreadFactory(ThreadGroup, String, Thread.UncaughtExceptionHandler) - Constructor for class de.cismet.commons.concurrency.CismetConcurrency.CismetThreadFactory
Creates a new SudplanThreadFactory object.
CismetThreadPool - Class in de.cismet.tools
CismetThreadPool() - Constructor for class de.cismet.tools.CismetThreadPool
Deprecated.
ClassPathInfo - Class in de.cismet.commons.classloading
This class provides information about the packages, their resources and their origins that are currently on the
classpath (see
System.getProperty(java.lang.String) with
java.class.path property key).
NOTE: The implementation is currently neither thread safe nor does it make use of sophisticated caching
mechanism.
IMPORTANT: This implementation may not work as expected since java may load classes from other resources than from
files (e.g.
ClassPathInfo() - Constructor for class de.cismet.commons.classloading.ClassPathInfo
Creates a new ClassPathInfo object.
clear() - Method in class de.cismet.commons.ref.PurgingCache
Removes all entries from the cache regardless of any purge interval setting.
clear() - Static method in class de.cismet.remote.RESTRemoteControlMethodRegistry
Clears the Portmapping.
clear() - Method in class de.cismet.tools.collections.HashArrayList
Removes all of the elements from this HashArrayList.
clear() - Method in class de.cismet.tools.LinkedProperties
Clears the map.
clearHostCredentials(String, int) - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
clearHostCredentials() - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
clearProperty(String) - Method in class de.cismet.ext.CExtContext
Removes the value for the specified key from this map.
clone() - Method in class de.cismet.cismap.commons.jtsgeometryfactories.CoordinateM
clone() - Method in class de.cismet.tools.collections.HashArrayList
Clones the HashArrayList.
clone() - Method in class de.cismet.tools.LinkedProperties
Not Supported.
clone() - Method in class de.cismet.tools.transformations.PointCoordinatePair
close() - Method in class de.cismet.commons.utils.MultiPagePictureReader
DOCUMENT ME!
CODEC_JPEG - Static variable in class de.cismet.commons.utils.MultiPagePictureReader
CODEC_TIFF - Static variable in class de.cismet.commons.utils.MultiPagePictureReader
compare(Object, Object) - Method in class de.cismet.tools.NumberStringComparator
Compare Methode.
compilePattern(String) - Static method in class de.cismet.tools.WildcardUtils
DOCUMENT ME!
compose() - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
ConfigAttrProvider - Interface in de.cismet.tools.configuration
ConfigAttriProvider Interface.
Configurable - Interface in de.cismet.tools.configuration
Configurable Interface.
ConfigurationManager - Class in de.cismet.tools.configuration
Configuaration Manager.
ConfigurationManager() - Constructor for class de.cismet.tools.configuration.ConfigurationManager
Creates a new instance of ConfigurationManager.
configure(Element) - Method in interface de.cismet.tools.configuration.Configurable
Configures the Local configuration.xml Always used after masterConfigure.
configure(Element, boolean) - Method in interface de.cismet.tools.configuration.Configurable
This method is used, if the component should not be configured, but merged with the given configuration.
configure() - Method in class de.cismet.tools.configuration.ConfigurationManager
Configures all Configurable in configuables; Uses the deafault Path to the local root
Object.
configure(String) - Method in class de.cismet.tools.configuration.ConfigurationManager
Configures all Configurable in configuables; Uses a specified Path to the local root
Object.
configure(Configurable) - Method in class de.cismet.tools.configuration.ConfigurationManager
Configures the specified Configurable; Uses the default Path to the local root Object.
configure(Configurable, String) - Method in class de.cismet.tools.configuration.ConfigurationManager
Configures the specified Configurable; Uses a specified path to the local Object.
configure(Configurable, String, boolean) - Method in class de.cismet.tools.configuration.ConfigurationManager
Configures the specified Configurable; Uses a specified path to the local Object.
configure(String, boolean) - Method in class de.cismet.tools.configuration.ConfigurationManager
Configures all Configurable in configurables; Uses a specified Path to the local root
Object.
configureFromClasspath() - Method in class de.cismet.tools.configuration.ConfigurationManager
Configures all Configurable in configurables; Uses the Classpath to the local root
Object.
configureFromClasspath(Configurable) - Method in class de.cismet.tools.configuration.ConfigurationManager
Configures the specified Configurable; Uses the Classpath to the local root Object.
configureFromClasspath(String, Configurable) - Method in class de.cismet.tools.configuration.ConfigurationManager
Configures the specified Configurable; Uses the Classpath to the local root Object.
ConnectionContext - Class in de.cismet.connectioncontext
DOCUMENT ME!
ConnectionContext(AbstractConnectionContext.Category) - Constructor for class de.cismet.connectioncontext.ConnectionContext
Creates a new ConnectionContext object.
ConnectionContext(AbstractConnectionContext.Category, String) - Constructor for class de.cismet.connectioncontext.ConnectionContext
Creates a new ClientConnectionContext object.
ConnectionContextProvider - Interface in de.cismet.connectioncontext
DOCUMENT ME!
ConnectionContextStore - Interface in de.cismet.connectioncontext
DOCUMENT ME!
ConnectionInfo - Class in de.cismet.tools
Bean Class to save Connection Infos.
ConnectionInfo() - Constructor for class de.cismet.tools.ConnectionInfo
Creates a new instance of ConnectionInfo.
ConnectionInfo(Element) - Constructor for class de.cismet.tools.ConnectionInfo
Creates a new ConnectionInfo object.
contains(Simplex<V>) - Method in class de.cismet.math.delaunytriangulation.Triangulation
True if the simplex is in this Triangulation.
contains(Object) - Method in class de.cismet.tools.collections.HashArrayList
Tests whether the ArrayList contains the specified Object or not.
contains(Object, Object) - Method in class de.cismet.tools.collections.MultiMap
Deprecated.
HELL.
contains(Object) - Method in class de.cismet.tools.LinkedProperties
Tests whether there is any key associated with this value or not.
containsIntKey(int) - Method in class Sirius.util.collections.IntMapsString
Tests whether the specified object is a key in IntMapsString or not.
containsKey(Object) - Method in class de.cismet.tools.LinkedProperties
Tests whether the specified key is in the map or not.
containsOnlyMetaFiles(File) - Static method in class de.cismet.tools.FileUtils
Tests whether the specified File only contains MetaFiles of one type or not.
containsOnlyMetaFiles(File, int) - Static method in class de.cismet.tools.FileUtils
Tests whether the specified Directory only contains MetaFiles of the specified
OS.
containsStringKey(String) - Method in class Sirius.util.collections.StringMapsInt
Tests whether the specified object is a key in StringMapsInt or not.
containsStringKey(String) - Method in class Sirius.util.collections.StringMapsString
Tests whether the specified object is a key in StringMapsString or not.
containsValue(Object) - Method in class de.cismet.tools.LinkedProperties
Tests whether there is any key associated with this value or not.
content(Pnt[]) - Static method in class de.cismet.math.delaunytriangulation.Pnt
Determine the signed content (i.e., area or volume, etc.) of a simplex.
ConversionException - Exception in de.cismet.commons.converter
Exception to be thrown if a conversion related exception occurs.
ConversionException() - Constructor for exception de.cismet.commons.converter.ConversionException
Creates a new instance of ConversionException without detail message.
ConversionException(String) - Constructor for exception de.cismet.commons.converter.ConversionException
Constructs an instance of ConversionException with the specified detail message.
ConversionException(String, Throwable) - Constructor for exception de.cismet.commons.converter.ConversionException
Constructs an instance of ConversionException with the specified detail message and the specified
cause.
ConversionException(String, Throwable, Converter) - Constructor for exception de.cismet.commons.converter.ConversionException
Creates a new ConversionException object.
convert(double, Unit) - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeUnit
convert(double, Unit) - Method in interface de.cismet.commons.wms.capabilities.Unit
DOCUMENT ME!
convertBackward(TO, String...) - Method in interface de.cismet.commons.converter.Converter
Converts a given instance TO back to the origin format FROM using the (optional)
parameters.
convertBackward(TO, String...) - Method in interface de.cismet.commons.converter.InputStreamConverter
Creates an InputStream with the given object TO as source.
convertColorToXML(Color) - Static method in class de.cismet.tools.StaticXMLTools
Converts a Color into XML-Code .
convertDatasource(DatasourcesPojo) - Method in interface de.cismet.commons.utils.datasource.DatasourcesPojoConverter
DOCUMENT ME!
convertDatasource(DatasourcesPojo) - Method in class de.cismet.commons.utils.datasource.HtmlConverter
DOCUMENT ME!
convertDatasource(DatasourcesPojo) - Method in class de.cismet.commons.utils.datasource.HtmlDetailConverter
DOCUMENT ME!
convertDatasource(DatasourcesPojo) - Method in class de.cismet.commons.utils.datasource.MarkdownConverter
DOCUMENT ME!
Converter <FROM ,TO > - Interface in de.cismet.commons.converter
Converter interface which shall be used by classes that intend to implement bidirectional conversion of one type in
another and vice versa.
Converter - Class in de.cismet.tools
Helper class for various convertion related tasks like (de)serialisation.
Converter.MatchRating <FROM > - Interface in de.cismet.commons.converter
This interface is intended to be implemented by converter implementations that want to provide a rating on how
well the converter may convert the provided data, or in other word, how well the format of the provided data fits
to the capabilities of the converter.
ConvertException - Exception in de.cismet.commons.exceptions
DOCUMENT ME!
ConvertException(String) - Constructor for exception de.cismet.commons.exceptions.ConvertException
Creates a new ConvertException object.
ConvertException(String, Throwable) - Constructor for exception de.cismet.commons.exceptions.ConvertException
Creates a new ConvertException object.
convertFontToXML(Font) - Static method in class de.cismet.tools.StaticXMLTools
Converts the Font into XML-Code.
convertForward(FROM, String...) - Method in interface de.cismet.commons.converter.Converter
Converts a given instance FROM to the target format TO using the (optional) parameters.
convertForward(InputStream, String...) - Method in interface de.cismet.commons.converter.InputStreamConverter
Creates an object TO from the given InputStream.
convertHTTPReferences(String) - Static method in class de.cismet.tools.StaticHtmlTools
converts HTTPReferences.
convertXMLElementToColor(Element) - Static method in class de.cismet.tools.StaticXMLTools
Converts the specified XMLElement into a Color.
convertXMLElementToFont(Element) - Static method in class de.cismet.tools.StaticXMLTools
Converts XMLElement into Font.
coord(int) - Method in class de.cismet.math.delaunytriangulation.Pnt
Returns the Coordinate for the specified Dimension.
CoordinateM - Class in de.cismet.cismap.commons.jtsgeometryfactories
DOCUMENT ME!
CoordinateM() - Constructor for class de.cismet.cismap.commons.jtsgeometryfactories.CoordinateM
Creates a new CoordinateM object.
CoordinateM(Coordinate) - Constructor for class de.cismet.cismap.commons.jtsgeometryfactories.CoordinateM
Creates a new CoordinateM object.
CoordinateM(double, double) - Constructor for class de.cismet.cismap.commons.jtsgeometryfactories.CoordinateM
Creates a new CoordinateM object.
CoordinateM(double, double, double) - Constructor for class de.cismet.cismap.commons.jtsgeometryfactories.CoordinateM
Creates a new CoordinateM object.
CoordinateM(double, double, double, double) - Constructor for class de.cismet.cismap.commons.jtsgeometryfactories.CoordinateM
Creates a new CoordinateM object.
CoordinateSystem - Interface in de.cismet.commons.wms.capabilities
DOCUMENT ME!
copyContent(File, File, FileFilter, boolean) - Static method in class de.cismet.tools.FileUtils
Copies the Content of the specified Directory.
copyFile(File, File) - Static method in class de.cismet.tools.FileUtils
Copies the specified File Note: exception thrown and not handled to avoid logger call if it is
necessary to use logger in this class return boolean and handle exceptions.
create(AbstractConnectionContext.Category, String) - Static method in class de.cismet.connectioncontext.ConnectionContext
DOCUMENT ME!
createAverageTransformation(List<AffineTransformation>) - Static method in class de.cismet.tools.transformations.TransformationTools
DOCUMENT ME!
createCapabilities(String) - Method in class de.cismet.commons.wms.capabilities.WMSCapabilitiesFactory
DOCUMENT ME!
createDeprecated() - Static method in class de.cismet.connectioncontext.ConnectionContext
DOCUMENT ME!
createDummy() - Static method in class de.cismet.connectioncontext.ConnectionContext
DOCUMENT ME!
createElements(String) - Method in class de.cismet.tools.configuration.ConfigurationManager
Creates a
Set from the given xml snippet.
createFolder(String, WebDavClient) - Static method in class de.cismet.commons.security.WebDavHelper
creates the given webdav collection (a sub directory in the file system), if it does not exists.
createGeometry(Object) - Method in interface de.cismet.cismap.commons.jtsgeometryfactories.IGeometryFactory
DOCUMENT ME!
createGeometry(Object) - Method in class de.cismet.cismap.commons.jtsgeometryfactories.PostGisGeometryFactory
createIntersectionPoint(Line2D, Line2D) - Static method in class de.cismet.math.geometry.StaticGeometryFunctions
DOCUMENT ME!
createJtsGeometry(Geometry) - Static method in class de.cismet.cismap.commons.jtsgeometryfactories.PostGisGeometryFactory
Creates new JtsGeometry by using Geometry.
createLayerListHeadless(Element, Element, String[], DatasourcesPojoConverter, File) - Static method in class de.cismet.commons.utils.datasource.DatasourcesUtils
create a list with all data sources.
createOverlayIcon(ImageIcon, int, int) - Static method in class de.cismet.tools.Static2DTools
DOCUMENT ME!
createPointOnLine(Point2D, Point2D, Point2D) - Static method in class de.cismet.math.geometry.StaticGeometryFunctions
Calculates Perpendicular Point of the Trigger on the Line, which goes through lineStart and lineEnd.
createThreadFactory(String) - Method in class de.cismet.commons.concurrency.CismetConcurrency
createThreadFactory(String, Thread.UncaughtExceptionHandler) - Method in class de.cismet.commons.concurrency.CismetConcurrency
cross(Pnt[]) - Static method in class de.cismet.math.delaunytriangulation.Pnt
Compute generalized cross-product of the rows of a matrix.
CRYPT_PREFIX - Static variable in class de.cismet.tools.PasswordEncrypter
Deprecated.
CTX_REFERENCE - Static variable in class de.cismet.ext.CExtContext
Constant that shall be used as key to put a reference object.
CurrentStackTrace - Class in de.cismet.tools
CurrentStackTrace() - Constructor for class de.cismet.tools.CurrentStackTrace
Deprecated.
currentVersion - Variable in class de.cismet.commons.capabilities.AbstractVersionNegotiator
DatasourcesPojo - Class in de.cismet.commons.utils.datasource
DOCUMENT ME!
DatasourcesPojo() - Constructor for class de.cismet.commons.utils.datasource.DatasourcesPojo
DatasourcesPojoConverter - Interface in de.cismet.commons.utils.datasource
DOCUMENT ME!
DatasourcesUtils - Class in de.cismet.commons.utils.datasource
DOCUMENT ME!
DatasourcesUtils() - Constructor for class de.cismet.commons.utils.datasource.DatasourcesUtils
de.cismet.cismap.commons.jtsgeometryfactories - package de.cismet.cismap.commons.jtsgeometryfactories
Includes a Factory for Geometry Geometries.
de.cismet.commons.capabilities - package de.cismet.commons.capabilities
de.cismet.commons.classloading - package de.cismet.commons.classloading
de.cismet.commons.concurrency - package de.cismet.commons.concurrency
de.cismet.commons.converter - package de.cismet.commons.converter
This package contains data/object conversion specific tools.
de.cismet.commons.exceptions - package de.cismet.commons.exceptions
de.cismet.commons.ref - package de.cismet.commons.ref
de.cismet.commons.security - package de.cismet.commons.security
de.cismet.commons.security.exceptions - package de.cismet.commons.security.exceptions
de.cismet.commons.security.handler - package de.cismet.commons.security.handler
de.cismet.commons.utils - package de.cismet.commons.utils
de.cismet.commons.utils.datasource - package de.cismet.commons.utils.datasource
de.cismet.commons.wms.capabilities - package de.cismet.commons.wms.capabilities
de.cismet.commons.wms.capabilities.deegree - package de.cismet.commons.wms.capabilities.deegree
de.cismet.connectioncontext - package de.cismet.connectioncontext
de.cismet.ext - package de.cismet.ext
de.cismet.math.delaunytriangulation - package de.cismet.math.delaunytriangulation
Includes Classes and Applets for Triangulation.
de.cismet.math.geometry - package de.cismet.math.geometry
Provides various static methods for geometric calculations.
de.cismet.netutil - package de.cismet.netutil
Includes Proxy Class.
de.cismet.netutil.tunnel - package de.cismet.netutil.tunnel
Includes TunnelTargetGroup Class
de.cismet.remote - package de.cismet.remote
Package for remote control.
de.cismet.tools - package de.cismet.tools
Collection of various cismet Tools.
de.cismet.tools.collections - package de.cismet.tools.collections
Collection of various Collection Tools.
de.cismet.tools.configuration - package de.cismet.tools.configuration
Includes the cismet configuration.
de.cismet.tools.transformations - package de.cismet.tools.transformations
de.cismet.veto - package de.cismet.veto
debug - Variable in class de.cismet.math.delaunytriangulation.DelaunayTriangulation
DebugSwitches - Class in de.cismet.tools
debug Switches.
decreaseOpenUserDialogCount() - Static method in class de.cismet.tools.TimeoutThread
DOCUMENT ME!
decrypt(char[], boolean) - Static method in class de.cismet.tools.PasswordEncrypter
decryptString(String) - Static method in class de.cismet.tools.PasswordEncrypter
Deprecated.
DeegreeCoordinateSystem - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeCoordinateSystem(CoordinateSystem) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeCoordinateSystem
Creates a new DeegreeCoordinateSystem object.
DeegreeEnvelope - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeEnvelope(Envelope) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeEnvelope
Creates a new DeegreeEnvelope object.
DeegreeLayer - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeLayer(Layer, WMSCapabilities) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
Creates a new DeegreeLayer object.
DeegreeLayerBoundingBox - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeLayerBoundingBox(LayerBoundingBox) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeLayerBoundingBox
Creates a new DeegreeLayerBoundingBox object.
DeegreeOperation - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeOperation(Operation) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeOperation
Creates a new DeegreeOperation object.
DeegreeParameter - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeParameter(Parameter) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeParameter
Creates a new DeegreeParameter object.
DeegreePosition - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreePosition(Position) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreePosition
Creates a new DeegreePosition object.
DeegreeRequest - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeRequest(OperationsMetadata) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeRequest
Creates a new DeegreeRequest object.
DeegreeService - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeService(ServiceProvider, ServiceIdentification) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeService
Creates a new DeegreeService object.
DeegreeStyle - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeStyle(Style) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeStyle
Creates a new DeegreeStyle object.
DeegreeUnit - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeUnit(Unit) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeUnit
Creates a new DeegreeUnit object.
DeegreeWMSCapabilities - Class in de.cismet.commons.wms.capabilities.deegree
DOCUMENT ME!
DeegreeWMSCapabilities(InputStream, String, String) - Constructor for class de.cismet.commons.wms.capabilities.deegree.DeegreeWMSCapabilities
Creates a new DeegreeWMSCapabilities object.
DEFAULT_KEY_PURGE_INTERVAL - Static variable in class de.cismet.commons.ref.PurgingCache
The default key purge interval of the cache, 5 minutes.
DEFAULT_VALUE_PURGE_INTERVAL - Static variable in class de.cismet.commons.ref.PurgingCache
The default value purge interval of the cache, 30 seconds.
DelaunayAp - Class in de.cismet.math.delaunytriangulation
The Delauany applet.
DelaunayAp() - Constructor for class de.cismet.math.delaunytriangulation.DelaunayAp
delaunayPlace(Pnt) - Method in class de.cismet.math.delaunytriangulation.DelaunayTriangulation
Place a new point site into the DT.
DelaunayTriangulation - Class in de.cismet.math.delaunytriangulation
A 2D Delaunay Triangulation (DT) with incremental site insertion.
DelaunayTriangulation(Simplex<Pnt>) - Constructor for class de.cismet.math.delaunytriangulation.DelaunayTriangulation
Constructor.
delete(String) - Method in class de.cismet.commons.security.WebDavClient
delete the given path.
deleteContent(File, boolean) - Static method in class de.cismet.tools.FileUtils
Deletes the Content of the specified Directory.
deleteDir(File) - Static method in class de.cismet.tools.FileUtils
Deletes the Given Folder.
deleteFileFromWebDAV(String, WebDavClient, String) - Static method in class de.cismet.commons.security.WebDavHelper
DOCUMENT ME!
deleteWhitespaces(String) - Static method in class de.cismet.commons.utils.StringUtils
Deletes all white-spaces from the given string.
deserialise(byte[], Class<T>) - Static method in class de.cismet.tools.Converter
deserialiseFromBase64(byte[], Class<T>) - Static method in class de.cismet.tools.Converter
Deserialises the given base64 encoded bate[] to the desired Object.
deserialiseFromGzip(byte[], Class<T>) - Static method in class de.cismet.tools.Converter
DOCUMENT ME!
deserialiseFromString(String, Class<T>, boolean) - Static method in class de.cismet.tools.Converter
Creates an Object from an ASCII encoded String.
determinant(Pnt[]) - Static method in class de.cismet.math.delaunytriangulation.Pnt
Compute the determinant of a matrix (array of Pnts).
dimCheck(Pnt) - Method in class de.cismet.math.delaunytriangulation.Pnt
Check that dimensions match.
dimension() - Method in class de.cismet.math.delaunytriangulation.Pnt
Returns the Amount of Dimensions, in which the point is.
DirAndJarFilter() - Constructor for class de.cismet.tools.FileUtils.DirAndJarFilter
DirectoryFilter() - Constructor for class de.cismet.tools.FileUtils.DirectoryFilter
distanceToLine(Point2D, Point2D, Point2D) - Static method in class de.cismet.math.geometry.StaticGeometryFunctions
Calculates the Distance between a specified Point and a specified Line, which goes through lineStart and lineEnd.
doMultipartRequest(URL, Part[], HashMap<String, String>) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
DOCUMENT ME!
doRequest(URL, Reader, AccessHandler.ACCESS_METHODS, HashMap<String, String>) - Method in interface de.cismet.commons.security.AccessHandler
todo idee default dorequest ohne accessMethod jeder handler entscheided selbst wie der default fall aussieht.
doRequest(URL, InputStream, HashMap<String, String>) - Method in interface de.cismet.commons.security.AccessHandler
Send binary data in a POST request.
doRequest(URL, Reader, AccessHandler.ACCESS_METHODS) - Method in class de.cismet.commons.security.handler.AbstractAccessHandler
DOCUMENT ME!
doRequest(URL) - Method in interface de.cismet.commons.security.handler.ExtendedAccessHandler
DOCUMENT ME!
doRequest(URL, Reader, AccessHandler.ACCESS_METHODS, HashMap<String, String>) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
doRequest(URL, Reader, AccessHandler.ACCESS_METHODS, HashMap<String, String>, UsernamePasswordCredentials) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
DOCUMENT ME!
doRequest(URL, Reader, String, AccessHandler.ACCESS_METHODS, HashMap<String, String>, UsernamePasswordCredentials) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
DOCUMENT ME!
doRequest(URL, Reader, String, AccessHandler.ACCESS_METHODS, HashMap<String, String>, UsernamePasswordCredentials, boolean) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
DOCUMENT ME!
doRequest(URL, InputStream, HashMap<String, String>) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
doRequest(URL) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
dot(Pnt) - Method in class de.cismet.math.delaunytriangulation.Pnt
Dot product.
downloadImageFromWebDAV(String, String, WebDavClient, Component) - Static method in class de.cismet.commons.security.WebDavHelper
DOCUMENT ME!
downloadImageFromWebDAV(String, String, WebDavClient, Component, IIOReadProgressListener) - Static method in class de.cismet.commons.security.WebDavHelper
DOCUMENT ME!
DUMMY_NS_ATTR_VALUE - Static variable in class de.cismet.tools.configuration.ConfigurationManager
gainOwnership(Transferable) - Method in class de.cismet.tools.SystemClipboardListener
DOCUMENT ME!
gatherRemoteMethods(int) - Static method in class de.cismet.remote.RESTRemoteControlMethodRegistry
caches RemoteMethods to portMapping.
generateWebDAVFileName(String, File) - Static method in class de.cismet.commons.security.WebDavHelper
DOCUMENT ME!
get(T) - Method in class de.cismet.commons.ref.PurgingCache
Gets the cached value for a given key.
get() - Method in class de.cismet.commons.ref.TimedSoftReference
get(Object) - Method in class de.cismet.tools.LinkedProperties
Returns the value for the given key.
getAbstract() - Method in interface de.cismet.commons.capabilities.Service
DOCUMENT ME!
getAbstract() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getAbstract() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeService
getAbstract() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getAbstractText() - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
getAbstractText() - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
getAccessConstraints() - Method in interface de.cismet.commons.capabilities.Service
DOCUMENT ME!
getAccessConstraints() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeService
getAccessError() - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
getAllowedValues() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeParameter
getAllowedValues() - Method in interface de.cismet.commons.wms.capabilities.Parameter
DOCUMENT ME!
getAllPackages() - Method in class de.cismet.commons.classloading.ClassPathInfo
DOCUMENT ME!
getAlphaColor(Color, int) - Static method in class de.cismet.tools.Static2DTools
DOCUMENT ME!
getAxisUnits() - Method in interface de.cismet.commons.wms.capabilities.CoordinateSystem
DOCUMENT ME!
getAxisUnits() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeCoordinateSystem
getBcc() - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
getBody() - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
getBoundingBoxes() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getBoundingBoxes() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getCapabilities() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getCapabilities() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getCapabilitiesDocument(String) - Method in class de.cismet.commons.capabilities.AbstractVersionNegotiator
DOCUMENT ME!
getCategory() - Method in class de.cismet.connectioncontext.AbstractConnectionContext
DOCUMENT ME!
getCc() - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
getChildren() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getChildren() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getClasses() - Method in class de.cismet.remote.RESTRemoteControlMethodsApplication
Getter for Classes.
getClassPathFolder() - Method in class de.cismet.tools.configuration.ConfigurationManager
getCodec() - Method in class de.cismet.commons.utils.MultiPagePictureReader
DOCUMENT ME!
getCombinations(Object[], int) - Static method in class de.cismet.tools.transformations.TransformationTools
public static List comb(final Object[] input, final int k) { final List indices = comb(input,
k); }.
getConfiguration() - Method in interface de.cismet.tools.configuration.Configurable
Gets the JDOM Root for this Configurable.
getConfigurationDocument() - Method in class de.cismet.tools.configuration.ConfigurationManager
Writes a Configuration File in specified path.
getConfiguredHttpClient(URL) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
Returns a configured HttpClient with (if set) proxy settings.
getConnectionContext() - Method in interface de.cismet.connectioncontext.ConnectionContextProvider
DOCUMENT ME!
getConnectionContext() - Method in interface de.cismet.connectioncontext.ConnectionContextStore
getContactOrganization() - Method in interface de.cismet.commons.capabilities.Service
DOCUMENT ME!
getContactOrganization() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeService
getContactPerson() - Method in interface de.cismet.commons.capabilities.Service
DOCUMENT ME!
getContactPerson() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeService
getCoordinate() - Method in class de.cismet.tools.transformations.PointCoordinatePair
DOCUMENT ME!
getCoordinateDimension() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreePosition
getCoordinateDimension() - Method in interface de.cismet.commons.wms.capabilities.Position
DOCUMENT ME!
getCoordinateSystem() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeEnvelope
getCoordinateSystem() - Method in interface de.cismet.commons.wms.capabilities.Envelope
DOCUMENT ME!
getCustomBrowserCmd() - Static method in class de.cismet.tools.BrowserLauncher
DOCUMENT ME!
getDbObject(Geometry, Connection) - Method in interface de.cismet.cismap.commons.jtsgeometryfactories.IGeometryFactory
DOCUMENT ME!
getDbObject(Geometry, Connection) - Method in class de.cismet.cismap.commons.jtsgeometryfactories.PostGisGeometryFactory
getDbString(Geometry) - Method in interface de.cismet.cismap.commons.jtsgeometryfactories.IGeometryFactory
DOCUMENT ME!
getDbString(Geometry) - Method in class de.cismet.cismap.commons.jtsgeometryfactories.PostGisGeometryFactory
getDebuggingThrowable() - Static method in class de.cismet.commons.utils.StackUtils
Creates a Throwable whose first (topmost) element is the line of the calling method.
getDefaultExecutor() - Method in class de.cismet.commons.concurrency.CismetConcurrency
getDefaultFileName() - Method in class de.cismet.tools.configuration.ConfigurationManager
getDialect() - Method in interface de.cismet.cismap.commons.jtsgeometryfactories.IGeometryFactory
DOCUMENT ME!
getDialect() - Method in class de.cismet.cismap.commons.jtsgeometryfactories.PostGisGeometryFactory
getDimension() - Method in interface de.cismet.commons.wms.capabilities.CoordinateSystem
DOCUMENT ME!
getDimension() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeCoordinateSystem
getDocumentVersion(StringBuilder) - Method in class de.cismet.commons.capabilities.AbstractVersionNegotiator
DOCUMENT ME!
getDomain() - Method in class de.cismet.netutil.Proxy
Getter for domain.
getDomainConfigAttr(String) - Method in interface de.cismet.tools.configuration.ConfigAttrProvider
Getter for the DomainConfig value with specified key.
getDriver() - Method in class de.cismet.tools.ConnectionInfo
Returns the DriverClass.
getElement() - Method in class de.cismet.tools.ConnectionInfo
Getter for Element.
getExceptions() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeWMSCapabilities
getExceptions() - Method in interface de.cismet.commons.wms.capabilities.WMSCapabilities
DOCUMENT ME!
getExcludedHosts() - Method in class de.cismet.netutil.Proxy
DOCUMENT ME!
getExt(File) - Static method in class de.cismet.tools.FileUtils
Getter for the Filestype of the specified File.
getExtension(Class<T>, CExtContext) - Method in class de.cismet.ext.CExtManager
Provides the first matching extension implementation of the given type for the given context.
getExtensions(Class<T>, CExtContext) - Method in class de.cismet.ext.CExtManager
Collects all matching extension implementations of the given type for the given context.
getFallBackFileName() - Method in class de.cismet.tools.configuration.ConfigurationManager
getFasterScaledInstance(BufferedImage, int, int, Object, boolean) - Static method in class de.cismet.tools.Static2DTools
Convenience method that returns a scaled instance of the provided BufferedImage.
getFeatureInfoOperation() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeRequest
getFeatureInfoOperation() - Method in interface de.cismet.commons.wms.capabilities.Request
DOCUMENT ME!
getFees() - Method in interface de.cismet.commons.capabilities.Service
DOCUMENT ME!
getFees() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeService
getFileName() - Method in class de.cismet.tools.configuration.ConfigurationManager
Getter for fileName.
getFilename() - Method in class de.cismet.tools.PropertyReader
Gets the Filename.
getFileSeperator() - Method in class de.cismet.tools.configuration.ConfigurationManager
getFolder() - Method in class de.cismet.tools.configuration.ConfigurationManager
Getter for folder.
getFormatDescription() - Method in interface de.cismet.commons.converter.FormatHint
Shall return a human readable description of the supported format.
getFormatDisplayName() - Method in interface de.cismet.commons.converter.FormatHint
Shall return a human readable display name for the format.
getFormatExample() - Method in interface de.cismet.commons.converter.FormatHint
Shall return a depiction of the format so that the user may see on a concrete example what the supported format
looks like.
getFormatHtmlDescription() - Method in interface de.cismet.commons.converter.FormatHint
Shall return a human readable HTML String or null if there is no HTML
formatted description String.
getFormatHtmlName() - Method in interface de.cismet.commons.converter.FormatHint
Shall return the format name as HTML String or null if there is no HTML
formatted name String.
getFormatName() - Method in interface de.cismet.commons.converter.FormatHint
The name of the format, usually a machine readable format identifier.
getGet() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeOperation
getGet() - Method in interface de.cismet.commons.wms.capabilities.Operation
DOCUMENT ME!
getGpsCoords() - Method in class de.cismet.tools.ExifReader
Determines the coordinatesof the image in EPSG:4326.
getGpsDirection() - Method in class de.cismet.tools.ExifReader
Determines the direction of the image.
getGpsDirectionRef() - Method in class de.cismet.tools.ExifReader
Determines whether the reference of the direction of the image.
getGroup() - Method in class de.cismet.commons.concurrency.CismetConcurrency
Getter for the group name that was used to retrieve this CismetConcurrency instance.
getGroupConfigAttr(String) - Method in interface de.cismet.tools.configuration.ConfigAttrProvider
Getter for the GroupConfig value with specified key.
getHandlerType() - Method in interface de.cismet.commons.security.AccessHandler
DOCUMENT ME!
getHandlerType() - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
getHeight() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeEnvelope
getHeight() - Method in interface de.cismet.commons.wms.capabilities.Envelope
DOCUMENT ME!
getHome() - Method in class de.cismet.tools.configuration.ConfigurationManager
getHost() - Method in class de.cismet.netutil.Proxy
Getter for host.
getIdentifier() - Method in interface de.cismet.commons.wms.capabilities.CoordinateSystem
DOCUMENT ME!
getIdentifier() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeCoordinateSystem
getInfoFields() - Method in class de.cismet.connectioncontext.AbstractConnectionContext
DOCUMENT ME!
getInputStream(String) - Method in class de.cismet.commons.security.WebDavClient
DOCUMENT ME!
getInputStream(String, Map<String, String>, Map<String, Object>) - Method in class de.cismet.commons.security.WebDavClient
DOCUMENT ME!
getInputStream(String, Map<String, String>, Map<String, String>, Map<String, Object>) - Method in class de.cismet.commons.security.WebDavClient
DOCUMENT ME!
getInputStream() - Method in class de.cismet.commons.utils.MultiPagePictureReader
This is not thread safe.
getInstance() - Static method in class de.cismet.commons.capabilities.SimpleCapabilitiesCache
DOCUMENT ME!
getInstance(String[]) - Static method in class de.cismet.commons.capabilities.SimpleCapabilitiesCache
DOCUMENT ME!
getInstance(String) - Static method in class de.cismet.commons.concurrency.CismetConcurrency
Creates a new CismetConcurrency instance for the given group or uses an already existing one.
getInstance() - Static method in class de.cismet.ext.CExtManager
Returns the CExtManager instance (Singleton).
getInstance() - Static method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
getInstance() - Static method in class de.cismet.tools.DebugSwitches
Getter for Instance.
getInternalProperties() - Method in class de.cismet.tools.PropertyReader
Gets the Internal Propeties.
getIntValue(String) - Method in class Sirius.util.collections.StringMapsInt
Getter for the Value as a Integer.
getKeyPurgeInterval() - Method in class de.cismet.commons.ref.PurgingCache
Getter for the current keyPurgeInterval.
getKeywordList() - Method in interface de.cismet.commons.capabilities.Service
DOCUMENT ME!
getKeywordList() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeService
getKeywords() - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
getKeywords() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getKeywords() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getKindOfMirrored() - Method in class de.cismet.tools.ExifReader
Determine whether the image is mirrored.
getLatLonBoundingBoxes() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getLatLonBoundingBoxes() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getLayer() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeWMSCapabilities
getLayer() - Method in interface de.cismet.commons.wms.capabilities.WMSCapabilities
DOCUMENT ME!
getLayers() - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
getLayers() - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
getLegendURL() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeStyle
getLegendURL() - Method in interface de.cismet.commons.wms.capabilities.Style
DOCUMENT ME!
getListeners() - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
getLocalAbsoluteConfigurationFolder() - Method in class de.cismet.tools.configuration.ConfigurationManager
Returns the Url "~/.cismet/"
getManualProxy() - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
getMapOperation() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeRequest
getMapOperation() - Method in interface de.cismet.commons.wms.capabilities.Request
DOCUMENT ME!
getMax() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeEnvelope
getMax() - Method in interface de.cismet.commons.wms.capabilities.Envelope
DOCUMENT ME!
getMaxSteps() - Method in class de.cismet.commons.utils.ProgressEvent
The maximal amount of steps of the observed progressing process.
getMessage() - Method in class de.cismet.commons.utils.ProgressEvent
Gets the message associated with this event.
getMethodName() - Static method in class de.cismet.commons.utils.StackUtils
Gets the name of the method that calls this method.
getMethodName(Object...) - Static method in class de.cismet.commons.utils.StackUtils
Gets the name of the method that calls this method.
getMethodName(boolean, Object...) - Static method in class de.cismet.commons.utils.StackUtils
Gets the name of the method that calls this method.
getMethodName(boolean, boolean, Object...) - Static method in class de.cismet.commons.utils.StackUtils
Gets the name of the method that calls this method.
getMethodPorts() - Static method in class de.cismet.remote.RESTRemoteControlMethodRegistry
Gettter for Methodports.
getMethodsForPort(int) - Static method in class de.cismet.remote.RESTRemoteControlMethodRegistry
Gets the Methods of specified Port.
getMin() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeEnvelope
getMin() - Method in interface de.cismet.commons.wms.capabilities.Envelope
DOCUMENT ME!
getMode() - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
getModel() - Method in class de.cismet.tools.ExifReader
DOCUMENT ME!
getName() - Method in interface de.cismet.commons.capabilities.Service
DOCUMENT ME!
getName() - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
getName() - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
getName() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getName() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeParameter
getName() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeService
getName() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeStyle
getName() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getName() - Method in interface de.cismet.commons.wms.capabilities.Parameter
DOCUMENT ME!
getName() - Method in interface de.cismet.commons.wms.capabilities.Style
DOCUMENT ME!
getName(File) - Static method in class de.cismet.tools.FileUtils
Getter for the name of the specified File.
getNewMode() - Method in class de.cismet.netutil.ProxyHandler.Event
DOCUMENT ME!
getNewProxy() - Method in class de.cismet.netutil.ProxyHandler.Event
DOCUMENT ME!
getNumberOfPages() - Method in class de.cismet.commons.utils.MultiPagePictureReader
DOCUMENT ME!
getObject_name() - Method in class de.cismet.tools.URLSplitter
Getter for object_name.
getOffsetAlphaColor(Color, int, int) - Static method in class de.cismet.tools.Static2DTools
DOCUMENT ME!
getOffsetAlphaColor(Color, Color, int) - Static method in class de.cismet.tools.Static2DTools
DOCUMENT ME!
getOlderCapabilitiesDocument(String) - Method in class de.cismet.commons.capabilities.AbstractVersionNegotiator
Invokes the GetCapabilities operation of the server with an older version string.
getOldMode() - Method in class de.cismet.netutil.ProxyHandler.Event
DOCUMENT ME!
getOldProxy() - Method in class de.cismet.netutil.ProxyHandler.Event
DOCUMENT ME!
getOpenUserDialogCount() - Static method in class de.cismet.tools.TimeoutThread
DOCUMENT ME!
getOrdinate(int) - Method in class de.cismet.cismap.commons.jtsgeometryfactories.CoordinateM
getOrientation() - Method in class de.cismet.tools.ExifReader
Determine the orientation of the image from the exif data.
getOrientationRotation() - Method in class de.cismet.tools.ExifReader
Determine the rotation of the image from the exif data.
getOriginatingConverter() - Method in exception de.cismet.commons.converter.ConversionException
Getter for the originating converter instance.
getParameter(String) - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeOperation
getParameter(String) - Method in interface de.cismet.commons.wms.capabilities.Operation
DOCUMENT ME!
getParameters() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeOperation
getParameters() - Method in interface de.cismet.commons.wms.capabilities.Operation
DOCUMENT ME!
getPass() - Method in class de.cismet.tools.ConnectionInfo
Returns Password.
getPassword() - Method in class de.cismet.netutil.Proxy
Getter for password.
getPath() - Method in class de.cismet.remote.AbstractRESTRemoteControlMethod
Getter for Path.
getPath() - Method in interface de.cismet.remote.RESTRemoteControlMethod
Returns context path for this service.
getPath() - Method in class de.cismet.tools.URLSplitter
Getter for path.
getPercentFinished() - Method in class de.cismet.commons.utils.ProgressEvent
Gets the finish percentage.
getPoint() - Method in class de.cismet.tools.transformations.PointCoordinatePair
DOCUMENT ME!
getPort() - Method in class de.cismet.netutil.Proxy
Getter for port.
getPort() - Method in class de.cismet.remote.AbstractRESTRemoteControlMethod
Getter for Port.
getPort() - Method in interface de.cismet.remote.RESTRemoteControlMethod
Returns target port for this service.
getPost() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeOperation
getPost() - Method in interface de.cismet.commons.wms.capabilities.Operation
DOCUMENT ME!
getPostGisCompliantDbString(Geometry) - Static method in class de.cismet.cismap.commons.jtsgeometryfactories.PostGisGeometryFactory
Getter for PostCompliantDBString.
getPreconfiguredProxy() - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
getPrefixedName() - Method in interface de.cismet.commons.wms.capabilities.CoordinateSystem
DOCUMENT ME!
getPrefixedName() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeCoordinateSystem
getProperty(String) - Method in class de.cismet.ext.CExtContext
Get the associated value for the specified key.
getProperty(String) - Static method in class de.cismet.tools.JnlpSystemPropertyHelper
DOCUMENT ME!
getProperty(String, String) - Static method in class de.cismet.tools.JnlpSystemPropertyHelper
DOCUMENT ME!
getProperty(String) - Method in class de.cismet.tools.LinkedProperties
Searches for the property with the specified key in this property list.
getProperty(String) - Method in class de.cismet.tools.PropertyReader
Gets the Property.
getPropertyBag() - Method in class de.cismet.ext.CExtContext
Return the whole backing map implementation.
getProt_prefix() - Method in class de.cismet.tools.URLSplitter
Getter for prot_prefix.
getProxy() - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
getProxyDomain() - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
getProxyEnabled() - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
getProxyExcludedHosts() - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
getProxyHost() - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
getProxyMode() - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
getProxyPassword() - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
getProxyPort() - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
getProxyUsername() - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
getRequest() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeWMSCapabilities
getRequest() - Method in interface de.cismet.commons.wms.capabilities.WMSCapabilities
DOCUMENT ME!
getRequestedURI() - Method in exception de.cismet.commons.security.exceptions.BadHttpStatusCodeException
DOCUMENT ME!
getResources(String) - Method in class de.cismet.commons.classloading.ClassPathInfo
DOCUMENT ME!
getResponse() - Method in exception de.cismet.commons.security.exceptions.BadHttpStatusCodeException
DOCUMENT ME!
getResX() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayerBoundingBox
getResX() - Method in interface de.cismet.commons.wms.capabilities.LayerBoundingBox
DOCUMENT ME!
getResY() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayerBoundingBox
getResY() - Method in interface de.cismet.commons.wms.capabilities.LayerBoundingBox
DOCUMENT ME!
getScale() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeUnit
getScale() - Method in interface de.cismet.commons.wms.capabilities.Unit
the scale to convert to the base unit.
getScaleDenominationMax() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
DOCUMENT ME!
getScaleDenominationMax() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getScaleDenominationMin() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
DOCUMENT ME!
getScaleDenominationMin() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getSecurityEnabledHttpClient(URL) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
DOCUMENT ME!
getServer() - Method in class de.cismet.tools.URLSplitter
Getter for server.
getService() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeWMSCapabilities
getService() - Method in interface de.cismet.commons.wms.capabilities.WMSCapabilities
DOCUMENT ME!
getServices() - Method in class de.cismet.commons.utils.datasource.DatasourcesPojo
DOCUMENT ME!
getServices() - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
getSrs() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getSRS() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayerBoundingBox
getSrs() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getSRS() - Method in interface de.cismet.commons.wms.capabilities.LayerBoundingBox
DOCUMENT ME!
getStackTrace() - Method in class de.cismet.tools.CurrentStackTrace
Deprecated.
Returns an array of stack trace elements representing the stack dump of currently executing thread.
getState() - Method in class de.cismet.commons.utils.ProgressEvent
Gets the State of this ProgressEvent.
getStatuscode() - Method in exception de.cismet.commons.security.exceptions.BadHttpStatusCodeException
DOCUMENT ME!
getStatusCode(String) - Method in class de.cismet.commons.security.WebDavClient
Gets the http status code via an head request.
getStep() - Method in class de.cismet.commons.utils.ProgressEvent
The current step of the observed progressing process.
getStringValue(int) - Method in class Sirius.util.collections.IntMapsString
Getter for the Value as a String.
getStringValue(String) - Method in class Sirius.util.collections.StringMapsString
Getter for the Value as a String.
getStyleResource(String) - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getStyleResource(String) - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getStyles() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getStyles() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getSubject() - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
getSubparent() - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
getSubstitutionAttr(Element) - Method in class de.cismet.tools.configuration.ConfigurationManager
Returns the value of the substitution attribute of the given Element.
getTargetExpressions() - Method in class de.cismet.netutil.tunnel.TunnelTargetGroup
Getter for targetExpressions.
getTargetGroupkey() - Method in class de.cismet.netutil.tunnel.TunnelTargetGroup
Getter for targetGroupkey.
getText() - Method in class de.cismet.tools.TextFromFile
Getter for Text.
getThreadGroup() - Method in class de.cismet.commons.concurrency.CismetConcurrency
The
ThreadGroup that is used for the default executor as well as should be used for every thread/executor
created for the application group.
getTimeDate() - Method in class de.cismet.tools.ExifReader
DOCUMENT ME!
getTimeToCacheExceptions() - Method in class de.cismet.tools.CalculationCache
Gets the time in milliseconds, exceptions, which were thrown during the calculation of a value, should be cached.
getTimeToCacheResults() - Method in class de.cismet.tools.CalculationCache
Gets the time in milliseconds, the result should be cached.
getTitle() - Method in interface de.cismet.commons.capabilities.Service
DOCUMENT ME!
getTitle() - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
getTitle() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
getTitle() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeService
getTitle() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeStyle
getTitle() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
getTitle() - Method in interface de.cismet.commons.wms.capabilities.Style
DOCUMENT ME!
getTo() - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
getTunnel() - Method in interface de.cismet.commons.security.TunnelStore
DOCUMENT ME!
getType() - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
getType() - Method in interface de.cismet.ext.CExtProvider
Shall return a
Class that indicates which kind of extensions this implementation of
CExtProvider delivers.
getType() - Method in class de.cismet.netutil.ProxyHandler.Event
DOCUMENT ME!
getUrl() - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
getURL() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeWMSCapabilities
getURL() - Method in interface de.cismet.commons.wms.capabilities.WMSCapabilities
DOCUMENT ME!
getUrl() - Method in class de.cismet.tools.ConnectionInfo
Returns the DB Url.
getUser() - Method in class de.cismet.tools.ConnectionInfo
Getter for User.
getUserConfigAttr(String) - Method in interface de.cismet.tools.configuration.ConfigAttrProvider
Getter for the UserConfig value with specified key.
getUsername() - Method in class de.cismet.netutil.Proxy
Getter for username.
getValuePurgeInterval() - Method in class de.cismet.commons.ref.PurgingCache
Getter for the valuePurgeInterval that is currently used for newly initialised values.
getVersion() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeWMSCapabilities
getVersion() - Method in interface de.cismet.commons.wms.capabilities.WMSCapabilities
DOCUMENT ME!
getVersionFromLink(String) - Method in class de.cismet.commons.capabilities.AbstractVersionNegotiator
DOCUMENT ME!
getWidth() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeEnvelope
getWidth() - Method in interface de.cismet.commons.wms.capabilities.Envelope
DOCUMENT ME!
getWipe() - Static method in class de.cismet.tools.PasswordEncrypter
Get a random byte to wipe data.
getWordVector() - Method in class de.cismet.tools.TextFromFile
Getter for Text.
getX() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreePosition
getX() - Method in interface de.cismet.commons.wms.capabilities.Position
DOCUMENT ME!
getY() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreePosition
getY() - Method in interface de.cismet.commons.wms.capabilities.Position
DOCUMENT ME!
getZ() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreePosition
getZ() - Method in interface de.cismet.commons.wms.capabilities.Position
DOCUMENT ME!
IGeometryFactory - Interface in de.cismet.cismap.commons.jtsgeometryfactories
DOCUMENT ME!
increaseOpenUserDialogCount() - Static method in class de.cismet.tools.TimeoutThread
DOCUMENT ME!
init(String) - Method in class de.cismet.commons.security.WebDavClient
DOCUMENT ME!
init(String, int) - Method in class de.cismet.commons.security.WebDavClient
initialises the http client for the given host.
init() - Method in class de.cismet.math.delaunytriangulation.DelaunayAp
Initialize the applet.
init(ProxyProperties) - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
initialiseLocalConfigurationClasspath() - Method in class de.cismet.tools.configuration.ConfigurationManager
Initialises the Local Configuration Classpath.
initializeDesktop() - Static method in class de.cismet.tools.BrowserLauncher
DOCUMENT ME!
initRestRemoteControlMethods(int) - Static method in class de.cismet.remote.RESTRemoteControlStarter
Starts all RESTRemoteControlMethod implementations available in the classpath.
initSecureRestRemoteControlMethods(int, String, String, String) - Static method in class de.cismet.remote.RESTRemoteControlStarter
Starts all RESTRemoteControlMethod implementations available in the classpath.
initVersion() - Method in class de.cismet.commons.capabilities.AbstractVersionNegotiator
This m,ethod must be overidden by the sub classes and should initialize the constant SUPPORTED_VERSIONS.
initVersion() - Method in class de.cismet.commons.wms.capabilities.WMSCapabilitiesFactory
initWithConnectionContext(ConnectionContext) - Method in interface de.cismet.connectioncontext.ConnectionContextStore
DOCUMENT ME!
InputStreamConverter <TO > - Interface in de.cismet.commons.converter
Specific converter that converts InputStreams to specific objects.
insertionSort(Comparable[]) - Static method in class de.cismet.tools.Sorter
Sorts the specified Array with insertionSort.
insertionSort(Comparable[], int, int) - Static method in class de.cismet.tools.Sorter
Sorts the specified Array with insertionSort.
IntMapsString - Class in Sirius.util.collections
Modified
Hashtable, which maps
Integer to
String.
isAccessMethodSupported(AccessHandler.ACCESS_METHODS) - Method in interface de.cismet.commons.security.AccessHandler
DOCUMENT ME!
isAccessMethodSupported(AccessHandler.ACCESS_METHODS) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
isBaseType() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeUnit
isBaseType() - Method in interface de.cismet.commons.wms.capabilities.Unit
DOCUMENT ME!
isBeanGetter(Method) - Static method in class de.cismet.tools.Equals
Tests if a Method is a bean getter operation.
isCacheNullValues() - Method in class de.cismet.commons.ref.PurgingCache
Getter for cacheNullValues that indicates whether null values calculated for a key will
be cached or not.
isEmpty() - Method in class de.cismet.tools.collections.SyncLinkedList
Deprecated.
isEmpty() - Method in class de.cismet.tools.LinkedProperties
Tests whether there is any mapping on the map or not.
isEmpty() - Method in class Sirius.util.collections.SyncLinkedList
Checks whether the List is Empty or not.
isEnabled() - Method in class de.cismet.netutil.Proxy
DOCUMENT ME!
isEnabledFor(String) - Method in class de.cismet.netutil.Proxy
DOCUMENT ME!
isEqual(Document, Document) - Method in class de.cismet.tools.configuration.ConfigurationManager
Writes a Configuration File in specified path.
isFullCredentials() - Method in class de.cismet.netutil.Proxy
DOCUMENT ME!
isGeometryColumn(String) - Method in interface de.cismet.cismap.commons.jtsgeometryfactories.IGeometryFactory
DOCUMENT ME!
isGeometryColumn(String) - Method in class de.cismet.cismap.commons.jtsgeometryfactories.PostGisGeometryFactory
isGeometryObject(Object) - Method in interface de.cismet.cismap.commons.jtsgeometryfactories.IGeometryFactory
DOCUMENT ME!
isGeometryObject(Object) - Method in class de.cismet.cismap.commons.jtsgeometryfactories.PostGisGeometryFactory
isIndeterminate() - Method in class de.cismet.commons.utils.ProgressEvent
Returns the isIndeterminate state of the ProgressEvent.
isInitialised() - Method in class de.cismet.commons.classloading.ClassPathInfo
DOCUMENT ME!
isInside(Pnt[]) - Method in class de.cismet.math.delaunytriangulation.Pnt
Test if this Pnt is inside a simplex.
isKeyword(String) - Static method in class de.cismet.commons.utils.StringUtils
Checks a given string if it is a java keyword.
isMetaFile(File) - Static method in class de.cismet.tools.FileUtils
Tests whether the specified File is a MetaFiles or not.
isMetaFile(File, int) - Static method in class de.cismet.tools.FileUtils
Tests whether the specified File is a MetaFile of the tested OS or not.
isOn(Pnt[]) - Method in class de.cismet.math.delaunytriangulation.Pnt
Test if this Pnt is on a simplex.
isOutside(Pnt[]) - Method in class de.cismet.math.delaunytriangulation.Pnt
Test if this Pnt is outside of simplex.
isQueryable() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
isQueryable() - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
isResponsible(AccessHandler.ACCESS_METHODS, String) - Method in interface de.cismet.commons.security.Tunnel
DOCUMENT ME!
isSigned(File, String, String, String) - Static method in class de.cismet.commons.utils.JarUtils
This method checks every single class of the given jar, but classes only, no other resources.
isSrsSupported(String) - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
isSrsSupported(String) - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
isUrlAccessible(WebDavClient, String) - Static method in class de.cismet.commons.security.WebDavHelper
DOCUMENT ME!
isValid() - Method in class de.cismet.netutil.Proxy
Tests whether enabled is true or false.
iterator() - Method in class de.cismet.math.delaunytriangulation.Triangulation
Iterator.
iterator(String) - Method in class de.cismet.tools.collections.MultiMap
Deprecated.
HELL.
Parameter - Interface in de.cismet.commons.wms.capabilities
DOCUMENT ME!
ParserException - Exception in de.cismet.commons.exceptions
DOCUMENT ME!
ParserException(String) - Constructor for exception de.cismet.commons.exceptions.ParserException
Creates a new ParserException object.
ParserException(String, Throwable) - Constructor for exception de.cismet.commons.exceptions.ParserException
Creates a new ParserException object.
PasswordEncrypter - Class in de.cismet.tools
Applet Password Encrypter.
PasswordEncrypter() - Constructor for class de.cismet.tools.PasswordEncrypter
Creates new form PasswordEncrypter.
PasswordEncrypterException - Exception in de.cismet.tools
Password Encrypter Exception.
PasswordEncrypterException() - Constructor for exception de.cismet.tools.PasswordEncrypterException
Creates a new instance of PasswordEncrypterException without detail message.
PasswordEncrypterException(String) - Constructor for exception de.cismet.tools.PasswordEncrypterException
Constructs an instance of PasswordEncrypterException with the specified detail message.
PasswordEncrypterException(String, Throwable) - Constructor for exception de.cismet.tools.PasswordEncrypterException
Constructs an instance of PasswordEncrypterException with the specified detail message and the
specified cause.
Pnt - Class in de.cismet.math.delaunytriangulation
Points in Euclidean space, implemented as double[].
Pnt(double...) - Constructor for class de.cismet.math.delaunytriangulation.Pnt
Constructor.
PointCoordinatePair - Class in de.cismet.tools.transformations
DOCUMENT ME!
PointCoordinatePair() - Constructor for class de.cismet.tools.transformations.PointCoordinatePair
Creates a new PointCoordinatePair object.
PointCoordinatePair(Point, Coordinate) - Constructor for class de.cismet.tools.transformations.PointCoordinatePair
Creates a new PointCoordinatePair object.
Position - Interface in de.cismet.commons.wms.capabilities
DOCUMENT ME!
PostGisGeometryFactory - Class in de.cismet.cismap.commons.jtsgeometryfactories
Factory for org.postgis Geometries.
PostGisGeometryFactory() - Constructor for class de.cismet.cismap.commons.jtsgeometryfactories.PostGisGeometryFactory
Creates a new instance of PostgisGeometryFactory.
printAllAttributes() - Method in class de.cismet.tools.ExifReader
Prints all exif attributes to stdout.
printStuff() - Method in class de.cismet.math.delaunytriangulation.Triangulation
Print stuff about a Triangulation.
processContents(Transferable) - Method in class de.cismet.tools.SystemClipboardListener
DOCUMENT ME!
processingQueries - Variable in class de.cismet.tools.CalculationCache
progress(ProgressEvent) - Method in interface de.cismet.commons.utils.ProgressListener
Usually called if a progress event happened.
ProgressEvent - Class in de.cismet.commons.utils
Simple class to indicate that some event occurred at a currently progressing operation.
ProgressEvent(Object, ProgressEvent.State) - Constructor for class de.cismet.commons.utils.ProgressEvent
Creates a new ProgressEvent object.
ProgressEvent(Object, ProgressEvent.State, String) - Constructor for class de.cismet.commons.utils.ProgressEvent
Creates a new ProgressEvent object.
ProgressEvent(Object, ProgressEvent.State, int, int) - Constructor for class de.cismet.commons.utils.ProgressEvent
Creates a new ProgressEvent object.
ProgressEvent(Object, ProgressEvent.State, int, int, String) - Constructor for class de.cismet.commons.utils.ProgressEvent
Creates a new ProgressEvent object.
ProgressEvent.State - Enum in de.cismet.commons.utils
The possible states of a progress event.
ProgressListener - Interface in de.cismet.commons.utils
Simple interface to indicate that a component is able to be informed about progress events.
ProgressObservable - Interface in de.cismet.commons.utils
Simple interface that indicates that a component is willing to propagate progress of a certain process to interested
parties.
ProgressSupport - Class in de.cismet.commons.utils
ProgressSupport() - Constructor for class de.cismet.commons.utils.ProgressSupport
Creates a new ProgressSupport object.
PROP_PORT - Static variable in class de.cismet.remote.RESTRemoteControlMethodsApplication
propertyEquals(Object) - Method in interface de.cismet.tools.PropertyEqualsProvider
PropertyEqualsProvider provids, that the Properties in the Object are Equal.
PropertyEqualsProvider - Interface in de.cismet.tools
Property Equals Provider.
propertyNames() - Method in class de.cismet.tools.LinkedProperties
not supported.
PropertyReader - Class in de.cismet.tools
Property Reader.
PropertyReader(String) - Constructor for class de.cismet.tools.PropertyReader
Creates a new PropertyReader object.
provideExtensions(CExtContext) - Method in interface de.cismet.ext.CExtProvider
Shall provide extensions for the given context.
Proxy - Class in de.cismet.netutil
Class that provides Proxy Usage.
Proxy() - Constructor for class de.cismet.netutil.Proxy
Creates a Default Proxy object.
Proxy(boolean, String, int, String, String, String, String) - Constructor for class de.cismet.netutil.Proxy
Creates a new Proxy object.
ProxyCabaple - Interface in de.cismet.commons.security.handler
DOCUMENT ME!
proxyChanged(ProxyHandler.Event) - Method in interface de.cismet.netutil.ProxyHandler.Listener
DOCUMENT ME!
proxyChanged(ProxyHandler.Mode, Proxy) - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
ProxyHandler - Class in de.cismet.netutil
DOCUMENT ME!
ProxyHandler.Event - Class in de.cismet.netutil
DOCUMENT ME!
ProxyHandler.Event.Type - Enum in de.cismet.netutil
DOCUMENT ME!
ProxyHandler.Listener - Interface in de.cismet.netutil
DOCUMENT ME!
ProxyHandler.Mode - Enum in de.cismet.netutil
DOCUMENT ME!
ProxyProperties - Class in de.cismet.netutil
DOCUMENT ME!
ProxyProperties() - Constructor for class de.cismet.netutil.ProxyProperties
ProxyPropertiesHandler - Interface in de.cismet.netutil
DOCUMENT ME!
PurgingCache <K ,V > - Class in de.cismet.commons.ref
This class provides a simple key-value cache.
PurgingCache(Calculator<K, V>) - Constructor for class de.cismet.commons.ref.PurgingCache
Creates a new PurgingCache object.
PurgingCache(Calculator<K, V>, long) - Constructor for class de.cismet.commons.ref.PurgingCache
Creates a new PurgingCache object.
PurgingCache(Calculator<K, V>, long, long) - Constructor for class de.cismet.commons.ref.PurgingCache
Creates a new PurgingCache object.
PurgingCache(Calculator<K, V>, long, long, boolean) - Constructor for class de.cismet.commons.ref.PurgingCache
Creates a new PurgingCache object.
put(String, InputStream) - Method in class de.cismet.commons.security.WebDavClient
copies the content of the given InputStream to the given path.
put(String, File) - Method in class de.cismet.commons.security.WebDavClient
copies the content of the given file to the given path.
put(Object, Object) - Method in class de.cismet.tools.collections.MultiMap
Deprecated.
put(Object, Object) - Method in class de.cismet.tools.LinkedProperties
Associates a given value with a given key.
put(Object, Object) - Method in class Sirius.util.collections.MultiMap
Assosiates value with key in this map.
putAll(Map) - Method in class de.cismet.tools.collections.MultiMap
Deprecated.
putAll(Map) - Method in class de.cismet.tools.LinkedProperties
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class Sirius.util.collections.MultiMap
Appends the values of the specified map to this map.
putProperty(String, Object) - Method in class de.cismet.ext.CExtContext
Appends the specified key with the specified mapping value to the
propertyBag.
rate(FROM, String...) - Method in interface de.cismet.commons.converter.Converter.MatchRating
This operation shall provide a match rating for the given data.
readStringFromlink(String) - Method in class de.cismet.commons.capabilities.AbstractVersionNegotiator
read the document from the given link.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class de.cismet.commons.concurrency.CismetConcurrency.LoggingAbortPolicy
relation(Pnt[]) - Method in class de.cismet.math.delaunytriangulation.Pnt
Relation between this Pnt and a simplex (represented as an array of Pnts).
remove(int) - Method in class de.cismet.tools.collections.HashArrayList
Removes the Object on the specified index.
remove(Object) - Method in class de.cismet.tools.collections.HashArrayList
Removes the Object on the specified index.
remove(Object, Object) - Method in class de.cismet.tools.collections.MultiMap
Deprecated.
DOCUMENT ME!
remove(Object) - Method in class de.cismet.tools.collections.SyncLinkedList
Deprecated.
remove(Object) - Method in class de.cismet.tools.LinkedProperties
Removes specified key.
remove(Object, Object) - Method in class Sirius.util.collections.MultiMap
Removes specified value associeated with specified key.
remove(Object) - Method in class Sirius.util.collections.SyncLinkedList
Removes the first occurrence of the specified element from this list, if it is present.
removeAll(Collection<?>) - Method in class de.cismet.tools.collections.HashArrayList
Removes all elements contained in the specified Collection.
removeConfigurable(Configurable) - Method in class de.cismet.tools.configuration.ConfigurationManager
removeFirst() - Method in class de.cismet.tools.collections.SyncLinkedList
Deprecated.
removeFirst() - Method in class Sirius.util.collections.SyncLinkedList
Removes the first Object in the List.
removeListener(ProxyHandler.Listener) - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
removeProgressListener(ProgressListener) - Method in interface de.cismet.commons.utils.ProgressObservable
Removes a ProgressListener.
removeProgressListener(ProgressListener) - Method in class de.cismet.commons.utils.ProgressSupport
Removes the given ProgressListener from this support object.
removeRange(int, int) - Method in class de.cismet.tools.collections.HashArrayList
Removes the Object on the index within the specified range.
removeUnusedBorder(Image, int, double) - Static method in class de.cismet.tools.Static2DTools
DOCUMENT ME!
removeVoid(Element) - Method in class de.cismet.tools.configuration.ConfigurationManager
Removes an Element from its parent if the Element does not have any children or any attributes
except the substitution attribute.
Request - Interface in de.cismet.commons.wms.capabilities
The request interface represents the request element of WMS GetCapabilities response documents.
resolveNamespace(Element, Set<Element>) - Method in class de.cismet.tools.configuration.ConfigurationManager
Iterates through all the given children and tries to resolve every children's DUMMYNamespace against the
given parent.
RESTRemoteControlMethod - Interface in de.cismet.remote
RestRemoteControlMethod Interface.
RESTRemoteControlMethodRegistry - Class in de.cismet.remote
RESTRemoteControlMethodRegistry Class.
RESTRemoteControlMethodsApplication - Class in de.cismet.remote
RESTRemoteControlMethodsApplication.
RESTRemoteControlMethodsApplication() - Constructor for class de.cismet.remote.RESTRemoteControlMethodsApplication
Creates a new CustomizedClassesApplication object.
RESTRemoteControlStarter - Class in de.cismet.remote
Utility class for starting all RESTRemoteControlMethod implementations available in the classpath.
result - Variable in class de.cismet.tools.TimeoutThread
the result of the thread should be saved here.
RIGHT - Static variable in class de.cismet.tools.Static2DTools
rotate(ImageIcon, double, boolean) - Static method in class de.cismet.tools.Static2DTools
Rotates the given
ImageIcon in the given angle around the icon's center point.
rotate(BufferedImage, double, boolean, Color) - Static method in class de.cismet.tools.Static2DTools
Rotates the given
BufferedImage in the given angle around the icon's center point.
round(double) - Static method in class de.cismet.tools.StaticDecimalTools
Rounds Doubles to the Form "0.00"
round(String, double) - Static method in class de.cismet.tools.StaticDecimalTools
Rounds the Doubles to a specified Form.
run() - Method in class de.cismet.math.delaunytriangulation.DelaunayAp
Set up the applet's GUI.
run() - Method in class de.cismet.tools.CachedExecutor
DOCUMENT ME!
runScript(Reader) - Method in class de.cismet.tools.ScriptRunner
Runs an SQL script (read in using the Reader parameter).
safeRead(InputStream, char[]) - Static method in class de.cismet.tools.PasswordEncrypter
Reads a property as safe as possible.
saveProperties(ProxyProperties) - Method in interface de.cismet.netutil.ProxyPropertiesHandler
DOCUMENT ME!
scaleImage(Image, double) - Static method in class de.cismet.tools.Static2DTools
DOCUMENT ME!
scan(boolean) - Method in class de.cismet.commons.classloading.ClassPathInfo
DOCUMENT ME!
ScriptRunner - Class in de.cismet.tools
Tool to run database scripts.
ScriptRunner(Connection, boolean, boolean) - Constructor for class de.cismet.tools.ScriptRunner
Default constructor.
serialise(Object) - Static method in class de.cismet.tools.Converter
serialiseToBase64(Object) - Static method in class de.cismet.tools.Converter
Serialises the given Object to a base64 encoded byte[].
serialiseToGzip(Object) - Static method in class de.cismet.tools.Converter
DOCUMENT ME!
serialiseToString(Object, boolean) - Static method in class de.cismet.tools.Converter
Creates an ASCII encoded String from an Object.
Service - Interface in de.cismet.commons.capabilities
The service interface provides the contact information of wms and wfs capabilities response documents.
serviceName - Variable in class de.cismet.commons.capabilities.AbstractVersionNegotiator
ServicePojo - Class in de.cismet.commons.utils.datasource
DOCUMENT ME!
ServicePojo() - Constructor for class de.cismet.commons.utils.datasource.ServicePojo
set(int, E) - Method in class de.cismet.tools.collections.HashArrayList
Replaces the element at the specified position in this ArrayList with the specified element.
setAbstractText(String) - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
setAbstractText(String) - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
setAccessError(String) - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
setBcc(List<String>) - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
setBody(String) - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
setCacheNullValues(boolean) - Method in class de.cismet.commons.ref.PurgingCache
Setter for cacheNullValues.
setCapabilities(WMSCapabilities) - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
setCapabilities(WMSCapabilities) - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
setCc(List<String>) - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
setClassPathFolder(String) - Method in class de.cismet.tools.configuration.ConfigurationManager
setCoordinate(Coordinate) - Method in class de.cismet.tools.transformations.PointCoordinatePair
DOCUMENT ME!
setCoordinateSystem(CoordinateSystem) - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeEnvelope
DOCUMENT ME!
setCustomBrowserCmd(String) - Static method in class de.cismet.tools.BrowserLauncher
DOCUMENT ME!
setDefaultFileName(String) - Method in class de.cismet.tools.configuration.ConfigurationManager
setDelimiter(String) - Method in class de.cismet.tools.ScriptRunner
Setter for delimiter property.
setDomain(String) - Method in class de.cismet.netutil.Proxy
Setter for domain.
setDriver(String) - Method in class de.cismet.tools.ConnectionInfo
Sets the DriverClass.
setEnabled(boolean) - Method in class de.cismet.netutil.Proxy
DOCUMENT ME!
setErrorLogWriter(PrintWriter) - Method in class de.cismet.tools.ScriptRunner
Setter for errorLogWriter property.
setExcludedHosts(String) - Method in class de.cismet.netutil.Proxy
DOCUMENT ME!
setFallBackFileName(String) - Method in class de.cismet.tools.configuration.ConfigurationManager
setFileName(String) - Method in class de.cismet.tools.configuration.ConfigurationManager
Setter for fileName.
setFileSeperator(String) - Method in class de.cismet.tools.configuration.ConfigurationManager
setFilterString(String) - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeLayer
setFilterString(String) - Method in interface de.cismet.commons.wms.capabilities.Layer
DOCUMENT ME!
setFolder(String) - Method in class de.cismet.tools.configuration.ConfigurationManager
Setter for folder.
setFormatted(boolean) - Method in class de.cismet.tools.WKTWriter4D
Sets whether the output will be formatted.
setHome(String) - Method in class de.cismet.tools.configuration.ConfigurationManager
setHost(String) - Method in class de.cismet.netutil.Proxy
Setter for host.
setKeyPurgeInterval(long) - Method in class de.cismet.commons.ref.PurgingCache
Setter for the keyPurgeInterval.
setKeywords(String[]) - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
setLayers(LayerPojo[]) - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
setLayers(LayerPojo[]) - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
setLogWriter(PrintWriter) - Method in class de.cismet.tools.ScriptRunner
Setter for logWriter property.
setManualProxy(Proxy) - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
setMaxCoordinatesPerLine(int) - Method in class de.cismet.tools.WKTWriter4D
Sets the maximum number of coordinates per line written in formatted output.
setName(String) - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
setName(String) - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
setNewMode(ProxyHandler.Mode) - Method in class de.cismet.netutil.ProxyHandler.Event
DOCUMENT ME!
setNewProxy(Proxy) - Method in class de.cismet.netutil.ProxyHandler.Event
DOCUMENT ME!
setOldMode(ProxyHandler.Mode) - Method in class de.cismet.netutil.ProxyHandler.Event
DOCUMENT ME!
setOldProxy(Proxy) - Method in class de.cismet.netutil.ProxyHandler.Event
DOCUMENT ME!
setOrdinate(int, double) - Method in class de.cismet.cismap.commons.jtsgeometryfactories.CoordinateM
setPass(String) - Method in class de.cismet.tools.ConnectionInfo
Sets Password.
setPassword(String) - Method in class de.cismet.netutil.Proxy
Setter for password.
setPoint(Point) - Method in class de.cismet.tools.transformations.PointCoordinatePair
DOCUMENT ME!
setPort(int) - Method in class de.cismet.netutil.Proxy
Setter for port.
setPreconfiguredProxy(Proxy) - Method in class de.cismet.netutil.ProxyHandler
DOCUMENT ME!
setProxy(Proxy) - Method in interface de.cismet.commons.security.handler.ProxyCabaple
DOCUMENT ME!
setProxy(Proxy) - Method in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
setProxyDomain(String) - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
setProxyEnabled(Boolean) - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
setProxyExcludedHosts(String) - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
setProxyHost(String) - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
setProxyMode(ProxyHandler.Mode) - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
setProxyPassword(String) - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
setProxyPort(Integer) - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
setProxyUsername(String) - Method in class de.cismet.netutil.ProxyProperties
DOCUMENT ME!
setServices(ServicePojo[]) - Method in class de.cismet.commons.utils.datasource.DatasourcesPojo
DOCUMENT ME!
setServices(ServicePojo[]) - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
setSubject(String) - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
setSubparent(String) - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
setTab(int) - Method in class de.cismet.tools.WKTWriter4D
Sets the tab size to use for indenting.
setTargetExpressions(String[]) - Method in class de.cismet.netutil.tunnel.TunnelTargetGroup
Setter for targetExpressions.
setTargetGroupkey(String) - Method in class de.cismet.netutil.tunnel.TunnelTargetGroup
Setter for targetGroupkey.
setTimeToCacheExceptions(long) - Method in class de.cismet.tools.CalculationCache
Sets the time in milliseconds, exceptions, which were thrown during the calculation of a value, should be cached.
setTimeToCacheResults(long) - Method in class de.cismet.tools.CalculationCache
Sets the time in milliseconds, the result should be cached.
setTitle(String) - Method in class de.cismet.commons.utils.datasource.LayerPojo
DOCUMENT ME!
setTo(List<String>) - Method in class de.cismet.tools.EMailComposer
DOCUMENT ME!
setTunnel(Tunnel) - Method in interface de.cismet.commons.security.TunnelStore
DOCUMENT ME!
setType(String) - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
setUrl(String) - Method in class de.cismet.commons.utils.datasource.ServicePojo
DOCUMENT ME!
setUrl(String) - Method in class de.cismet.tools.ConnectionInfo
Sets the DB Url.
setUser(String) - Method in class de.cismet.tools.ConnectionInfo
Setter for User.
setUsername(String) - Method in class de.cismet.netutil.Proxy
Setter for username.
setValuePurgeInterval(long) - Method in class de.cismet.commons.ref.PurgingCache
Setter for the valuePurgeInterval.
shutdown() - Static method in class de.cismet.tools.CismetThreadPool
ShutdownHook - Interface in de.cismet.tools.configuration
This interface can be used to register components that are interested in application shutdown.
shutdownNow() - Static method in class de.cismet.tools.CismetThreadPool
SimpleCapabilitiesCache - Class in de.cismet.commons.capabilities
Caches the result of capability requests.
SimpleHttpAccessHandler - Class in de.cismet.commons.security.handler
The SimpleHTTPAccessHandler is a HTTPAccessHandler that uses no Credential Provider.
SimpleHttpAccessHandler() - Constructor for class de.cismet.commons.security.handler.SimpleHttpAccessHandler
Creates a new DefaultHTTPAccessHandler object.
SimpleHttpAccessHandler(Proxy) - Constructor for class de.cismet.commons.security.handler.SimpleHttpAccessHandler
Creates a new SimpleHttpAccessHandler object.
SimpleHttpAccessHandler(int, int) - Constructor for class de.cismet.commons.security.handler.SimpleHttpAccessHandler
Creates a new SimpleHttpAccessHandler object.
SimpleHttpAccessHandler(Proxy, int, int) - Constructor for class de.cismet.commons.security.handler.SimpleHttpAccessHandler
Creates a new SimpleHttpAccessHandler object.
Sirius.util.collections - package Sirius.util.collections
size() - Method in class de.cismet.math.delaunytriangulation.Triangulation
Size (# of Simplices) in Triangulation.
size() - Method in class de.cismet.tools.LinkedProperties
Returns the amount of mappings in this map.
Sorter - Class in de.cismet.tools
Sorter Tool.
Sorter() - Constructor for class de.cismet.tools.Sorter
StackUtils - Class in de.cismet.commons.utils
Useful operations concerning stacktraces, mainly for debugging purposes.
start(long) - Method in class de.cismet.tools.TimeoutThread
Starts the code of the run method.
StartupHook - Interface in de.cismet.tools.configuration
This interface can be used to register components that are interested in application startup.
Static2DTools - Class in de.cismet.tools
DOCUMENT ME!
Static2DTools() - Constructor for class de.cismet.tools.Static2DTools
StaticDebuggingTools - Class in de.cismet.tools
Tests whether the File exists in the User's Home Directory or not.
StaticDebuggingTools() - Constructor for class de.cismet.tools.StaticDebuggingTools
Creates a new instance of StaticDebuggingTools.
StaticDecimalTools - Class in de.cismet.tools
StaticDecimalTools.
StaticDecimalTools() - Constructor for class de.cismet.tools.StaticDecimalTools
StaticGeometryFunctions - Class in de.cismet.math.geometry
Geometry Functions.
StaticGeometryFunctions() - Constructor for class de.cismet.math.geometry.StaticGeometryFunctions
StaticHtmlTools - Class in de.cismet.tools
StaticHtmlTools.
StaticHtmlTools() - Constructor for class de.cismet.tools.StaticHtmlTools
StaticXMLTools - Class in de.cismet.tools
Converter for Color to XML and XML to Color.
StringMapsInt - Class in Sirius.util.collections
Modified
Hashtable, which maps
String to
Integer.
StringMapsInt() - Constructor for class Sirius.util.collections.StringMapsInt
Creates a new StringMapsInt object.
StringMapsInt(int, float) - Constructor for class Sirius.util.collections.StringMapsInt
Creates a new StringMapsInt object.
StringMapsString - Class in Sirius.util.collections
Modified
Hashtable, which maps
String to
String.
StringMapsString() - Constructor for class Sirius.util.collections.StringMapsString
Creates a new StringMapString object.
StringMapsString(int) - Constructor for class Sirius.util.collections.StringMapsString
Creates a new StringMapsString object.
StringMapsString(int, float) - Constructor for class Sirius.util.collections.StringMapsString
Creates a new StringMapsString object.
stringOfChar(char, int) - Static method in class de.cismet.tools.WKTWriter4D
Returns a String of repeated characters.
stringToHTMLString(String) - Static method in class de.cismet.tools.StaticHtmlTools
Converts the specified String into a HTMLString.
StringUtils - Class in de.cismet.commons.utils
Various helpers for
String literals.
stripMetaTag(String) - Static method in class de.cismet.tools.StaticHtmlTools
Strips Meta Tag.
Style - Interface in de.cismet.commons.wms.capabilities
The Style interface represents style information of wms layer.
submit(Runnable) - Static method in class de.cismet.tools.CismetThreadPool
SUBSTITUTION_ATTR - Static variable in class de.cismet.tools.configuration.ConfigurationManager
subtract(Pnt) - Method in class de.cismet.math.delaunytriangulation.Pnt
Subtract.
SUPPORTED_ACCESS_METHODS - Static variable in class de.cismet.commons.security.handler.SimpleHttpAccessHandler
supportedVersions - Variable in class de.cismet.commons.capabilities.AbstractVersionNegotiator
SyncLinkedList - Class in de.cismet.tools.collections
SyncLinkedList() - Constructor for class de.cismet.tools.collections.SyncLinkedList
Deprecated.
SyncLinkedList - Class in Sirius.util.collections
SyncLinkedList() - Constructor for class Sirius.util.collections.SyncLinkedList
SystemClipboardListener - Class in de.cismet.tools
DOCUMENT ME!
SystemClipboardListener() - Constructor for class de.cismet.tools.SystemClipboardListener
final Clipboard systemClipboard = Toolkit.getDefaultToolkit().getSystemClipboard();
t - Variable in class de.cismet.tools.CalculationCache
TakeoffHook - Interface in de.cismet.tools.configuration
TakeoffHook.
testForMatch(String, String) - Static method in class de.cismet.tools.WildcardUtils
DOCUMENT ME!
TextFromFile - Class in de.cismet.tools
Tool for extract Text from File.
TextFromFile() - Constructor for class de.cismet.tools.TextFromFile
Creates a Default TextFromFile object.
TextFromFile(String) - Constructor for class de.cismet.tools.TextFromFile
Creates a new TextFromFile object from file with specified filepath.
TimedSoftReference <T > - Class in de.cismet.commons.ref
Special implementation of
SoftReference that purges the referent after the given idle time.
TimedSoftReference(T, long) - Constructor for class de.cismet.commons.ref.TimedSoftReference
Creates a new TimedSoftReference object.
TimedSoftReference(T, ReferenceQueue<? super T>, long) - Constructor for class de.cismet.commons.ref.TimedSoftReference
Creates a new TimedSoftReference object.
TimeoutThread <T > - Class in de.cismet.tools
Execute code that will be interrupted after a given time.
TimeoutThread() - Constructor for class de.cismet.tools.TimeoutThread
Creates a new TimeoutThread object.
timeToCacheExceptions - Variable in class de.cismet.tools.CalculationCache
timeToCacheResults - Variable in class de.cismet.tools.CalculationCache
toBase64(byte[], boolean) - Static method in class de.cismet.tools.Base64
Converts the given bytes to base64 and wipes the input array, if desired.
toBase64(byte[]) - Static method in class de.cismet.tools.Converter
Encodes the given byte[] to base64.
toBaseUnit(double) - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeUnit
toBaseUnit(double) - Method in interface de.cismet.commons.wms.capabilities.Unit
DOCUMENT ME!
toBufferedImage(Image) - Static method in class de.cismet.tools.Static2DTools
toCompatibleImage(Image) - Static method in class de.cismet.tools.Static2DTools
DOCUMENT ME!
toLineString(CoordinateSequence) - Static method in class de.cismet.tools.WKTWriter4D
Generates the WKT for a LINESTRING specified by a CoordinateSequence.
toLineString(Coordinate, Coordinate) - Static method in class de.cismet.tools.WKTWriter4D
Generates the WKT for a LINESTRING specified by two Coordinates.
toMultiGeometry(Geometry) - Static method in class de.cismet.math.geometry.StaticGeometryFunctions
Converts a single part geometry to a multi part geometry.
TOP - Static variable in class de.cismet.tools.Static2DTools
toPackage(String) - Static method in class de.cismet.commons.utils.StringUtils
This operation turns the given string in a valid java package by eliminating all illegal characters at which the
dot character '.' is also considered illegal at the beginning and at the end of the string.
toPoint(Coordinate) - Static method in class de.cismet.tools.WKTWriter4D
Generates the WKT for a POINT specified by a Coordinate.
toSimpleGeometry(Geometry) - Static method in class de.cismet.math.geometry.StaticGeometryFunctions
Converts a multi-point/polygon/linestring to a point/polygon/linestring.
toString() - Method in class de.cismet.commons.utils.ProgressEvent
toString() - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeUnit
toString() - Method in interface de.cismet.commons.wms.capabilities.Unit
toString() - Method in class de.cismet.math.delaunytriangulation.Pnt
Create a String for this Pnt.
toString(Pnt[]) - Static method in class de.cismet.math.delaunytriangulation.Pnt
Create a String for a matrix.
toString() - Method in class de.cismet.math.delaunytriangulation.Triangulation
String representation.
toString() - Method in class de.cismet.netutil.Proxy
Return the Proxy's Attributes as String.
toString() - Method in class de.cismet.remote.AbstractRESTRemoteControlMethod
return as String.
toString(byte[]) - Static method in class de.cismet.tools.Converter
Create a String from a given byte[].
toString() - Method in class de.cismet.tools.URLSplitter
transform(String, String) - Method in class de.cismet.commons.wms.capabilities.deegree.DeegreeEnvelope
transform(String, String) - Method in interface de.cismet.commons.wms.capabilities.Envelope
DOCUMENT ME!
TransformationTools - Class in de.cismet.tools.transformations
DOCUMENT ME!
TransformationTools() - Constructor for class de.cismet.tools.transformations.TransformationTools
Triangulation <V > - Class in de.cismet.math.delaunytriangulation
A Triangulation on vertices (generic type V).
Triangulation(Simplex<V>) - Constructor for class de.cismet.math.delaunytriangulation.Triangulation
Constructor.
Tunnel - Interface in de.cismet.commons.security
DOCUMENT ME!
TunnelStore - Interface in de.cismet.commons.security
DOCUMENT ME!
TunnelTargetGroup - Class in de.cismet.netutil.tunnel
TunnelTargetGroup Class.
TunnelTargetGroup() - Constructor for class de.cismet.netutil.tunnel.TunnelTargetGroup
Creates a new TunnelTargetGroup object.
TunnelTargetGroup(String, String[]) - Constructor for class de.cismet.netutil.tunnel.TunnelTargetGroup
Creates a new TunnelTargetGroup object.
TypeSafeCollections - Class in de.cismet.tools.collections
valueOf(String) - Static method in enum de.cismet.commons.security.AccessHandler.ACCESS_HANDLER_TYPES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cismet.commons.security.AccessHandler.ACCESS_METHODS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cismet.commons.utils.ProgressEvent.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cismet.connectioncontext.AbstractConnectionContext.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cismet.netutil.ProxyHandler.Event.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cismet.netutil.ProxyHandler.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.cismet.tools.ExifReader.Mirrored
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.cismet.commons.security.AccessHandler.ACCESS_HANDLER_TYPES
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Static method in enum de.cismet.commons.security.AccessHandler.ACCESS_METHODS
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Static method in enum de.cismet.commons.utils.ProgressEvent.State
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Static method in enum de.cismet.connectioncontext.AbstractConnectionContext.Category
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Static method in enum de.cismet.netutil.ProxyHandler.Event.Type
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Static method in enum de.cismet.netutil.ProxyHandler.Mode
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Static method in enum de.cismet.tools.ExifReader.Mirrored
Returns an array containing the constants of this enum type, in
the order they are declared.
values() - Method in class de.cismet.tools.LinkedProperties
not supported.
VERTICAL - Static variable in class de.cismet.tools.Static2DTools
veto() - Method in interface de.cismet.veto.VetoListener
throws Veto Exception.
VetoException - Exception in de.cismet.veto
Veto Exception Class.
VetoException() - Constructor for exception de.cismet.veto.VetoException
Creates a new VetoException object.
VetoException(String) - Constructor for exception de.cismet.veto.VetoException
Creates a new VetoException object.
VetoListener - Interface in de.cismet.veto
Veto Listener interface.
vsCircumcircle(Pnt[]) - Method in class de.cismet.math.delaunytriangulation.Pnt
Test relation between this Pnt and circumcircle of a simplex.