|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Pair in org.deegree.commons.index |
---|
Method parameters in org.deegree.commons.index with type arguments of type Pair | |
---|---|
abstract void |
SpatialIndex.insertBulk(java.util.List<Pair<float[],T>> listOfObjects)
Create the spatial index from the given list of envelope, objects tuples. |
void |
QTree.insertBulk(java.util.List<Pair<float[],T>> listOfObjects)
|
void |
RTree.insertBulk(java.util.List<Pair<float[],T>> listOfObjects)
Builds the index from the given objects with their envelope. |
Uses of Pair in org.deegree.commons.tom.primitive |
---|
Methods in org.deegree.commons.tom.primitive that return Pair | |
---|---|
static Pair<java.lang.Object,java.lang.Object> |
PrimitiveValue.makeComparable(java.lang.Object value1,
java.lang.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
|
CollectionUtils.unzip(java.util.Map<T,U> map)
|
|
static
|
CollectionUtils.unzipPair(java.util.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
|
CollectionUtils.unzipPair(java.util.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.xml.schema |
---|
Method parameters in org.deegree.commons.xml.schema with type arguments of type Pair | |
---|---|
static void |
SchemaUtils.writeWrapperDoc(javax.xml.stream.XMLStreamWriter writer,
java.lang.String targetNamespace,
java.util.List<Pair<java.lang.String,java.lang.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<java.nio.ByteBuffer,RasterRect> |
PixelInterleavedRasterData.getDataRect()
|
Uses of Pair in org.deegree.cs.configuration.gml |
---|
Methods in org.deegree.cs.configuration.gml that return Pair | |
---|---|
protected Pair<CRSIdentifiable,java.lang.Object> |
GMLCRSProvider.parseParameterValue(org.apache.axiom.om.OMElement rootElement)
|
Methods in org.deegree.cs.configuration.gml that return types with arguments of type Pair | |
---|---|
protected java.util.List<Pair<CRSIdentifiable,java.lang.Object>> |
GMLCRSProvider.parseParameterValues(org.apache.axiom.om.OMElement rootElement)
|
Method parameters in org.deegree.cs.configuration.gml with type arguments of type Pair | |
---|---|
protected Helmert |
GMLCRSProvider.createHelmert(CRSIdentifiable id,
java.util.List<Pair<CRSIdentifiable,java.lang.Object>> parameterValues,
CoordinateSystem source,
CoordinateSystem target)
Creates a Helmert transformation from the given parameter list. |
protected NTv2Transformation |
GMLCRSProvider.createNTv2(CRSIdentifiable id,
java.util.List<Pair<CRSIdentifiable,java.lang.Object>> parameterValues,
CoordinateSystem source,
CoordinateSystem 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(java.util.List<Pair<java.lang.Integer,java.lang.Long>> available,
Filter filter,
SortProperty[] sort)
|
Pair<java.util.ArrayList<Pair<float[],java.lang.Long>>,java.lang.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 | |
---|---|
java.util.LinkedList<Pair<java.lang.Integer,Geometry>> |
SHPReader.query(Envelope bbox,
boolean withGeometry,
boolean exact)
|
java.util.List<Pair<java.lang.Integer,java.lang.Long>> |
SHPReader.query(Envelope bbox,
java.util.HashSet<java.lang.Integer> ids)
|
Pair<java.util.ArrayList<Pair<float[],java.lang.Long>>,java.lang.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(java.util.List<Pair<java.lang.Integer,java.lang.Long>> available,
Filter filter,
SortProperty[] sort)
|
Constructors in org.deegree.feature.persistence.shape with parameters of type Pair | |
---|---|
DBFIndex(DBFReader dbf,
java.io.File file,
Pair<java.util.ArrayList<Pair<float[],java.lang.Long>>,java.lang.Boolean> envelopes)
|
Constructor parameters in org.deegree.feature.persistence.shape with type arguments of type Pair | |
---|---|
DBFIndex(DBFReader dbf,
java.io.File file,
Pair<java.util.ArrayList<Pair<float[],java.lang.Long>>,java.lang.Boolean> envelopes)
|
Uses of Pair in org.deegree.feature.persistence.simplesql |
---|
Constructor parameters in org.deegree.feature.persistence.simplesql with type arguments of type Pair | |
---|---|
SimpleSQLFeatureStore(java.lang.String connId,
java.lang.String crs,
java.lang.String sql,
java.lang.String ftLocalName,
java.lang.String ftNamespace,
java.lang.String ftPrefix,
java.lang.String bbox,
java.util.List<Pair<java.lang.Integer,java.lang.String>> lods)
|
Uses of Pair in org.deegree.filter.comparison |
---|
Methods in org.deegree.filter.comparison that return Pair | |
---|---|
protected Pair<PrimitiveValue,PrimitiveValue> |
ComparisonOperator.getPrimitives(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.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,java.util.List<Property>> |
StandardGMLFeatureProps.create(java.util.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.gml.geometry.refs |
---|
Methods in org.deegree.gml.geometry.refs that return Pair | |
---|---|
Pair<Point,Point> |
CurveReference.getBoundary()
|
Uses of Pair in org.deegree.protocol.ows.metadata |
---|
Methods in org.deegree.protocol.ows.metadata that return types with arguments of type Pair | |
---|---|
java.util.List<Pair<java.net.URL,java.util.List<Domain>>> |
DCP.getGetURLs()
|
java.util.List<Pair<java.util.List<LanguageString>,CodeType>> |
Description.getKeywords()
|
java.util.List<Pair<java.net.URL,java.net.URL>> |
Operation.getMetadata()
|
java.util.List<Pair<java.net.URL,java.net.URL>> |
Domain.getMetadata()
|
java.util.List<Pair<java.net.URL,java.util.List<Domain>>> |
DCP.getPostURLs()
|
Uses of Pair in org.deegree.protocol.sos.getobservation |
---|
Methods in org.deegree.protocol.sos.getobservation that return Pair | |
---|---|
Pair<java.util.List<java.lang.String>,SpatialFilter> |
GetObservation.getFeatureOfInterest()
|
Uses of Pair in org.deegree.protocol.wms.client |
---|
Methods in org.deegree.protocol.wms.client that return Pair | |
---|---|
Pair<java.awt.image.BufferedImage,java.lang.String> |
WMSClient111.getMap(java.util.List<java.lang.String> layers,
int width,
int height,
Envelope bbox,
CRS srs,
java.lang.String format,
boolean transparent,
boolean errorsInImage,
int timeout,
boolean validate,
java.util.List<java.lang.String> validationErrors)
|
Pair<SimpleRaster,java.lang.String> |
WMSClient111.getMapAsSimpleRaster(java.util.List<java.lang.String> layers,
int width,
int height,
Envelope bbox,
CRS srs,
java.lang.String format,
boolean transparent,
boolean errorsInImage,
int timeout,
boolean validate,
java.util.List<java.lang.String> validationErrors)
|
Uses of Pair in org.deegree.protocol.wms.raster |
---|
Methods in org.deegree.protocol.wms.raster that return Pair | |
---|---|
Pair<FeatureCollection,java.util.LinkedList<java.lang.String>> |
WMSRaster.getFeatures(GetFeatureInfo fi,
Style style)
Do a GetFeature info request on the underlying WMS client. |
Uses of Pair in org.deegree.protocol.wpvs.client |
---|
Methods in org.deegree.protocol.wpvs.client that return Pair | |
---|---|
Pair<java.awt.image.BufferedImage,java.lang.String> |
WPVSClient.getView(java.net.URL url)
|
Uses of Pair in org.deegree.rendering.r2d.se.parser |
---|
Methods in org.deegree.rendering.r2d.se.parser that return Pair | ||
---|---|---|
|
SymbologyParser.updateOrContinue(javax.xml.stream.XMLStreamReader in,
java.lang.String name,
T obj,
Continuation.Updater<T> updater,
Continuation<T> contn)
|
Uses of Pair in org.deegree.rendering.r2d.se.unevaluated |
---|
Methods in org.deegree.rendering.r2d.se.unevaluated that return Pair | |
---|---|
Pair<T,java.util.LinkedList<Geometry>> |
Symbolizer.evaluate(Feature f,
XPathEvaluator<Feature> evaluator)
|
Methods in org.deegree.rendering.r2d.se.unevaluated that return types with arguments of type Pair | |
---|---|
java.util.LinkedList<Pair<Continuation<java.util.LinkedList<Symbolizer<?>>>,DoublePair>> |
Style.getRules()
|
Constructor parameters in org.deegree.rendering.r2d.se.unevaluated with type arguments of type Pair | |
---|---|
Style(java.util.Collection<Pair<Continuation<java.util.LinkedList<Symbolizer<?>>>,DoublePair>> rules,
java.util.Map<Symbolizer<TextStyling>,Continuation<java.lang.StringBuffer>> labels,
java.util.Map<Symbolizer<TextStyling>,java.lang.String> xmlTexts,
java.lang.String name,
javax.xml.namespace.QName featureTypeName)
|
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(java.util.List<Pair<java.lang.Double,java.lang.Double>> levels)
Create a new level |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |