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

Packages that use Triple
org.deegree.commons.utils   
org.deegree.metadata.iso.persistence   
org.deegree.style.se.parser   
org.deegree.style.se.unevaluated   
org.deegree.tools.crs.georeferencing.application   
org.deegree.tools.crs.georeferencing.application.transformation   
org.deegree.tools.crs.georeferencing.model.datatransformer   
 

Uses of Triple in org.deegree.commons.utils
 

Methods in org.deegree.commons.utils that return Triple
static
<T,U,V> Triple<ArrayList<T>,ArrayList<U>,ArrayList<V>>
CollectionUtils.unzip(Collection<Triple<T,U,V>> col)
           
 

Method parameters in org.deegree.commons.utils with type arguments of type Triple
static
<T,U,V> Triple<ArrayList<T>,ArrayList<U>,ArrayList<V>>
CollectionUtils.unzip(Collection<Triple<T,U,V>> col)
           
 

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

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

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

Methods in org.deegree.style.se.parser that return Triple
 Triple<Symbolizer<?>,Continuation<StringBuffer>,String> SymbologyParser.parseSymbolizer(XMLStreamReader in)
           
 Triple<Symbolizer<TextStyling>,Continuation<StringBuffer>,String> SymbologyParser.parseTextSymbolizer(XMLStreamReader in, UOM uom)
           
 

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

Methods in org.deegree.style.se.unevaluated that return types with arguments of type Triple
 LinkedList<Triple<Styling,LinkedList<Geometry>,String>> Style.evaluate(Feature f, XPathEvaluator<Feature> evaluator)
           
 LinkedList<Triple<LinkedList<Styling>,DoublePair,LinkedList<String>>> Style.getBasesWithScales()
           
 

Uses of Triple in org.deegree.tools.crs.georeferencing.application
 

Fields in org.deegree.tools.crs.georeferencing.application with type parameters of type Triple
 List<Triple<Point4Values,Point4Values,PointResidual>> ApplicationState.mappedPoints
           
 

Uses of Triple in org.deegree.tools.crs.georeferencing.application.transformation
 

Fields in org.deegree.tools.crs.georeferencing.application.transformation with type parameters of type Triple
protected  List<Triple<Point4Values,Point4Values,PointResidual>> AbstractTransformation.mappedPoints
           
 

Constructor parameters in org.deegree.tools.crs.georeferencing.application.transformation with type arguments of type Triple
AbstractTransformation(List<Triple<Point4Values,Point4Values,PointResidual>> mappedPoints, Footprint footPrint, Scene2DValues sceneValues, ICRS sourceCRS, ICRS targetCRS, int order)
           
AffineTransformation(List<Triple<Point4Values,Point4Values,PointResidual>> mappedPoints, Footprint footPrint, Scene2DValues sceneValues, ICRS sourceCRS, ICRS targetCRS, int order)
           
Helmert4Transform(List<Triple<Point4Values,Point4Values,PointResidual>> mappedPoints, Footprint footPrint, Scene2DValues sceneValues, ICRS targetCRS, int order)
           
Polynomial(List<Triple<Point4Values,Point4Values,PointResidual>> mappedPoints, Footprint footPrint, Scene2DValues sceneValues, ICRS sourceCRS, ICRS targetCRS, int order)
           
 

Uses of Triple in org.deegree.tools.crs.georeferencing.model.datatransformer
 

Methods in org.deegree.tools.crs.georeferencing.model.datatransformer that return types with arguments of type Triple
 Collection<Triple<Point4Values,Point4Values,PointResidual>> VectorTransformer.getMappedPoints()
           
 



Copyright © 2011. All Rights Reserved.