Uses of Class
org.deegree.commons.utils.Pair

Packages that use Pair
org.deegree.client.sos.requesthandler.kvp   
org.deegree.client.sos.storage   
org.deegree.client.sos.storage.components   
org.deegree.commons.index   
org.deegree.commons.metadata   
org.deegree.commons.tom.primitive   
org.deegree.commons.utils   
org.deegree.commons.utils.net   
org.deegree.commons.xml.schema   
org.deegree.coverage.raster.data.nio   
org.deegree.cs.persistence.gml   
org.deegree.feature.persistence.shape   
org.deegree.feature.persistence.simplesql   
org.deegree.feature.persistence.sql.id   
org.deegree.feature.persistence.sql.mapper   
org.deegree.filter   
org.deegree.filter.comparison   
org.deegree.geometry.primitive   
org.deegree.geometry.refs   
org.deegree.geometry.standard   
org.deegree.geometry.standard.composite   
org.deegree.geometry.standard.primitive   
org.deegree.gml.feature   
org.deegree.layer   
org.deegree.layer.persistence.remotewms   
org.deegree.metadata.iso.persistence   
org.deegree.protocol.ows.metadata   
org.deegree.protocol.ows.metadata.operation   
org.deegree.protocol.sos.getobservation   
org.deegree.protocol.wms.client   
org.deegree.protocol.wms.ops   
org.deegree.protocol.wpvs.client   
org.deegree.remoteows.wms   
org.deegree.rendering.r2d.legends   
org.deegree.rendering.r3d.opengl.rendering.model.manager   
org.deegree.services   
org.deegree.services.config.actions   
org.deegree.services.controller   
org.deegree.services.csw   
org.deegree.services.metadata   
org.deegree.services.sos   
org.deegree.services.wcs   
org.deegree.services.wfs   
org.deegree.services.wms   
org.deegree.services.wms.controller   
org.deegree.services.wms.controller.sld   
org.deegree.services.wms.model.layers   
org.deegree.services.wms.utils   
org.deegree.services.wps   
org.deegree.services.wps.provider.jrxml   
org.deegree.services.wps.provider.jrxml.contentprovider   
org.deegree.services.wps.provider.jrxml.contentprovider.map   
org.deegree.services.wpvs.controller   
org.deegree.style.se.parser   
org.deegree.style.se.unevaluated   
org.deegree.tools.crs.georeferencing.communication   
org.deegree.tools.crs.georeferencing.communication.panel2D   
org.deegree.tools.crs.georeferencing.model.buttons   
org.deegree.tools.crs.georeferencing.model.dialog   
org.deegree.tools.jdbc   
 

Uses of Pair in org.deegree.client.sos.requesthandler.kvp
 

Methods in org.deegree.client.sos.requesthandler.kvp that return Pair
 Pair<String,String> KVPfromOffering.getEventTime()
           
 

Methods in org.deegree.client.sos.requesthandler.kvp that return types with arguments of type Pair
 List<Pair<String,String>> KVPDescribeSensor.getProcedure()
           
 List<Pair<String,String>> KVPfromOffering.getProcedures()
           
 

Methods in org.deegree.client.sos.requesthandler.kvp with parameters of type Pair
 void KVPfromOffering.setEventTime(Pair<String,String> that)
           
 

Method parameters in org.deegree.client.sos.requesthandler.kvp with type arguments of type Pair
 void KVPDescribeSensor.setProcedure(List<Pair<String,String>> that)
           
 void KVPfromOffering.setProcedures(List<Pair<String,String>> that)
           
 

Uses of Pair in org.deegree.client.sos.storage
 

Methods in org.deegree.client.sos.storage that return types with arguments of type Pair
 List<Pair<String,String>> StorageGetCapabilities.getServiceIdentification()
           
 List<Pair<String,String>> StorageGetCapabilities.getServiceProvider()
           
 

Method parameters in org.deegree.client.sos.storage with type arguments of type Pair
 void StorageGetCapabilities.setServiceIdentification(List<Pair<String,String>> that)
           
 void StorageGetCapabilities.setServiceProvider(List<Pair<String,String>> that)
           
 

Uses of Pair in org.deegree.client.sos.storage.components
 

Methods in org.deegree.client.sos.storage.components that return Pair
 Pair<String,String> Observation.getSamplingTime()
           
 

Methods in org.deegree.client.sos.storage.components that return types with arguments of type Pair
 List<Pair<String,String>> Operation.getHttp()
           
 List<Pair<String,String>> DataArray.getSeparators()
           
 

Methods in org.deegree.client.sos.storage.components with parameters of type Pair
 void Observation.setSamplingTime(Pair<String,String> that)
           
 

Method parameters in org.deegree.client.sos.storage.components with type arguments of type Pair
 void Operation.setHttp(List<Pair<String,String>> that)
           
 void DataArray.setSeparators(List<Pair<String,String>> that)
           
 

Uses of Pair in org.deegree.commons.index
 

Method parameters in org.deegree.commons.index with type arguments of type Pair
 void RTree.insertBulk(List<Pair<float[],T>> listOfObjects)
          Builds the index from the given objects with their envelope.
 void QTree.insertBulk(List<Pair<float[],T>> listOfObjects)
           
abstract  void SpatialIndex.insertBulk(List<Pair<float[],T>> listOfObjects)
          Create the spatial index from the given list of envelope, objects tuples.
 

Uses of Pair in org.deegree.commons.metadata
 

Fields in org.deegree.commons.metadata with type parameters of type Pair
static CollectionUtils.Mapper<Pair<List<LanguageString>,CodeType>,KeywordsType> MetadataJAXBConverter.KW_MAPPER
           
 

Uses of Pair in org.deegree.commons.tom.primitive
 

Methods in org.deegree.commons.tom.primitive that return Pair
static Pair<Object,Object> PrimitiveValue.makeComparable(Object value1, Object value2)
           
 

Uses of Pair in org.deegree.commons.utils
 

Subclasses of Pair in org.deegree.commons.utils
 class ComparablePair<T extends Comparable<T>,U extends Comparable<U>>
          ComparablePair
 class DoublePair
          DoublePair
 class StringPair
          StringPair is a convenience class, which pairs two Strings.
 

Methods in org.deegree.commons.utils that return Pair
static
<T,U> Pair<ArrayList<T>,ArrayList<U>>
CollectionUtils.unzip(Map<T,U> map)
           
static
<T,U> Pair<ArrayList<T>,ArrayList<U>>
CollectionUtils.unzipPair(Collection<Pair<T,U>> col)
          This indirection is useful in case you use ComparablePairs instead of normal ones and want to unzip.
 

Methods in org.deegree.commons.utils with parameters of type Pair
 int ComparablePair.compareTo(Pair<T,U> o)
           
 

Method parameters in org.deegree.commons.utils with type arguments of type Pair
static
<T,U> Pair<ArrayList<T>,ArrayList<U>>
CollectionUtils.unzipPair(Collection<Pair<T,U>> col)
          This indirection is useful in case you use ComparablePairs instead of normal ones and want to unzip.
 

Uses of Pair in org.deegree.commons.utils.net
 

Methods in org.deegree.commons.utils.net that return Pair
static
<T> Pair<T,org.apache.http.HttpResponse>
HttpUtils.getFullResponse(HttpUtils.Worker<T> worker, String url, Map<String,String> headers, String user, String pass)
          Performs an HTTP-Get request and provides typed access to the response.
static
<T> Pair<T,org.apache.http.HttpResponse>
HttpUtils.getFullResponse(HttpUtils.Worker<T> worker, String url, Map<String,String> headers, String user, String pass, int readTimeout)
           
static
<T> Pair<T,org.apache.http.HttpResponse>
HttpUtils.postFullResponse(HttpUtils.Worker<T> worker, String url, Map<String,String> params, Map<String,String> headers, int readTimeout)
           
 

Uses of Pair in org.deegree.commons.xml.schema
 

Method parameters in org.deegree.commons.xml.schema with type arguments of type Pair
static void SchemaUtils.writeWrapperDoc(XMLStreamWriter writer, String targetNamespace, List<Pair<String,String>> nsImports)
          Writes a wrapper schema document for the given namespace imports.
 

Uses of Pair in org.deegree.coverage.raster.data.nio
 

Methods in org.deegree.coverage.raster.data.nio that return Pair
 Pair<ByteBuffer,RasterRect> PixelInterleavedRasterData.getDataRect()
           
 

