Uses of Interface
org.gvsig.fmap.geom.primitive.Envelope
Packages that use Envelope
Package
Description
-
Uses of Envelope in org.gvsig.fmap.geom
Methods in org.gvsig.fmap.geom that return EnvelopeModifier and TypeMethodDescriptionGeometryManager.createEnvelope(double minX, double minY, double maxX, double maxY, int subType) Creates a Envelope with a concrete subtype.GeometryManager.createEnvelope(int subType) Creates a Envelope with a concrete subtype.static EnvelopeGeometryUtils.createEnvelope(double minX, double minY, double maxX, double maxY, int subType) static EnvelopeGeometryUtils.createEnvelope(int subType) Geometry.getEnvelope()Returns the minimum bounding box for this Geometry.Methods in org.gvsig.fmap.geom with parameters of type EnvelopeModifier and TypeMethodDescriptionvoidvoidSpatialIndex.queryAsList(Envelope envelope) SpatialIndex.queryNearest(Envelope envelope) SpatialIndex.queryNearest(Envelope envelope, long limit) boolean -
Uses of Envelope in org.gvsig.fmap.geom.primitive
Methods in org.gvsig.fmap.geom.primitive that return EnvelopeModifier and TypeMethodDescriptionEnvelope.convert(org.gvsig.crs.projection.lib.CoordinateTransformation trans) Converts the envelope to other coordinate reference systemMethods in org.gvsig.fmap.geom.primitive with parameters of type EnvelopeModifier and TypeMethodDescriptionvoidAdds a envelope to the current envelope.booleanReturnstrueif the new envelope is contained in the current envelope.booleanEnvelope.intersects(Envelope envelope) Returnstrueif the new envelope intersects with the current envelope. -
Uses of Envelope in org.gvsig.fmap.geom.spi.spatialindex
Methods in org.gvsig.fmap.geom.spi.spatialindex with parameters of type EnvelopeModifier and TypeMethodDescriptionAbstractSpatialIndex.queryAsList(Envelope envelope) AbstractSpatialIndex.queryNearest(Envelope envelope)