Uses of Class
org.meteoinfo.global.PointD
-
Packages that use PointD Package Description org.meteoinfo.drawing org.meteoinfo.geoprocess org.meteoinfo.global org.meteoinfo.layer org.meteoinfo.map org.meteoinfo.projection org.meteoinfo.shape -
-
Uses of PointD in org.meteoinfo.drawing
Methods in org.meteoinfo.drawing with parameters of type PointD Modifier and Type Method Description static StationModelShapeDraw. calStationModel(float windDir, float windSpeed, double value, float size, PointD sPoint, int weather, int temp, int dewPoint, int pressure, int cloudCover)Create station model shapestatic WindBarbDraw. calWindBarb(float windDir, float windSpeed, double value, float size, PointD sPoint)Create wind barb from wind direction/speed -
Uses of PointD in org.meteoinfo.geoprocess
Fields in org.meteoinfo.geoprocess declared as PointD Modifier and Type Field Description PointDBorderPoint. PointMethods in org.meteoinfo.geoprocess that return PointD Modifier and Type Method Description static PointD[]Spline. cardinalSpline(PointD[] points, int samplesInSegment)'基数样条'内插法。 points为通过点,samplesInSegment为两个样本点之间的内插数量。static PointDGeometryUtil. getEllipseXY(double x0, double y0, double a, double b, double angle)Get ellipse coordinateMethods in org.meteoinfo.geoprocess that return types with arguments of type PointD Modifier and Type Method Description static java.util.List<PointD>GeometryUtil. getEllipseCoordinates(double x0, double y0, double a, double b)Get ellipse coordinatesstatic java.util.List<PointD>GeometryUtil. getEllipseCoordinates(double x0, double y0, double a, double b, double deltaAngle)Get ellipse coordinatesMethods in org.meteoinfo.geoprocess with parameters of type PointD Modifier and Type Method Description static PointD[]Spline. cardinalSpline(PointD[] points, int samplesInSegment)'基数样条'内插法。 points为通过点,samplesInSegment为两个样本点之间的内插数量。static doubleGeoComputation. crossProduct(PointD p1, PointD p2, PointD p3)Finds the cross product of the 2 vectors created by the 3 vertices.static doubleGeoComputation. dis_PointToLine(PointD point, PointD pt1, PointD pt2)Calculate the distance between point and a line segmentstatic doubleGeoComputation. distance(PointD pt1, PointD pt2)Get distance between two pointsstatic booleanGeoComputation. isClockwise(PointD[] points)Determine if a point array is clockwisebooleanClipLine. isInside(PointD aPoint)Determine if a point is insidestatic booleanGeoComputation. pointInPolygon(java.util.List<? extends PointD> poly, PointD aPoint)Determine if a point is in a polygonstatic booleanGeoComputation. pointInPolygon(Polygon aPolygon, PointD aPoint)Determine if a point is in a polygonstatic booleanGeoComputation. pointInPolygon(PolygonShape aPolygon, PointD aPoint)Determine if a point is in a polygonstatic booleanGeoComputation. pointInPolygonLayer(VectorLayer aLayer, PointD aPoint, boolean onlySel)Determine if a point loacted in a polygon layerstatic booleanGeoComputation. pointInPolygons(java.util.List<PolygonShape> polygons, PointD aPoint)Determine if a point located in polygonsstatic doubleGeoComputation. pointProduct(PointD p1, PointD p2, PointD p3)Finds the point product of the 2 vectors created by the 3 vertices.static java.lang.ObjectGeoComputation. selectPolyline(PointD sp, java.util.List<PointD> points, double buffer)Select polyline shape by a pointstatic java.lang.ObjectGeoComputation. selectPolylineShape(PointD sp, PolylineShape aPLS, double buffer)Select polyline shape by a pointMethod parameters in org.meteoinfo.geoprocess with type arguments of type PointD Modifier and Type Method Description static doubleGeoComputation. calArea(java.util.List<PointD> points)Get polygon area on earth surfacestatic doubleGeoComputation. getArea(java.util.List<? extends PointD> points)Get polygon area on earth surfacestatic doubleGeoComputation. getArea(java.util.List<? extends PointD> points, boolean isLonLat)Get polygon area on earth surfacestatic doubleGeoComputation. getDistance(java.util.List<? extends PointD> points, boolean isLonLat)Get distancestatic booleanGeoComputation. isClockwise(java.util.List<? extends PointD> pointList)Determine if a point array is clockwisestatic booleanGeoComputation. pointInPolygon(java.util.List<? extends PointD> poly, PointD aPoint)Determine if a point is in a polygonstatic java.lang.ObjectGeoComputation. selectPolyline(PointD sp, java.util.List<PointD> points, double buffer)Select polyline shape by a pointstatic doubleGeoComputation. sphericalPolygonArea(java.util.List<? extends PointD> points)Compute the Area of a Spherical Polygonstatic doubleGeoComputation. sphericalPolygonArea(java.util.List<? extends PointD> points, double r)Compute the Area of a Spherical Polygon -
Uses of PointD in org.meteoinfo.global
Methods in org.meteoinfo.global that return PointD Modifier and Type Method Description PointDExtent. getCenterPoint()Get center pointMethods in org.meteoinfo.global with parameters of type PointD Modifier and Type Method Description static voidMIMath. arrayReverse(PointD[] points)Array reversebooleanPointD. equals(PointD p)Equals of two pointDsstatic booleanMIMath. pointInExtent(PointD aP, Extent aET)Determine if a point is in an Extentstatic booleanMIMath. pointInRectangle(PointD aP, java.awt.Rectangle aRect)Determine if a point is in a rectangelMethod parameters in org.meteoinfo.global with type arguments of type PointD Modifier and Type Method Description static ExtentMIMath. getPointsExtent(java.util.List<? extends PointD> PList)Get extent from point list -
Uses of PointD in org.meteoinfo.layer
Methods in org.meteoinfo.layer with parameters of type PointD Modifier and Type Method Description java.lang.Object[]VectorLayer. selectPolygonHole(PointD p)Get polygon hole index by pointShapeVectorLayer. selectShape(PointD p)Select a shape by point -
Uses of PointD in org.meteoinfo.map
Methods in org.meteoinfo.map that return PointD Modifier and Type Method Description PointDMapView. getGeoCenter()Get geographic center with longitude/latitudePointDGridLabel. getLabPoint()Get label pointPointDMapView. getViewCenter()Get view center pointMethods in org.meteoinfo.map with parameters of type PointD Modifier and Type Method Description voidGridLabel. setLabPoint(PointD p)Set label pointvoidFrmVerticeEdit. setPoint(PointD point)Set pointvoidMapView. setViewCenter(PointD center)Set view center pointConstructor parameters in org.meteoinfo.map with type arguments of type PointD Constructor Description AddRingEdit(MapView mapView, PolygonShape shape, java.util.List<PointD> points, int polygonIdx, int holeIdx)RemoveRingEdit(MapView mapView, PolygonShape shape, java.util.List<PointD> hole, int polygonIdx, int holeIdx) -
Uses of PointD in org.meteoinfo.projection
Methods in org.meteoinfo.projection that return PointD Modifier and Type Method Description static PointDReproject. reprojectPoint(PointD point, ProjectionInfo source, ProjectionInfo dest)Reproject a pointMethods in org.meteoinfo.projection with parameters of type PointD Modifier and Type Method Description static PointDReproject. reprojectPoint(PointD point, ProjectionInfo source, ProjectionInfo dest)Reproject a point -
Uses of PointD in org.meteoinfo.shape
Subclasses of PointD in org.meteoinfo.shape Modifier and Type Class Description classPointMclassPointZFields in org.meteoinfo.shape declared as PointD Modifier and Type Field Description PointDLine. P1PointDLine. P2protected PointDPointShape. pointPointDCloudCoverage. sPointStart pointFields in org.meteoinfo.shape with type parameters of type PointD Modifier and Type Field Description protected java.util.List<? extends PointD>PolygonShape. _pointsMethods in org.meteoinfo.shape that return PointD Modifier and Type Method Description PointDCircleShape. getCenter()Get circle center pointPointDPointShape. getPoint()Get pointPointDChartGraphic. getStartPosition()Get start positionPointDPointM. toPointD()Convert to PointDPointDPointZ. toPointD()Convert to PointDMethods in org.meteoinfo.shape that return types with arguments of type PointD Modifier and Type Method Description java.util.List<? extends PointD>Polygon. getHoleLine(int idx)Get a hole linejava.util.List<java.util.List<? extends PointD>>Polygon. getHoleLines()Get hole linesjava.util.List<java.util.List<? extends PointD>>Polygon. getHoleLines_bak()Get hole linesjava.util.List<? extends PointD>Polygon. getOutLine()Get outLinejava.util.List<? extends PointD>Polyline. getPointList()Get point listjava.util.List<PointD>PointShape. getPoints()Get pointsjava.util.List<? extends PointD>PolygonShape. getPoints()Get pointsjava.util.List<? extends PointD>PolylineShape. getPoints()Get pointsjava.util.List<? extends PointD>Shape. getPoints()Get pointsjava.util.List<java.util.List<? extends PointD>>Polygon. getRings()Get ringsMethods in org.meteoinfo.shape with parameters of type PointD Modifier and Type Method Description voidPolygonShape. addVertice(int vIdx, PointD vertice)Add a verticevoidPolylineShape. addVertice(int vIdx, PointD vertice)Add a verticevoidShape. addVertice(int vIdx, PointD vertice)Add a verticebooleanCircleShape. contains(PointD p)If this shape contains a pointvoidPointShape. setPoint(PointD aPoint)Set pointvoidPointZShape. setPoint(PointD aPoint)Set pointvoidChartGraphic. setStartPosition(PointD value)Set start postionvoidGraphic. verticeAddUpdate(int vIdx, PointD point)Vertice edited updateMethod parameters in org.meteoinfo.shape with type arguments of type PointD Modifier and Type Method Description voidPolygon. addHole(java.util.List<? extends PointD> points)Add a hole lineintPolygonShape. addHole(java.util.List<? extends PointD> points)Add a hole lineintPolygonShape. addHole(java.util.List<? extends PointD> points, int polygonIdx)Add a hole linevoidPolygon. setHoleLine(int idx, java.util.List<? extends PointD> holeLine)Set a hole linevoidPolygon. setHoleLines(java.util.List<java.util.List<? extends PointD>> holeLines)Set hole linesvoidPolygon. setOutLine(java.util.List<? extends PointD> outLine)Set outLine point listvoidPolyline. setPointList(java.util.List<? extends PointD> points)Set point listvoidPointShape. setPoints(java.util.List<? extends PointD> points)Set pointsvoidPolygonShape. setPoints(java.util.List<? extends PointD> points)Set pointsvoidPolylineShape. setPoints(java.util.List<? extends PointD> points)Set pointsvoidShape. setPoints(java.util.List<? extends PointD> points)Set points
-