Uses of Pair in org.deegree.cs.persistence.gml
 

Methods in org.deegree.cs.persistence.gml that return Pair
protected  Pair<CRSIdentifiable,Object> GMLCRSStore.parseParameterValue(org.apache.axiom.om.OMElement rootElement)
           
 

Methods in org.deegree.cs.persistence.gml that return types with arguments of type Pair
protected  List<Pair<CRSIdentifiable,Object>> GMLCRSStore.parseParameterValues(org.apache.axiom.om.OMElement rootElement)
           
 

Method parameters in org.deegree.cs.persistence.gml with type arguments of type Pair
protected  Helmert GMLCRSStore.createHelmert(CRSResource id, List<Pair<CRSIdentifiable,Object>> parameterValues, ICRS source, ICRS target)
          Creates a Helmert transformation from the given parameter list.
protected  NTv2Transformation GMLCRSStore.createNTv2(CRSResource id, List<Pair<CRSIdentifiable,Object>> parameterValues, ICRS source, ICRS target)
          Create an NTv2Transformation from the given parameter list.
 

Uses of Pair in org.deegree.feature.persistence.shape
 

Methods in org.deegree.feature.persistence.shape that return Pair
 Pair<Filter,SortProperty[]> DBFIndex.query(List<Pair<Integer,Long>> available, Filter filter, SortProperty[] sort)
           
 Pair<ArrayList<Pair<float[],Long>>,Boolean> SHPReader.readEnvelopes()
          He Who Needs It As Double, is welcome to implement/copy it.
 

Methods in org.deegree.feature.persistence.shape that return types with arguments of type Pair
 LinkedList<Pair<Integer,Geometry>> SHPReader.query(Envelope bbox, boolean withGeometry, boolean exact)
           
 List<Pair<Integer,Long>> SHPReader.query(Envelope bbox, HashSet<Integer> ids)
           
 Pair<ArrayList<Pair<float[],Long>>,Boolean> SHPReader.readEnvelopes()
          He Who Needs It As Double, is welcome to implement/copy it.
 

Method parameters in org.deegree.feature.persistence.shape with type arguments of type Pair
 Pair<Filter,SortProperty[]> DBFIndex.query(List<Pair<Integer,Long>> available, Filter filter, SortProperty[] sort)
           
 

Constructors in org.deegree.feature.persistence.shape with parameters of type Pair
DBFIndex(DBFReader dbf, File file, Pair<ArrayList<Pair<float[],Long>>,Boolean> envelopes, List<org.deegree.feature.persistence.shape.ShapeFeatureStoreProvider.Mapping> mappings)
           
 

Constructor parameters in org.deegree.feature.persistence.shape with type arguments of type Pair
DBFIndex(DBFReader dbf, File file, Pair<ArrayList<Pair<float[],Long>>,Boolean> envelopes, List<org.deegree.feature.persistence.shape.ShapeFeatureStoreProvider.Mapping> mappings)
           
 

Uses of Pair in org.deegree.feature.persistence.simplesql
 

Constructor parameters in org.deegree.feature.persistence.simplesql with type arguments of type Pair
SimpleSQLFeatureStore(String connId, String crs, String sql, String ftLocalName, String ftNamespace, String ftPrefix, String bbox, List<Pair<Integer,String>> lods)
           
 

Uses of Pair in org.deegree.feature.persistence.sql.id
 

Methods in org.deegree.feature.persistence.sql.id that return types with arguments of type Pair
 List<Pair<String,BaseType>> FIDMapping.getColumns()
           
 

Constructor parameters in org.deegree.feature.persistence.sql.id with type arguments of type Pair
FIDMapping(String prefix, String delimiter, List<Pair<String,BaseType>> columns, IDGenerator generator)
          Creates a new FIDMapping instance.
 

Uses of Pair in org.deegree.feature.persistence.sql.mapper
 

Methods in org.deegree.feature.persistence.sql.mapper that return Pair
 Pair<org.apache.xerces.xs.XSElementDeclaration,Boolean> XPathSchemaWalker.getTargetElement(Pair<org.apache.xerces.xs.XSElementDeclaration,Boolean> context, ValueReference propName)
           
 Pair<PrimitiveType,Boolean> XPathSchemaWalker.getTargetType(Pair<org.apache.xerces.xs.XSElementDeclaration,Boolean> context, ValueReference propName)
           
 

