Home
last modified time | relevance | path

Searched refs:getGeometry (Results 1 – 25 of 795) sorted by relevance

12345678910>>...32

/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/link/
H A DBasicLink.java90 if (getGeometry() == null || getGeometry().getPoints() == null) { in removePoint()
115 if (getGeometry() == null || getGeometry().getPoints() == null) { in getPoints()
133 if (getGeometry() == null || getGeometry().getPoints() == null) { in getPointCount()
136 return getGeometry().getPoints().size(); in getPointCount()
148 if (getGeometry() == null || getGeometry().getPoints() == null) { in findNearestSegment()
152 … double startX = (getSource().getParent().getGeometry().getX() + getSource().getGeometry().getX()); in findNearestSegment()
153 … double startY = (getSource().getParent().getGeometry().getY() + getSource().getGeometry().getY()); in findNearestSegment()
155 … double endX = (getTarget().getParent().getGeometry().getX() + getTarget().getGeometry().getX()); in findNearestSegment()
156 … double endY = (getTarget().getParent().getGeometry().getY() + getTarget().getGeometry().getY()); in findNearestSegment()
207 getGeometry().getPoints().add(point); in addPoint()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/
H A DGeometryEditModel.java56 if (getGeometry(0) != null) { in getEnvelope()
59 if (getGeometry(1) != null) { in getEnvelope()
69 if (getGeometry(0) != null) { in getEnvelopeAll()
72 if (getGeometry(1) != null) { in getEnvelopeAll()
121 if (getGeometry(0) != null) { in getText()
125 if (getGeometry(1) != null) { in getText()
155 public Geometry getGeometry() in getGeometry() method in GeometryEditModel
162 return testCase.getGeometry(i); in getGeometry()
191 Geometry g0 = getGeometry(0); in exchangeGeometry()
192 Geometry g1 = getGeometry(1); in exchangeGeometry()
[all …]
H A DLayer.java37 this.geomCont = new StaticGeometryContainer(layer.getGeometry()); in Layer()
47 if (geomCont.getGeometry() == null) return getName(); in getNameInfo()
49 + " " + GeometryUtil.structureSummary(geomCont.getGeometry()) in getNameInfo()
50 + " -- " + GeometryUtil.metricsSummary(geomCont.getGeometry()); in getNameInfo()
87 public Geometry getGeometry() in getGeometry() method in Layer
90 return geomCont.getGeometry(); in getGeometry()
95 return null != geomCont.getGeometry(); in hasGeometry()
H A DTestCaseEdit.java44 setGeometry(0, testable.getGeometry(0)); in TestCaseEdit()
45 setGeometry(1, testable.getGeometry(1)); in TestCaseEdit()
50 setGeometry(0, tce.getGeometry(0)); in TestCaseEdit()
51 setGeometry(1, tce.getGeometry(1)); in TestCaseEdit()
95 public Geometry getGeometry(int i) { in getGeometry() method in TestCaseEdit
97 return testable.getGeometry(i); in getGeometry()
131 testable.getGeometry(0), testable.getGeometry(1) in getGeometries()
/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNEEdge.cpp399 …if (myNBEdge.getGeometry().size() > 2 && myNBEdge.getGeometry()[0].distanceTo(myNBEdge.getGeometry in commitShapeChange()
402 ….getGeometry().size() > 2 && myNBEdge.getGeometry()[(int)myNBEdge.getGeometry().size() - 2].distan… in commitShapeChange()
444 PositionVector geom = myNBEdge.getGeometry(); in updateJunctionPosition()
571 …glTranslated(myNBEdge.getGeometry().front().x(), myNBEdge.getGeometry().front().y(), GLO_JUNCTION … in drawGL()
578 …glTranslated(myNBEdge.getGeometry().front().x(), myNBEdge.getGeometry().front().y(), GLO_JUNCTION … in drawGL()
594 …glTranslated(myNBEdge.getGeometry().back().x(), myNBEdge.getGeometry().back().y(), GLO_JUNCTION + … in drawGL()
601 …glTranslated(myNBEdge.getGeometry().back().x(), myNBEdge.getGeometry().back().y(), GLO_JUNCTION + … in drawGL()
1659 …NBEdge.isTurningDirectionAt(incoming[0]) ? incoming[1]->getGeometry() : incoming[0]->getGeometry(); in smoothShape()
1665 …NBEdge.isTurningDirectionAt(outgoing[0]) ? outgoing[1]->getGeometry() : outgoing[0]->getGeometry(); in smoothShape()
1745 PositionVector geom = myNBEdge.getGeometry(); in setShapeStartPos()
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DHuntCrossleyForce.cpp67 for (int j = 0; j < params.getGeometry().size(); ++j) { in extendAddToSystem()
71 if (getModel().hasComponent<ContactGeometry>(params.getGeometry()[j])) in extendAddToSystem()
73 params.getGeometry()[j]); in extendAddToSystem()
76 "./contactgeometryset/" + params.getGeometry()[j]); in extendAddToSystem()
332 for (int j = 0; j < params.getGeometry().size(); ++j) in getRecordLabels()
337 if (getModel().hasComponent<ContactGeometry>(params.getGeometry()[j])) in getRecordLabels()
339 params.getGeometry()[j]); in getRecordLabels()
342 "./contactgeometryset/" + params.getGeometry()[j]); in getRecordLabels()
383 for (int j = 0; j < params.getGeometry().size(); ++j) in getRecordValues()
390 params.getGeometry()[j]); in getRecordValues()
[all …]
H A DElasticFoundationForce.cpp65 for (int j = 0; j < params.getGeometry().size(); ++j) { in extendAddToSystem()
69 if (getModel().hasComponent<ContactGeometry>(params.getGeometry()[j])) in extendAddToSystem()
71 params.getGeometry()[j]); in extendAddToSystem()
74 "./contactgeometryset/" + params.getGeometry()[j]); in extendAddToSystem()
331 for (int j = 0; j < params.getGeometry().size(); ++j) in getRecordLabels()
336 if (getModel().hasComponent<ContactGeometry>(params.getGeometry()[j])) in getRecordLabels()
338 params.getGeometry()[j]); in getRecordLabels()
341 "./contactgeometryset/" + params.getGeometry()[j]); in getRecordLabels()
380 for (int j = 0; j < params.getGeometry().size(); ++j) in getRecordValues()
387 params.getGeometry()[j]); in getRecordValues()
[all …]
/dports/graphics/geos/geos-3.9.1/src/geom/prep/
H A DPreparedPolygon.cpp45 isRectangle = getGeometry().isRectangle(); in PreparedPolygon()
61 noding::SegmentStringUtil::extractSegmentStrings(&getGeometry(), segStrings); in getIntersectionFinder()
72 ptOnGeomLoc.reset(new algorithm::locate::IndexedPointInAreaLocator(getGeometry())); in getPointLocator()
89 geom::Geometry const& geom = getGeometry(); in contains()
138 geom::Geometry const& geom = getGeometry(); in intersects()
153 indexedDistance.reset(new operation::distance::IndexedFacetDistance(&getGeometry())); in getIndexedFacetDistance()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DMeasureTool.cpp217 _feature->getGeometry()->push_back( osg::Vec3d( lon, lat, 0 ) ); in handle()
223 _feature->getGeometry()->back() = osg::Vec3d( lon, lat, 0 ); in handle()
228 _feature->getGeometry()->push_back( osg::Vec3d( lon, lat, 0 ) ); in handle()
239 const GeoExtent ex( _feature->getSRS(), _feature->getGeometry()->getBounds() ); in handle()
241 Geometry* eg = _extentFeature->getGeometry(); in handle()
279 … _feature->getGeometry()->push_back( osg::Vec3d( lon, lat, 0 ) ); in handle()
284 _feature->getGeometry()->back() = osg::Vec3d( lon, lat, 0 ); in handle()
318 _feature->getGeometry()->clear(); in clear()
323 _extentFeature->getGeometry()->clear(); in clear()
357 distance = GeoMath::distance(_feature->getGeometry()->asVector()); in fireDistanceChanged()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/function/
H A DCreateFractalShapeFunctions.java30 return builder.getGeometry(); in kochSnowflake()
37 return builder.getGeometry(); in sierpinskiCarpet()
49 return builder.getGeometry(); in hilbertCurve()
61 return builder.getGeometry(); in hilbertCurveAtLevel()
73 return builder.getGeometry(); in mortonCurve()
86 return builder.getGeometry(); in mortonCurveAtLevel()
/dports/cad/libopencad/libopencad-0.2.0/tests/
H A Dreading_geometries.cpp21 geom = layer.getGeometry (i);
48 geom = layer.getGeometry (i);
76 geom = layer.getGeometry (i);
118 CADGeometry * geometry = layer.getGeometry (0); in TEST()
167 CADGeometry * geometry = layer.getGeometry (0); in TEST()
181 geometry = layer.getGeometry (1); in TEST()
195 geometry = layer.getGeometry (2); in TEST()
226 geom = layer.getGeometry (i);
260 geom = layer.getGeometry (i);
289 geom = layer.getGeometry (i);
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geom/prep/
H A DPreparedPolygon.java48 isRectangle = getGeometry().isRectangle(); in PreparedPolygon()
65 …der = new FastSegmentSetIntersectionFinder(SegmentStringUtil.extractSegmentStrings(getGeometry())); in getIntersectionFinder()
72 pia = new IndexedPointInAreaLocator(getGeometry()); in getPointLocator()
84 return RectangleIntersects.intersects((Polygon) getGeometry(), g); in intersects()
98 return RectangleContains.contains((Polygon) getGeometry(), g); in contains()
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/controller/
H A DCommandController.java40 stdin = valueWKT(getGeometry(0)); in execCommand()
43 stdin = valueWKB(getGeometry(0)); in execCommand()
103 cmd = cmd.replace(VAR_A, valueWKT(getGeometry(0))); in expandCommand()
106 cmd = cmd.replace(VAR_A_WKB, valueWKB(getGeometry(0)));; in expandCommand()
109 cmd = cmd.replace(VAR_B_WKB, valueWKB(getGeometry(1)));; in expandCommand()
112 cmd = cmd.replace(VAR_B_WKB, valueWKB(getGeometry(1)));; in expandCommand()
117 private static Geometry getGeometry(int i) { in getGeometry() method in CommandController
118 return JTSTestBuilderController.model().getCurrentCase().getGeometry(i); in getGeometry()
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/
H A DTestCaseTextDialog.java229 IOUtil.toWKBHex(test.getGeometry(0)), in rbWKB_actionPerformed()
230 IOUtil.toWKBHex(test.getGeometry(1)), in rbWKB_actionPerformed()
237 test.getGeometry(0) == null ? null : test.getGeometry(0).toString(), in rbWKT_actionPerformed()
238 test.getGeometry(1) == null ? null :test.getGeometry(1).toString(), in rbWKT_actionPerformed()
245 IOUtil.toWKT(test.getGeometry(0), true), in rbWKTFormatted_actionPerformed()
246 IOUtil.toWKT(test.getGeometry(1), true), in rbWKTFormatted_actionPerformed()
253 IOUtil.toGML(test.getGeometry(0)), in rbGML_actionPerformed()
254 IOUtil.toGML(test.getGeometry(1)), in rbGML_actionPerformed()
H A DGeometryTreeModel.java137 double area1 = ((GeometricObjectNode) o1).getGeometry().getArea(); in compare()
138 double area2 = ((GeometricObjectNode) o2).getGeometry().getArea(); in compare()
152 double area1 = ((GeometricObjectNode) o1).getGeometry().getLength(); in compare()
153 double area2 = ((GeometricObjectNode) o2).getGeometry().getLength(); in compare()
195 public abstract Geometry getGeometry(); in getGeometry() method in GeometricObjectNode
349 public Geometry getGeometry() in getGeometry() method in PolygonNode
395 public Geometry getGeometry() in getGeometry() method in LineStringNode
450 public Geometry getGeometry() in getGeometry() method in PointNode
471 public Geometry getGeometry() in getGeometry() method in GeometryCollectionNode
545 public Geometry getGeometry() in getGeometry() method in CoordinateNode
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/overlayng/
H A DOverlayNG.java459 inputGeom.getGeometry(0), in getResult()
460 inputGeom.getGeometry(1), in getResult()
468 …levationModel elevModel = ElevationModel.create(inputGeom.getGeometry(0), inputGeom.getGeometry(1)… in getResult()
472 … result = OverlayPoints.overlay(opCode, inputGeom.getGeometry(0), inputGeom.getGeometry(1), pm); in getResult()
476 …result = OverlayMixedPoints.overlay(opCode, inputGeom.getGeometry(0), inputGeom.getGeometry(1), pm… in getResult()
526 inputGeom.getGeometry(0), in nodeEdges()
527 inputGeom.getGeometry(1)); in nodeEdges()
H A DInputGeometry.java51 public Geometry getGeometry(int geomIndex) { in getGeometry() method in InputGeometry
127 if (getGeometry(geomIndex).isEmpty() in locatePointInArea()
139 ptLocatorA = new IndexedPointInAreaLocator(getGeometry(geomIndex)); in getLocator()
144 ptLocatorB = new IndexedPointInAreaLocator(getGeometry(geomIndex)); in getLocator()
/dports/graphics/geos/geos-3.9.1/src/operation/overlayng/
H A DInputGeometry.cpp46 InputGeometry::getGeometry(int geomIndex) const in getGeometry() function in geos::operation::overlayng::InputGeometry
141 if (isCollapsed[geomIndex] || getGeometry(geomIndex)->isEmpty()) in locatePointInArea()
156 ptLocatorA.reset(new IndexedPointInAreaLocator(*getGeometry(geomIndex))); in getLocator()
161 ptLocatorB.reset(new IndexedPointInAreaLocator(*getGeometry(geomIndex))); in getLocator()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/utils/
H A DXcosRouteUtils.java99 mxGeometry sourceGeo = source.getGeometry(); in getLinkPoints()
121 if (link.getGeometry().getPoints() != null) { in getLinkPoints()
122 list.addAll(link.getGeometry().getPoints()); in getLinkPoints()
127 mxGeometry targetGeo = target.getGeometry(); in getLinkPoints()
203 mxGeometry geo = c.getGeometry(); in checkObstacle()
241 mxGeometry g = block.getGeometry(); in checkPointInBlocks()
244 if (child.getGeometry() == null) { in checkPointInBlocks()
247 … mxGeometry childGeo = new mxGeometry(child.getGeometry().getX(), child.getGeometry().getY(), in checkPointInBlocks()
248 child.getGeometry().getWidth(), child.getGeometry().getHeight()); in checkPointInBlocks()
354 if (link.getGeometry().getPoints() == null || link.getGeometry().getPoints().size() == 0) { in checkLinesCoincide()
[all …]
/dports/graphics/geos/geos-3.9.1/src/operation/relate/
H A DRelateComputer.cpp75 const Envelope* e1 = (*arg)[0]->getGeometry()->getEnvelopeInternal(); in computeIM()
76 const Envelope* e2 = (*arg)[1]->getGeometry()->getEnvelopeInternal(); in computeIM()
247 int dimA = (*arg)[0]->getGeometry()->getDimension(); in computeProperIntersectionIM()
248 int dimB = (*arg)[1]->getGeometry()->getDimension(); in computeProperIntersectionIM()
385 const Geometry* ga = (*arg)[0]->getGeometry(); in computeDisjointIM()
390 const Geometry* gb = (*arg)[1]->getGeometry(); in computeDisjointIM()
439 labelIsolatedEdge(e, targetIndex, (*arg)[targetIndex]->getGeometry()); in labelIsolatedEdges()
488 (*arg)[targetIndex]->getGeometry()); in labelIsolatedNode()
/dports/math/polymake/polymake-4.5/bundled/javaview/java/src/de/tuberlin/polymake/common/javaview/
H A DViewer.java71 disp.addGeometry(((Geometry) i_geom.getGeometry(i)) in Viewer()
72 .getGeometry()); in Viewer()
74 disp.selectGeometry(((Geometry) i_geom.getGeometry(0)) in Viewer()
75 .getGeometry()); in Viewer()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/validator/constraints/
H A DSpatialConsistencyConstraints.cpp883 Geometry* geom = mplug->getGeometry(); in START_CONSTRAINT()
917 Geometry* geom = mplug->getGeometry(); in START_CONSTRAINT()
1043 const Geometry* geom = plug->getGeometry(); in START_CONSTRAINT()
1393 Geometry* geom = mplug->getGeometry(); in START_CONSTRAINT()
1434 Geometry* geom = mplug->getGeometry(); in START_CONSTRAINT()
2550 Geometry* geom = mplug->getGeometry(); in START_CONSTRAINT()
2571 Geometry* geom = mplug->getGeometry(); in START_CONSTRAINT()
2592 Geometry* geom = mplug->getGeometry(); in START_CONSTRAINT()
2613 Geometry* geom = mplug->getGeometry(); in START_CONSTRAINT()
2634 Geometry* geom = mplug->getGeometry(); in START_CONSTRAINT()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/io/
H A DJavaTestWriter.java65 String a = testable.getGeometry(0) == null ? null : writer.write(testable.getGeometry(0)); in write()
66 String b = testable.getGeometry(1) == null ? null : writer.write(testable.getGeometry(1)); in write()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthAnnotation/
H A DFeatureEditing.cpp72 feature->getGeometry()->push_back( featurePoint.vec3d() ); in mrecord_free()
129 (*feature->getGeometry())[_point] = osg::Vec3d(position.x(), position.y(), 0);
205 for (unsigned int i = 0; i < feature->getGeometry()->size(); i++)
211 …>setPosition(GeoPoint(feature->getSRS(), (*feature->getGeometry())[i].x(), (*feature->getGeometr… in mrecord_init_web()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/relate/
H A DRelateComputer.java83 if (! arg[0].getGeometry().getEnvelopeInternal().intersects( in computeIM()
84 arg[1].getGeometry().getEnvelopeInternal()) ) { in computeIM()
160 int dimA = arg[0].getGeometry().getDimension(); in computeProperIntersectionIM()
161 int dimB = arg[1].getGeometry().getDimension(); in computeProperIntersectionIM()
279 Geometry ga = arg[0].getGeometry(); in computeDisjointIM()
284 Geometry gb = arg[1].getGeometry(); in computeDisjointIM()
367 labelIsolatedEdge(e, targetIndex, arg[targetIndex].getGeometry()); in labelIsolatedEdges()
423 int loc = ptLocator.locate(n.getCoordinate(), arg[targetIndex].getGeometry()); in labelIsolatedNode()

12345678910>>...32