Methods in org.deegree.feature.persistence.sql.mapper with parameters of type Pair
 Pair<org.apache.xerces.xs.XSElementDeclaration,Boolean> XPathSchemaWalker.getTargetElement(Pair<org.apache.xerces.xs.XSElementDeclaration,Boolean> context, ValueReference propName)
           
 Pair<PrimitiveType,Boolean> XPathSchemaWalker.getTargetType(Pair<org.apache.xerces.xs.XSElementDeclaration,Boolean> context, ValueReference propName)
           
 

Uses of Pair in org.deegree.filter
 

Methods in org.deegree.filter that return Pair
static Pair<Filter,Envelope> Filters.splitOffBBoxConstraint(Filter filter)
           
 

Uses of Pair in org.deegree.filter.comparison
 

Methods in org.deegree.filter.comparison that return Pair
protected  Pair<PrimitiveValue,PrimitiveValue> ComparisonOperator.getPrimitiveValues(TypedObjectNode value1, TypedObjectNode value2)
          Creates a pair of PrimitiveValue instances from the given TypedObjectNode while trying to preserve primitive type information.
 

Uses of Pair in org.deegree.geometry.primitive
 

Methods in org.deegree.geometry.primitive that return Pair
 Pair<Point,Point> Curve.getBoundary()
          The boundary of a curve is the set of points at either end of the curve.
 

Uses of Pair in org.deegree.geometry.refs
 

Methods in org.deegree.geometry.refs that return Pair
 Pair<Point,Point> CurveReference.getBoundary()
           
 

Uses of Pair in org.deegree.geometry.standard
 

Subclasses of Pair in org.deegree.geometry.standard
 class JTSGeometryPair
          Stores a pair of JTS geometries.
 

Uses of Pair in org.deegree.geometry.standard.composite
 

Methods in org.deegree.geometry.standard.composite that return Pair
 Pair<Point,Point> DefaultCompositeCurve.getBoundary()
           
 

Uses of Pair in org.deegree.geometry.standard.primitive
 

Methods in org.deegree.geometry.standard.primitive that return Pair
 Pair<Point,Point> DefaultOrientableCurve.getBoundary()
           
 Pair<Point,Point> DefaultCurve.getBoundary()
           
 Pair<Point,Point> DefaultRing.getBoundary()
           
 

Uses of Pair in org.deegree.gml.feature
 

Methods in org.deegree.gml.feature that return Pair
static Pair<StandardGMLFeatureProps,List<Property>> StandardGMLFeatureProps.create(List<Property> props, GMLVersion version)
          Creates a StandardGMLFeatureProps instances from the given list of Property objects and returns the remaining properties that are not GML default properties.
 

Uses of Pair in org.deegree.layer
 

Methods in org.deegree.layer that return Pair
 Pair<FeatureCollection,LinkedList<String>> AbstractLayer.getFeatures(RenderingInfo info, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> Layer.getFeatures(RenderingInfo info, Style style)
           
 

Uses of Pair in org.deegree.layer.persistence.remotewms
 

Methods in org.deegree.layer.persistence.remotewms that return Pair
 Pair<FeatureCollection,LinkedList<String>> RemoteWMSLayer.getFeatures(RenderingInfo info, Style style)
           
 

Uses of Pair in org.deegree.metadata.iso.persistence
 

Methods in org.deegree.metadata.iso.persistence that return types with arguments of type Pair
 Map<QName,Triple<Pair<String,String>,Boolean,BaseType>> ISOPropertyNameMapper.getPropToTableAndCol()
           
 

Uses of Pair in org.deegree.protocol.ows.metadata
 

Methods in org.deegree.protocol.ows.metadata that return types with arguments of type Pair
 List<Pair<List<LanguageString>,CodeType>> Description.getKeywords()
           
 

Method parameters in org.deegree.protocol.ows.metadata with type arguments of type Pair
 void Description.setKeywords(List<Pair<List<LanguageString>,CodeType>> keywords)
           
 

Constructor parameters in org.deegree.protocol.ows.metadata with type arguments of type Pair
Description(String name, List<LanguageString> titles, List<LanguageString> abstracts, List<Pair<List<LanguageString>,CodeType>> keywords)
           
ServiceIdentification(String name, List<LanguageString> titles, List<LanguageString> abstracts, List<Pair<List<LanguageString>,CodeType>> keywords, CodeType serviceType, List<Version> serviceTypeVersion, List<String> profiles, String fees, List<String> accessConstraints)
          Creates a new ServiceIdentification instance.
 

Uses of Pair in org.deegree.protocol.ows.metadata.operation
 

Methods in org.deegree.protocol.ows.metadata.operation that return types with arguments of type Pair
 List<Pair<URL,List<Domain>>> DCP.getGetEndpoints()
           
 List<Pair<URL,List<Domain>>> DCP.getPostEndpoints()
           
 

Constructor parameters in org.deegree.protocol.ows.metadata.operation with type arguments of type Pair
DCP(List<Pair<URL,List<Domain>>> getEndpoints, List<Pair<URL,List<Domain>>> postEndpoints)
           
DCP(List<Pair<URL,List<Domain>>> getEndpoints, List<Pair<URL,List<Domain>>> postEndpoints)
           
 

Uses of Pair in org.deegree.protocol.sos.getobservation
 

Methods in org.deegree.protocol.sos.getobservation that return Pair
 Pair<List<String>,SpatialFilter> GetObservation.getFeatureOfInterest()
           
 

Uses of Pair in org.deegree.protocol.wms.client
 

Methods in org.deegree.protocol.wms.client that return Pair
 Pair<BufferedImage,String> WMSClient111.getMap(List<String> layers, int width, int height, Envelope bbox, ICRS srs, String format, boolean transparent, boolean errorsInImage, int timeout, boolean validate, List<String> validationErrors)
           
 Pair<BufferedImage,String> WMSClient111.getMap(List<String> layers, int width, int height, Envelope bbox, ICRS srs, String format, boolean transparent, boolean errorsInImage, int timeout, boolean validate, List<String> validationErrors, Map<String,String> hardParameters)
           
 Pair<SimpleRaster,String> WMSClient111.getMapAsSimpleRaster(List<String> layers, int width, int height, Envelope bbox, ICRS srs, String format, boolean transparent, boolean errorsInImage, int timeout, boolean validate, List<String> validationErrors)
           
 

Uses of Pair in org.deegree.protocol.wms.ops
 

Constructor parameters in org.deegree.protocol.wms.ops with type arguments of type Pair
GetMap(List<Pair<String,String>> layers, int width, int height, Envelope boundingBox, String format, boolean transparent)
           
 

Uses of Pair in org.deegree.protocol.wpvs.client
 

Methods in org.deegree.protocol.wpvs.client that return Pair
 Pair<BufferedImage,String> WPVSClient.getView(URL url)
           
 

Uses of Pair in org.deegree.remoteows.wms
 

Methods in org.deegree.remoteows.wms that return Pair
 Pair<BufferedImage,String> WMSClient111.getMap(GetMap getMap, Map<String,String> hardParameters, int timeout)
           
 Pair<BufferedImage,String> WMSClient.getMap(GetMap getMap, Map<String,String> hardParameters, int timeout)
           
 Pair<BufferedImage,String> WMSClient111.getMap(GetMap getMap, Map<String,String> hardParameters, int timeout, boolean errorsInImage)
           
 Pair<BufferedImage,String> WMSClient.getMap(GetMap getMap, Map<String,String> hardParameters, int timeout, boolean errorsInImage)
           
 

Uses of Pair in org.deegree.rendering.r2d.legends
 

Methods in org.deegree.rendering.r2d.legends that return Pair
 Pair<Integer,Integer> Legends.getLegendSize(Style style)
           
 

Uses of Pair in org.deegree.rendering.r3d.opengl.rendering.model.manager
 

Constructor parameters in org.deegree.rendering.r3d.opengl.rendering.model.manager with type arguments of type Pair
LODSwitcher(List<Pair<Double,Double>> levels)
          Create a new level
 

Uses of Pair in org.deegree.services
 

Methods in org.deegree.services that return Pair
 Pair<XMLExceptionSerializer<OWSException>,String> OWS.getExceptionSerializer(Version requestVersion)
          Returns the ExceptionSerializer and mime-type suitable for the given request version.
 

Uses of Pair in org.deegree.services.config.actions
 

Methods in org.deegree.services.config.actions that return Pair
static Pair<DeegreeWorkspace,String> Utils.getWorkspaceAndPath(String path)
           
 

Uses of Pair in org.deegree.services.controller
 

Methods in org.deegree.services.controller that return Pair
 Pair<XMLExceptionSerializer<OWSException>,String> AbstractOWS.getExceptionSerializer(Version requestVersion)
          Returns the ExceptionSerializer and mime-type suitable for the given request version.
 

Uses of Pair in org.deegree.services.csw
 

Methods in org.deegree.services.csw that return Pair
 Pair<XMLExceptionSerializer<OWSException>,String> CSWController.getExceptionSerializer(Version requestVersion)
           
 

Uses of Pair in org.deegree.services.metadata
 

Methods in org.deegree.services.metadata that return Pair
static Pair<ServiceIdentification,ServiceProvider> MetadataUtils.convertFromJAXB(DeegreeServicesMetadataType md)
           
 

Uses of Pair in org.deegree.services.sos
 

Methods in org.deegree.services.sos that return Pair
 Pair<XMLExceptionSerializer<OWSException>,String> SOSController.getExceptionSerializer(Version requestVersion)
           
 

Uses of Pair in org.deegree.services.wcs
 

Methods in org.deegree.services.wcs that return Pair
 Pair<XMLExceptionSerializer<OWSException>,String> WCSController.getExceptionSerializer(Version requestVersion)
           
 

Uses of Pair in org.deegree.services.wfs
 

Methods in org.deegree.services.wfs that return Pair
 Pair<XMLExceptionSerializer<OWSException>,String> WebFeatureService.getExceptionSerializer(Version requestVersion)
           
 

Uses of Pair in org.deegree.services.wms
 

Methods in org.deegree.services.wms that return Pair
 Pair<FeatureCollection,LinkedList<String>> MapService.getFeatures(GetFeatureInfo fi)
           
 Pair<FeatureCollection,LinkedList<String>> MapService.getFeatures(RenderingInfo info, List<String> themes)
           
 Pair<Integer,Integer> MapService.getLegendSize(Style style)
           
 Pair<BufferedImage,LinkedList<String>> MapService.getMapImage(GetMap gm)
           
 

Uses of Pair in org.deegree.services.wms.controller
 

Methods in org.deegree.services.wms.controller that return Pair
 Pair<XMLExceptionSerializer<OWSException>,String> WMSController.getExceptionSerializer(Version requestVersion)
           
 

Uses of Pair in org.deegree.services.wms.controller.sld
 

Methods in org.deegree.services.wms.controller.sld that return Pair
static Pair<LinkedList<Filter>,LinkedList<Style>> SLDParser.getStyles(XMLStreamReader in, String layerName, Map<String,String> styleNames)
           
static Pair<LinkedList<Layer>,LinkedList<Style>> SLDParser.parse(XMLStreamReader in, MapService service, GetMap gm)
           
 

Uses of Pair in org.deegree.services.wms.model.layers
 

Methods in org.deegree.services.wms.model.layers that return Pair
protected  Pair<Filter,LinkedList<String>> FeatureLayer.getDimensionFilter(HashMap<String,List<?>> dims)
           
 Pair<FeatureCollection,LinkedList<String>> StatisticsLayer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> FeatureLayer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> RemoteWMSLayer.getFeatures(GetFeatureInfo fi, Style style)
           
abstract  Pair<FeatureCollection,LinkedList<String>> Layer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> DynamicSQLLayer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> EmptyLayer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<FeatureCollection,LinkedList<String>> RasterLayer.getFeatures(GetFeatureInfo fi, Style style)
           
 Pair<BufferedImage,LinkedList<String>> RemoteWMSLayer.paintMap(GetMap gm, Style style)
           
 Pair<BufferedImage,LinkedList<String>> Layer.paintMap(GetMap gm, Style style)
           
 

Methods in org.deegree.services.wms.model.layers that return types with arguments of type Pair
 LinkedList<Pair<CodeType,LanguageStringType>> Layer.getKeywords()
           
 

Method parameters in org.deegree.services.wms.model.layers with type arguments of type Pair
 void Layer.setKeywords(Collection<Pair<CodeType,LanguageStringType>> keywords)
           
 

Uses of Pair in org.deegree.services.wms.utils
 

Methods in org.deegree.services.wms.utils that return Pair
 Pair<Double,Double> MapController.translate(int x, int y)
           
 

Uses of Pair in org.deegree.services.wps
 

Methods in org.deegree.services.wps that return Pair
 Pair<XMLExceptionSerializer<OWSException>,String> WPService.getExceptionSerializer(Version requestVersion)
           
 

Methods in org.deegree.services.wps with parameters of type Pair
 OWSException ExceptionCustomizer.inputEvalutationNotSupported(CodeType inputParameterId, Pair<String,String> kvp, String explanation)
           
 OWSException DefaultExceptionCustomizer.inputEvalutationNotSupported(CodeType inputParameterId, Pair<String,String> kvp, String explanation)
           
 OWSException ExceptionCustomizer.inputInvalidParameter(CodeType inputParameterId, Pair<String,String> kvp)
           
 OWSException DefaultExceptionCustomizer.inputInvalidParameter(CodeType inputParameterId, Pair<String,String> kvp)
           
 OWSException ExceptionCustomizer.invalidAttributedParameter(Pair<String,String> kvp)
           
 OWSException DefaultExceptionCustomizer.invalidAttributedParameter(Pair<String,String> kvp)
           
 OWSException ExceptionCustomizer.outputInvalidParameter(CodeType outputParameterId, Pair<String,String> kvp)
           
 OWSException DefaultExceptionCustomizer.outputInvalidParameter(CodeType outputParameterId, Pair<String,String> kvp)
           
 

Method parameters in org.deegree.services.wps with type arguments of type Pair
 OWSException ExceptionCustomizer.inputInvalidCombination(CodeType inputParameterId, List<Pair<String,String>> conflictingKVPs)
           
 OWSException DefaultExceptionCustomizer.inputInvalidCombination(CodeType inputParameterId, List<Pair<String,String>> conflictingKVPs)
           
 OWSException ExceptionCustomizer.outputInvalidCombination(CodeType outputParameterId, List<Pair<String,String>> conflictingKVPs)
           
 OWSException DefaultExceptionCustomizer.outputInvalidCombination(CodeType outputParameterId, List<Pair<String,String>> conflictingKVPs)
           
 

Uses of Pair in org.deegree.services.wps.provider.jrxml
 

Methods in org.deegree.services.wps.provider.jrxml that return Pair
 Pair<ProcessDefinition,Map<String,String>> JrxmlParser.parse(String processId, String name, String description, XMLAdapter jrxmlAdapter, List<JrxmlContentProvider> contentProviders, Map<String,ParameterDescription> parameterDescriptions)
           
 

Uses of Pair in org.deegree.services.wps.provider.jrxml.contentprovider
 

Methods in org.deegree.services.wps.provider.jrxml.contentprovider that return Pair
 Pair<InputStream,Boolean> PropertiesContentProvider.prepareJrxmlAndReadInputParameters(InputStream jrxml, Map<String,Object> params, ProcessletInputs in, List<CodeType> processedIds, Map<String,String> parameters)
           
 Pair<InputStream,Boolean> OtherContentProvider.prepareJrxmlAndReadInputParameters(InputStream jrxml, Map<String,Object> params, ProcessletInputs in, List<CodeType> processedIds, Map<String,String> parameters)
           
 Pair<InputStream,Boolean> ImageContentProvider.prepareJrxmlAndReadInputParameters(InputStream jrxml, Map<String,Object> params, ProcessletInputs in, List<CodeType> processedIds, Map<String,String> parameters)
           
 Pair<InputStream,Boolean> JrxmlContentProvider.prepareJrxmlAndReadInputParameters(InputStream jrxml, Map<String,Object> params, ProcessletInputs in, List<CodeType> processedIds, Map<String,String> parameters)
          prepare the jrxml and read input parameters from WPSProcess providers to append them in the list of parameters to fill the jrxml report with
 Pair<InputStream,Boolean> DataTableContentProvider.prepareJrxmlAndReadInputParameters(InputStream jrxml, Map<String,Object> params, ProcessletInputs in, List<CodeType> processedIds, Map<String,String> parameters)
           
 Pair<InputStream,Boolean> SubreportContentProvider.prepareJrxmlAndReadInputParameters(InputStream jrxml, Map<String,Object> params, ProcessletInputs in, List<CodeType> processedIds, Map<String,String> parameters)
           
 

Uses of Pair in org.deegree.services.wps.provider.jrxml.contentprovider.map
 

Methods in org.deegree.services.wps.provider.jrxml.contentprovider.map that return Pair
 Pair<InputStream,Boolean> MapContentProvider.prepareJrxmlAndReadInputParameters(InputStream jrxml, Map<String,Object> params, ProcessletInputs in, List<CodeType> processedIds, Map<String,String> parameters)
           
 

Methods in org.deegree.services.wps.provider.jrxml.contentprovider.map that return types with arguments of type Pair
 List<Pair<String,BufferedImage>> WMSOrderedDatasource.getLegends(int width)
           
 

Uses of Pair in org.deegree.services.wpvs.controller
 

Methods in org.deegree.services.wpvs.controller that return Pair
 Pair<XMLExceptionSerializer<OWSException>,String> WPVSController.getExceptionSerializer(Version requestVersion)
           
 

Uses of Pair in org.deegree.style.se.parser
 

Methods in org.deegree.style.se.parser that return Pair
<T> Pair<String,Continuation<T>>
SymbologyParser.updateOrContinue(XMLStreamReader in, String name, T obj, Continuation.Updater<T> updater, Continuation<T> contn)
           
 

Uses of Pair in org.deegree.style.se.unevaluated
 

Methods in org.deegree.style.se.unevaluated that return Pair
 Pair<T,LinkedList<Geometry>> Symbolizer.evaluate(Feature f, XPathEvaluator<Feature> evaluator)
           
 

Methods in org.deegree.style.se.unevaluated that return types with arguments of type Pair
 LinkedList<Pair<Continuation<LinkedList<Symbolizer<?>>>,DoublePair>> Style.getRules()
           
 

Constructor parameters in org.deegree.style.se.unevaluated with type arguments of type Pair
Style(Collection<Pair<Continuation<LinkedList<Symbolizer<?>>>,DoublePair>> rules, Map<Symbolizer<TextStyling>,Continuation<StringBuffer>> labels, Map<Symbolizer<TextStyling>,String> xmlTexts, String name, QName featureTypeName)
           
 

Uses of Pair in org.deegree.tools.crs.georeferencing.communication
 

Constructor parameters in org.deegree.tools.crs.georeferencing.communication with type arguments of type Pair
FileChooser(List<Pair<List<String>,String>> supportedFiles, Component parent, boolean open)
           
 

Uses of Pair in org.deegree.tools.crs.georeferencing.communication.panel2D
 

Methods in org.deegree.tools.crs.georeferencing.communication.panel2D that return Pair
 Pair<AbstractGRPoint,FootprintPoint> BuildingFootprintPanel.getClosestPoint(AbstractGRPoint point2d)
          Determines the closest point of the point2d in worldCoordinate.
 

Uses of Pair in org.deegree.tools.crs.georeferencing.model.buttons
 

Constructors in org.deegree.tools.crs.georeferencing.model.buttons with parameters of type Pair
ToggleButtonModel(Pair<AbstractButton,Integer>[] abstractButtons, ActionListener e)
           
 

Uses of Pair in org.deegree.tools.crs.georeferencing.model.dialog
 

Methods in org.deegree.tools.crs.georeferencing.model.dialog that return Pair
 Pair<Double,Double> OptionDialogModel.getResizeValue()
           
 Pair<Integer,Integer> OptionDialogModel.getSelectionPointSize()
           
 Pair<Boolean,Boolean> OptionDialogModel.getSnappingOnOff()
           
 Pair<String,String> OptionDialogModel.getTextFieldKeyString()
           
 

Uses of Pair in org.deegree.tools.jdbc
 

Methods in org.deegree.tools.jdbc that return Pair
 Pair<String,ICRS> Table.getGeometryColumn(String field)
           
 



Copyright © 2011. All Rights Reserved.