嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
MeteoInfolib类库的C#版本
.
├── MeteoInfoLib_CSharp-master
│ ├── MeteoInfoDLL
│ │ ├── Analysis
│ │ │ ├── BaseStatistics.cs
│ │ │ └── Clustering.cs
│ │ ├── Data
│ │ │ ├── Bytes2Number.cs
│ │ │ ├── DataMath.cs
│ │ │ ├── GridData.cs
│ │ │ ├── MapData
│ │ │ │ ├── AttributeTable.cs
│ │ │ │ ├── AttributeTableOld.cs
│ │ │ │ ├── Field.cs
│ │ │ │ ├── FieldDataTypes.cs
│ │ │ │ ├── MapDataManage.cs
│ │ │ │ ├── NumberConverter.cs
│ │ │ │ ├── NumberException.cs
│ │ │ │ ├── ShapeFile.cs
│ │ │ │ ├── ShapeFileManage.cs
│ │ │ │ ├── ShapeFileType.cs
│ │ │ │ ├── Shape_Point.cs
│ │ │ │ ├── Shape_Polygon.cs
│ │ │ │ ├── Shape_Polyline.cs
│ │ │ │ ├── frmAddField.Designer.cs
│ │ │ │ ├── frmAddField.cs
│ │ │ │ ├── frmAddField.resx
│ │ │ │ ├── frmAddField.zh-CHS.resx
│ │ │ │ ├── frmAttriData.Designer.cs
│ │ │ │ ├── frmAttriData.cs
│ │ │ │ ├── frmAttriData.resx
│ │ │ │ ├── frmAttriData.zh-CHS.resx
│ │ │ │ ├── frmInputBox.Designer.cs
│ │ │ │ ├── frmInputBox.cs
│ │ │ │ ├── frmInputBox.resx
│ │ │ │ └── frmInputBox.zh-CHS.resx
│ │ │ ├── MeteoData
│ │ │ │ ├── ARLData
│ │ │ │ │ ├── ARLDataInfo.cs
│ │ │ │ │ ├── ARLMeteoData.cs
│ │ │ │ │ ├── ARLVAR.cs
│ │ │ │ │ ├── DataHead.cs
│ │ │ │ │ └── DataLabel.cs
│ │ │ │ ├── ASCIIData
│ │ │ │ │ ├── ASCIIGRIDDataInfo.cs
│ │ │ │ │ ├── ISHDataInfo.cs
│ │ │ │ │ ├── LonLatStationDataInfo.cs
│ │ │ │ │ └── SurferGridDataInfo.cs
│ │ │ │ ├── AWXData
│ │ │ │ │ └── AWXDataInfo.cs
│ │ │ │ ├── DataInfo.cs
│ │ │ │ ├── Dimension.cs
│ │ │ │ ├── DimensionType.cs
│ │ │ │ ├── DrawMeteoData.cs
│ │ │ │ ├── GRIB
│ │ │ │ │ ├── GRIB1
│ │ │ │ │ │ ├── GRIB1BinaryDataSection.cs
│ │ │ │ │ │ ├── GRIB1BitMapSection.cs
│ │ │ │ │ │ ├── GRIB1DataInfo.cs
│ │ │ │ │ │ ├── GRIB1GridDefineSection.cs
│ │ │ │ │ │ ├── GRIB1IndicatorSection.cs
│ │ │ │ │ │ ├── GRIB1Message.cs
│ │ │ │ │ │ ├── GRIB1MessageIndex.cs
│ │ │ │ │ │ ├── GRIB1ProductDefineSection.cs
│ │ │ │ │ │ └── GRIB1Tables.cs
│ │ │ │ │ ├── GRIB2
│ │ │ │ │ │ ├── Category.cs
│ │ │ │ │ │ ├── Discipline.cs
│ │ │ │ │ │ ├── GRIB2BitMapSection.cs
│ │ │ │ │ │ ├── GRIB2DataInfo.cs
│ │ │ │ │ │ ├── GRIB2DataRepresentationSection.cs
│ │ │ │ │ │ ├── GRIB2DataSection.cs
│ │ │ │ │ │ ├── GRIB2GridDefinitionSection.cs
│ │ │ │ │ │ ├── GRIB2IdentificationSection.cs
│ │ │ │ │ │ ├── GRIB2IndicatorSection.cs
│ │ │ │ │ │ ├── GRIB2JpegDecoder.cs
│ │ │ │ │ │ ├── GRIB2LocalUseSection.cs
│ │ │ │ │ │ ├── GRIB2Message.cs
│ │ │ │ │ │ ├── GRIB2MessageIndex.cs
│ │ │ │ │ │ ├── GRIB2ParameterTable.cs
│ │ │ │ │ │ ├── GRIB2ProductDefinitionSection.cs
│ │ │ │ │ │ ├── GRIB2Tables.cs
│ │ │ │ │ │ └── grib2Parameters.xml
│ │ │ │ │ ├── GRIBData.cs
│ │ │ │ │ ├── GRIBParameterTable.cs
│ │ │ │ │ └── Parameter.cs
│ │ │ │ ├── GeoTiff
│ │ │ │ │ ├── FieldType.cs
│ │ │ │ │ ├── GeoHeader.cs
│ │ │ │ │ ├── GeoTiffDataInfo.cs
│ │ │ │ │ ├── IDFEntry.cs
│ │ │ │ │ ├── KeyEntry.cs
│ │ │ │ │ └── Tag.cs
│ │ │ │ ├── GrADSData
│ │ │ │ │ ├── GrADSDataInfo.cs
│ │ │ │ │ ├── Options.cs
│ │ │ │ │ ├── PDEFS.cs
│ │ │ │ │ ├── PDEF_LCC.cs
│ │ │ │ │ ├── STData.cs
│ │ │ │ │ ├── STDataHead.cs
│ │ │ │ │ ├── STLevData.cs
│ │ │ │ │ ├── TDEFS.cs
│ │ │ │ │ ├── VAR.cs
│ │ │ │ │ ├── VARDEFS.cs
│ │ │ │ │ ├── XDEFS.cs
│ │ │ │ │ ├── YDEFS.cs
│ │ │ │ │ └── ZDEFS.cs
│ │ │ │ ├── HDF
│ │ │ │ │ ├── HDF5DataInfo.cs
│ │ │ │ │ ├── MetaGroup.cs
│ │ │ │ │ └── MetaObject.cs
│ │ │ │ ├── HRIT
│ │ │ │ │ └── HRITDataInfo.cs
│ │ │ │ ├── HYSPLITData
│ │ │ │ │ ├── HYSPLITConcDataInfo.cs
│ │ │ │ │ ├── HYSPLITData.cs
│ │ │ │ │ ├── HYSPLITParticleInfo.cs
│ │ │ │ │ ├── HYSPLITTrajectoryInfo.cs
│ │ │ │ │ └── TrajectoryInfo.cs
│ │ │ │ ├── IGridDataInfo.cs
│ │ │ │ ├── IStationDataInfo.cs
│ │ │ │ ├── ITrajDataInfo.cs
│ │ │ │ ├── METAR
│ │ │ │ │ └── METARDataInfo.cs
│ │ │ │ ├── MICAPS
│ │ │ │ │ ├── MICAPS11DataInfo.cs
│ │ │ │ │ ├── MICAPS13DataInfo.cs
│ │ │ │ │ ├── MICAPS1DataInfo.cs
│ │ │ │ │ ├── MICAPS2DataInfo.cs
│ │ │ │ │ ├── MICAPS3DataInfo.cs
│ │ │ │ │ ├── MICAPS4DataInfo.cs
│ │ │ │ │ ├── MICAPS5DataInfo.cs
│ │ │ │ │ ├── MICAPS7DataInfo.cs
│ │ │ │ │ ├── MICAPSData.cs
│ │ │ │ │ └── MICAPSDataInfo.cs
│ │ │ │ ├── MathParser
│ │ │ │ │ ├── ExpressionBase.cs
│ │ │ │ │ ├── FunctionExpression.cs
│ │ │ │ │ ├── IExpression.cs
│ │ │ │ │ ├── MathEvaluate.cs
│ │ │ │ │ ├── MathOperators.cs
│ │ │ │ │ ├── MathParser.cs
│ │ │ │ │ ├── NumberExpression.cs
│ │ │ │ │ ├── OperatorExpression.cs
│ │ │ │ │ ├── ParseException.cs
│ │ │ │ │ └── ValueType.cs
│ │ │ │ ├── MeteoDataInfo.cs
│ │ │ │ ├── NetCDFData
│ │ │ │ │ ├── AttStruct.cs
│ │ │ │ │ ├── Conventions.cs
│ │ │ │ │ ├── DimStruct.cs
│ │ │ │ │ ├── NetCDF4.cs
│ │ │ │ │ ├── NetCDFData.cs
│ │ │ │ │ ├── NetCDFDataInfo.cs
│ │ │ │ │ ├── TimeUnit.cs
│ │ │ │ │ └── VarStruct.cs
│ │ │ │ ├── SYNOP
│ │ │ │ │ └── SYNOPDataInfo.cs
│ │ │ │ ├── Setting
│ │ │ │ │ ├── DrawType2D.cs
│ │ │ │ │ ├── GridDataSetting.cs
│ │ │ │ │ ├── InterpolationMethods.cs
│ │ │ │ │ ├── InterpolationSetting.cs
│ │ │ │ │ ├── MeteoDataDrawSet.cs
│ │ │ │ │ ├── MeteoDataType.cs
│ │ │ │ │ ├── MeteoUVSet.cs
│ │ │ │ │ └── PlotDimension.cs
│ │ │ │ └── Variable.cs
│ │ │ ├── StationData.cs
│ │ │ ├── StationInfoData.cs
│ │ │ ├── StationModel.cs
│ │ │ └── StationModelData.cs
│ │ ├── Drawing
│ │ │ ├── ContourDraw.cs
│ │ │ ├── Draw.cs
│ │ │ ├── MarkerType.cs
│ │ │ └── PointStyle.cs
│ │ ├── Geoprocess
│ │ │ ├── BorderPoint.cs
│ │ │ ├── ClipLine.cs
│ │ │ ├── GeoComputation.cs
│ │ │ ├── SpatialQueryTypes.cs
│ │ │ └── Spline.cs
│ │ ├── Global
│ │ │ ├── ASCIItoBin.cs
│ │ │ ├── ColorUtils.cs
│ │ │ ├── Colors
│ │ │ │ ├── AdobeColors.cs
│ │ │ │ ├── ctrl2DColorBox.cs
│ │ │ │ ├── ctrl2DColorBox.resx
│ │ │ │ ├── ctrlVerticalColorSlider.cs
│ │ │ │ ├── ctrlVerticalColorSlider.resx
│ │ │ │ ├── frmColorPicker.cs
│ │ │ │ └── frmColorPicker.resx
│ │ │ ├── CustomProperty.cs
│ │ │ ├── DataConvert.cs
│ │ │ ├── Direction.cs
│ │ │ ├── Extent.cs
│ │ │ ├── GlobalUtil.cs
│ │ │ ├── Images
│ │ │ │ └── ImageUtil.cs
│ │ │ ├── MIMath.cs
│ │ │ ├── OctreeQuantizer.cs
│ │ │ ├── PaletteQuantizer.cs
│ │ │ ├── PointD.cs
│ │ │ ├── Quantizer.cs
│ │ │ ├── Template.cs
│ │ │ ├── ToolStripSplitButtonCheckable.cs
│ │ │ ├── frmMeasurement.Designer.cs
│ │ │ ├── frmMeasurement.cs
│ │ │ ├── frmMeasurement.resx
│ │ │ ├── frmMeasurement.zh-CHS.resx
│ │ │ ├── frmProperty.Designer.cs
│ │ │ ├── frmProperty.cs
│ │ │ └── frmProperty.resx
│ │ ├── LICENSE
│ │ ├── Layer
│ │ │ ├── ChartSet.cs
│ │ │ ├── ImageLayer.cs
│ │ │ ├── ImageLayerSet.cs
│ │ │ ├── LabelSet.cs
│ │ │ ├── LayerCollection.cs
│ │ │ ├── LayerDrawType.cs
│ │ │ ├── LayerTypes.cs
│ │ │ ├── MapLayer.cs
│ │ │ ├── RasterLayer.cs
│ │ │ ├── RasterLayerSet.cs
│ │ │ ├── VectorLayer.cs
│ │ │ ├── VectorLayerSet.cs
│ │ │ ├── VisibleScale.cs
│ │ │ ├── WorldFilePara.cs
│ │ │ ├── frmLabelSet.Designer.cs
│ │ │ ├── frmLabelSet.cs
│ │ │ ├── frmLabelSet.resx
│ │ │ ├── frmLabelSet.zh-CHS.resx
│ │ │ ├── frmLayerProperty.Designer.cs
│ │ │ ├── frmLayerProperty.cs
│ │ │ └── frmLayerProperty.resx
│ │ ├── Layout
│ │ │ ├── GridLine.cs
│ │ │ ├── LayoutElement.cs
│ │ │ ├── LayoutEnums.cs
│ │ │ ├── LayoutGraphic.cs
│ │ │ ├── LayoutIllustrationMap.cs
│ │ │ ├── LayoutLegend.cs
│ │ │ ├── LayoutMap.cs
│ │ │ ├── LayoutNorthArrow.cs
│ │ │ ├── LayoutScaleBar.cs
│ │ │ ├── MapLayout.cs
│ │ │ ├── frmPageSetup.Designer.cs
│ │ │ ├── frmPageSetup.cs
│ │ │ └── frmPageSetup.resx
│ │ ├── Legend
│ │ │ ├── AlignType.cs
│ │ │ ├── BarGraphBreak.cs
│ │ │ ├── BreakTypes.cs
│ │ │ ├── ChartBreak.cs
│ │ │ ├── ChartTypes.cs
│ │ │ ├── ColorBreak.cs
│ │ │ ├── GroupNode.cs
│ │ │ ├── ItemNode.cs
│ │ │ ├── LabelBreak.cs
│ │ │ ├── LayerNode.cs
│ │ │ ├── LayersLegend.cs
│ │ │ ├── LegendManage.cs
│ │ │ ├── LegendNode.cs
│ │ │ ├── LegendScheme.cs
│ │ │ ├── LegendSchemeControl.Designer.cs
│ │ │ ├── LegendSchemeControl.cs
│ │ │ ├── LegendSchemeControl.resx
│ │ │ ├── LegendType.cs
│ │ │ ├── LegendView.Designer.cs
│ │ │ ├── LegendView.cs
│ │ │ ├── LegendView.resx
│ │ │ ├── LineStyles.cs
│ │ │ ├── MapFrame.cs
│ │ │ ├── NodeTypes.cs
│ │ │ ├── PointBreak.cs
│ │ │ ├── PolygonBreak.cs
│ │ │ ├── PolylineBreak.cs
│ │ │ ├── ScrollingControl.cs
│ │ │ ├── ScrollingControl.resx
│ │ │ ├── SymbolControl.Designer.cs
│ │ │ ├── SymbolControl.cs
│ │ │ ├── SymbolControl.resx
│ │ │ ├── VectorBreak.cs
│ │ │ ├── frmColorSymbolSet.Designer.cs
│ │ │ ├── frmColorSymbolSet.cs
│ │ │ ├── frmColorSymbolSet.resx
│ │ │ ├── frmLabelSymbolSet.Designer.cs
│ │ │ ├── frmLabelSymbolSet.cs
│ │ │ ├── frmLabelSymbolSet.resx
│ │ │ ├── frmLegendBreaks.Designer.cs
│ │ │ ├── frmLegendBreaks.cs
│ │ │ ├── frmLegendBreaks.resx
│ │ │ ├── frmLegendSet.Designer.cs
│ │ │ ├── frmLegendSet.cs
│ │ │ ├── frmLegendSet.resx
│ │ │ ├── frmPointSymbolSet.Designer.cs
│ │ │ ├── frmPointSymbolSet.cs
│ │ │ ├── frmPointSymbolSet.resx
│ │ │ ├── frmPolygonSymbolSet.Designer.cs
│ │ │ ├── frmPolygonSymbolSet.cs
│ │ │ ├── frmPolygonSymbolSet.resx
│ │ │ ├── frmPolylineSymbolSet.Designer.cs
│ │ │ ├── frmPolylineSymbolSet.cs
│ │ │ └── frmPolylineSymbolSet.resx
│ │ ├── MIApp.cs
│ │ ├── Map
│ │ │ ├── GridLabel.cs
│ │ │ ├── IMapView.cs
│ │ │ ├── MapExtentSet.cs
│ │ │ ├── MapProperty.cs
│ │ │ ├── MapView.cs
│ │ │ ├── MaskOut.cs
│ │ │ ├── MouseTools.cs
│ │ │ ├── ProjectionSet.cs
│ │ │ ├── XYScreenSet.cs
│ │ │ ├── frmIdentifer.Designer.cs
│ │ │ ├── frmIdentifer.cs
│ │ │ ├── frmIdentifer.resx
│ │ │ ├── frmIdentiferGrid.Designer.cs
│ │ │ ├── frmIdentiferGrid.cs
│ │ │ └── frmIdentiferGrid.resx
│ │ ├── MeteoInfoC.xml
│ │ ├── MeteoInfoDLL.csproj
│ │ ├── MeteoInfoDLL.csproj.user
│ │ ├── MeteoInfoDLL.sln
│ │ ├── Plugin
│ │ │ ├── IApplication.cs
│ │ │ ├── IPlugin.cs
│ │ │ └── PluginBase.cs
│ │ ├── Projection
│ │ │ ├── AngularUnit.cs
│ │ │ ├── CoordinateSystemCategory.cs
│ │ │ ├── Datum.cs
│ │ │ ├── DatumTypes.cs
│ │ │ ├── GeocentricGeodetic.cs
│ │ │ ├── GeographicCategories
│ │ │ │ ├── Africa.cs
│ │ │ │ ├── Antarctica.cs
│ │ │ │ ├── Asia.cs
│ │ │ │ ├── Australia.cs
│ │ │ │ ├── CountySystems.cs
│ │ │ │ ├── Europe.cs
│ │ │ │ ├── NorthAmerica.cs
│ │ │ │ ├── Oceans.cs
│ │ │ │ ├── SolarSystem.cs
│ │ │ │ ├── SouthAmerica.cs
│ │ │ │ ├── SpheroidBased.cs
│ │ │ │ └── World.cs
│ │ │ ├── GeographicInfo.cs
│ │ │ ├── GeographicSystems.cs
│ │ │ ├── GridShift.cs
│ │ │ ├── IEsriString.cs
│ │ │ ├── IProjectionCategory.cs
│ │ │ ├── IReproject.cs
│ │ │ ├── KnownCoordinateSystems.cs
│ │ │ ├── LinearUnit.cs
│ │ │ ├── Meridian.cs
│ │ │ ├── MeridionalDistance.cs
│ │ │ ├── Nad
│ │ │ │ ├── NadTable.cs
│ │ │ │ ├── NadTables.cs
│ │ │ │ └── PhiLam.cs
│ │ │ ├── Proj4Datums.cs
│ │ │ ├── Proj4Ellipsoids.cs
│ │ │ ├── Proj4Meridians.cs
│ │ │ ├── ProjectedCategories
│ │ │ │ ├── Africa.cs
│ │ │ │ ├── Asia.cs
│ │ │ │ ├── Europe.cs
│ │ │ │ ├── GaussKrugerBeijing1954.cs
│ │ │ │ ├── GaussKrugerOther.cs
│ │ │ │ ├── GaussKrugerPulkovo1942.cs
│ │ │ │ ├── GaussKrugerPulkovo1995.cs
│ │ │ │ ├── KrugerZian1980.cs
│ │ │ │ ├── Minnesota.cs
│ │ │ │ ├── Nad1983IntlFeet.cs
│ │ │ │ ├── NationalGrids.cs
│ │ │ │ ├── NationalGridsAustralia.cs
│ │ │ │ ├── NationalGridsCanada.cs
│ │ │ │ ├── NationalGridsIndia.cs
│ │ │ │ ├── NationalGridsJapan.cs
│ │ │ │ ├── NationalGridsNewZealand.cs
│ │ │ │ ├── NationalGridsNorway.cs
│ │ │ │ ├── NationalGridsSweden.cs
│ │ │ │ ├── NorthAmerica.cs
│ │ │ │ ├── Polar.cs
│ │ │ │ ├── SouthAmerica.cs
│ │ │ │ ├── SpheroidBased.cs
│ │ │ │ ├── StatePlaneNad1927.cs
│ │ │ │ ├── StatePlaneNad1983.cs
│ │ │ │ ├── StatePlaneNad1983Feet.cs
│ │ │ │ ├── StatePlaneNad1983Harn.cs
│ │ │ │ ├── StatePlaneNad1983HarnFeet.cs
│ │ │ │ ├── StatePlaneOther.cs
│ │ │ │ ├── StateSystems.cs
│ │ │ │ ├── TransverseMercator.cs
│ │ │ │ ├── UtmNad1927.cs
│ │ │ │ ├── UtmNad1983.cs
│ │ │ │ ├── UtmOther.cs
│ │ │ │ ├── UtmWgs1972.cs
│ │ │ │ ├── UtmWgs1984.cs
│ │ │ │ ├── Wisconsin.cs
│ │ │ │ ├── World.cs
│ │ │ │ └── WorldSpheroid.cs
│ │ │ ├── ProjectedSystems.cs
│ │ │ ├── ProjectionException.cs
│ │ │ ├── ProjectionInfo.cs
│ │ │ ├── ProjectionManage.cs
│ │ │ ├── ProjectionMessages.Designer.cs
│ │ │ ├── ProjectionMessages.resx
│ │ │ ├── ProjectionNames.cs
│ │ │ ├── Reproject.cs
│ │ │ ├── Spheroid.cs
│ │ │ └── Transforms
│ │ │ ├── Aitoff.cs
│ │ │ ├── AlbersEqualArea.cs
│ │ │ ├── AnalyticModes.cs
│ │ │ ├── AzimuthalEquidistant.cs
│ │ │ ├── BipolarObliqueConformalConic.cs
│ │ │ ├── Bonne.cs
│ │ │ ├── Cassini.cs
│ │ │ ├── CrasterParabolic.cs
│ │ │ ├── CylindricalEqualArea.cs
│ │ │ ├── Eckert1.cs
│ │ │ ├── Eckert2.cs
│ │ │ ├── Eckert3.cs
│ │ │ ├── Eckert4.cs
│ │ │ ├── Eckert5.cs
│ │ │ ├── Eckert6.cs
│ │ │ ├── EllipticalTransform.cs
│ │ │ ├── EquidistantConic.cs
│ │ │ ├── EquidistantCylindrical.cs
│ │ │ ├── Factors.cs
│ │ │ ├── Foucaut.cs
│ │ │ ├── GallStereographic.cs
│ │ │ ├── Gauss.cs
│ │ │ ├── GeneralSinusoidal.cs
│ │ │ ├── GeostationarySatellite.cs
│ │ │ ├── Gnomonic.cs
│ │ │ ├── GoodeHomolosine.cs
│ │ │ ├── HammerAitoff.cs
│ │ │ ├── ITransform.cs
│ │ │ ├── Kavraisky5.cs
│ │ │ ├── Kavraisky7.cs
│ │ │ ├── KnownTransforms.cs
│ │ │ ├── Krovak.cs
│ │ │ ├── LambertAzimuthalEqualArea.cs
│ │ │ ├── LambertConformalConic.cs
│ │ │ ├── LambertEqualAreaConic.cs
│ │ │ ├── LongLat.cs
│ │ │ ├── Loximuthal.cs
│ │ │ ├── McBrydeThomasFlatPolarSine.cs
│ │ │ ├── Mercator.cs
│ │ │ ├── MillerCylindrical.cs
│ │ │ ├── Mollweide.cs
│ │ │ ├── NewZealandMapGrid.cs
│ │ │ ├── ObliqueCylindricalEqualArea.cs
│ │ │ ├── ObliqueMercator.cs
│ │ │ ├── ObliqueStereographicAlternative.cs
│ │ │ ├── Orthographic.cs
│ │ │ ├── Polyconic.cs
│ │ │ ├── Proj.cs
│ │ │ ├── PutinsP1.cs
│ │ │ ├── QuarticAuthalic.cs
│ │ │ ├── Robinson.cs
│ │ │ ├── Sinusoidal.cs
│ │ │ ├── Stereographic.cs
│ │ │ ├── SwissObliqueMercator.cs
│ │ │ ├── Transform.cs
│ │ │ ├── TransformManager.cs
│ │ │ ├── TransverseMercator.cs
│ │ │ ├── TwoPointEquidistant.cs
│ │ │ ├── UniversalPolarStereographic.cs
│ │ │ ├── UniversalTransverseMercator.cs
│ │ │ ├── VanderGrinten1.cs
│ │ │ ├── Wagner4.cs
│ │ │ ├── Wagner5.cs
│ │ │ ├── Wagner6.cs
│ │ │ ├── Winkel1.cs
│ │ │ ├── Winkel2.cs
│ │ │ └── WinkelTripel.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── README.md
│ │ ├── Resources
│ │ │ ├── Layers.ico
│ │ │ ├── Move.cur
│ │ │ ├── MoveVertex.ico
│ │ │ ├── Moveshape.cur
│ │ │ ├── Pan_Open.cur
│ │ │ ├── Properties.png
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── TSB_LabelSet.png
│ │ │ ├── TSB_ViewData.png
│ │ │ ├── TSB_ZoomToLayer.png
│ │ │ ├── cursor.cur
│ │ │ ├── zoom_in.cur
│ │ │ └── zoom_out.cur
│ │ ├── Shape
│ │ │ ├── CircleShape.cs
│ │ │ ├── CloudCoverage.cs
│ │ │ ├── ColorSet.cs
│ │ │ ├── CurveLineShape.cs
│ │ │ ├── CurvePolygonShape.cs
│ │ │ ├── EllipseShape.cs
│ │ │ ├── Graphic.cs
│ │ │ ├── GraphicCollection.cs
│ │ │ ├── Line.cs
│ │ │ ├── PointM.cs
│ │ │ ├── PointMShape.cs
│ │ │ ├── PointShape.cs
│ │ │ ├── PointShapeSet.cs
│ │ │ ├── PointZ.cs
│ │ │ ├── PointZShape.cs
│ │ │ ├── PolyLine.cs
│ │ │ ├── Polygon.cs
│ │ │ ├── PolygonMShape.cs
│ │ │ ├── PolygonShape.cs
│ │ │ ├── PolygonShapeSet.cs
│ │ │ ├── PolylineMShape.cs
│ │ │ ├── PolylineShape.cs
│ │ │ ├── PolylineZShape.cs
│ │ │ ├── RectangleShape.cs
│ │ │ ├── Shape.cs
│ │ │ ├── ShapeTypes.cs
│ │ │ ├── StationModelShape.cs
│ │ │ ├── WeatherSymbol.cs
│ │ │ ├── WindArraw.cs
│ │ │ ├── WindBarb.cs
│ │ │ └── WindSpeedLine.cs
│ │ ├── UpgradeLog.htm
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── net5.0-windows
│ │ │ ├── IKVM.OpenJDK.Core.dll
│ │ │ ├── MeteoInfoDLL.deps.json
│ │ │ ├── MeteoInfoDLL.dll
│ │ │ ├── MeteoInfoDLL.pdb
│ │ │ ├── j2k.dll
│ │ │ ├── ref
│ │ │ │ └── MeteoInfoDLL.dll
│ │ │ ├── wContour.dll
│ │ │ ├── wContour.pdb
│ │ │ ├── wContour.xml
│ │ │ └── zh-CHS
│ │ │ └── MeteoInfoDLL.resources.dll
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── net5.0
│ │ │ │ ├── MeteoInfoDLL.AssemblyInfo.cs
│ │ │ │ ├── MeteoInfoDLL.AssemblyInfoInputs.cache
│ │ │ │ ├── MeteoInfoDLL.GeneratedMSBuildEditorConfig.editorconfig
│ │ │ │ ├── MeteoInfoDLL.assets.cache
│ │ │ │ └── MeteoInfoDLL.csproj.AssemblyReference.cache
│ │ │ └── net5.0-windows
│ │ │ ├── MeteoInfoC.Data.MapData.frmAddField.resources
│ │ │ ├── MeteoInfoC.Data.MapData.frmAddField.zh-CHS.resources
│ │ │ ├── MeteoInfoC.Data.MapData.frmAttriData.resources
│ │ │ ├── MeteoInfoC.Data.MapData.frmAttriData.zh-CHS.resources
│ │ │ ├── MeteoInfoC.Data.MapData.frmInputBox.resources
│ │ │ ├── MeteoInfoC.Data.MapData.frmInputBox.zh-CHS.resources
│ │ │ ├── MeteoInfoC.Global.Colors.ctrl2DColorBox.resources
│ │ │ ├── MeteoInfoC.Global.Colors.ctrlVerticalColorSlider.resources
│ │ │ ├── MeteoInfoC.Global.Colors.frmColorPicker.resources
│ │ │ ├── MeteoInfoC.Layer.frmLabelSet.resources
│ │ │ ├── MeteoInfoC.Layer.frmLabelSet.zh-CHS.resources
│ │ │ ├── MeteoInfoC.Layer.frmLayerProperty.resources
│ │ │ ├── MeteoInfoC.Layout.frmPageSetup.resources
│ │ │ ├── MeteoInfoC.Legend.LegendSchemeControl.resources
│ │ │ ├── MeteoInfoC.Legend.LegendView.resources
│ │ │ ├── MeteoInfoC.Legend.ScrollingControl.resources
│ │ │ ├── MeteoInfoC.Legend.SymbolControl.resources
│ │ │ ├── MeteoInfoC.Legend.frmColorSymbolSet.resources
│ │ │ ├── MeteoInfoC.Legend.frmLabelSymbolSet.resources
│ │ │ ├── MeteoInfoC.Legend.frmLegendBreaks.resources
│ │ │ ├── MeteoInfoC.Legend.frmLegendSet.resources
│ │ │ ├── MeteoInfoC.Legend.frmPointSymbolSet.resources
│ │ │ ├── MeteoInfoC.Legend.frmPolygonSymbolSet.resources
│ │ │ ├── MeteoInfoC.Legend.frmPolylineSymbolSet.resources
│ │ │ ├── MeteoInfoC.MIApp.resources
│ │ │ ├── MeteoInfoC.Map.frmIdentifer.resources
│ │ │ ├── MeteoInfoC.Map.frmIdentiferGrid.resources
│ │ │ ├── MeteoInfoC.frmMeasurement.resources
│ │ │ ├── MeteoInfoC.frmMeasurement.zh-CHS.resources
│ │ │ ├── MeteoInfoC.frmProperty.resources
│ │ │ ├── MeteoInfoDLL.AssemblyInfo.cs
│ │ │ ├── MeteoInfoDLL.AssemblyInfoInputs.cache
│ │ │ ├── MeteoInfoDLL.GeneratedMSBuildEditorConfig.editorconfig
│ │ │ ├── MeteoInfoDLL.Projection.ProjectionMessages.resources
│ │ │ ├── MeteoInfoDLL.Resources.Resources.resources
│ │ │ ├── MeteoInfoDLL.assets.cache
│ │ │ ├── MeteoInfoDLL.csproj.CopyComplete
│ │ │ ├── MeteoInfoDLL.csproj.CoreCompileInputs.cache
│ │ │ ├── MeteoInfoDLL.csproj.FileListAbsolute.txt
│ │ │ ├── MeteoInfoDLL.csproj.GenerateResource.cache
│ │ │ ├── MeteoInfoDLL.dll
│ │ │ ├── MeteoInfoDLL.pdb
│ │ │ ├── ref
│ │ │ │ └── MeteoInfoDLL.dll
│ │ │ └── zh-CHS
│ │ │ └── MeteoInfoDLL.resources.dll
│ │ ├── MeteoInfoDLL.csproj.nuget.dgspec.json
│ │ ├── MeteoInfoDLL.csproj.nuget.g.props
│ │ ├── MeteoInfoDLL.csproj.nuget.g.targets
│ │ ├── Release
│ │ │ ├── net5.0
│ │ │ │ ├── MeteoInfoDLL.AssemblyInfo.cs
│ │ │ │ ├── MeteoInfoDLL.AssemblyInfoInputs.cache
│ │ │ │ └── MeteoInfoDLL.GeneratedMSBuildEditorConfig.editorconfig
│ │ │ └── net5.0-windows
│ │ │ ├── MeteoInfoDLL.AssemblyInfo.cs
│ │ │ ├── MeteoInfoDLL.AssemblyInfoInputs.cache
│ │ │ ├── MeteoInfoDLL.GeneratedMSBuildEditorConfig.editorconfig
│ │ │ └── MeteoInfoDLL.assets.cache
│ │ ├── project.assets.json
│ │ └── project.nuget.cache
│ ├── MeteoInfoDLL.sln
│ ├── README.md
│ └── packages
│ ├── HDF5DotNet.dll
│ ├── IKVM.OpenJDK.Core.dll
│ ├── j2k.dll
│ ├── netcdf4.dll
│ └── wContour
│ ├── netstandard2.0
│ │ ├── wContour.deps.json
│ │ ├── wContour.dll
│ │ └── wContour.pdb
│ └── netstandard2.1
│ ├── wContour.deps.json
│ ├── wContour.dll
│ └── wContour.pdb
└── MeteoInfolib类库的C#版本_MeteoInfoLib_CSharp-master.zip
59 directories, 577 files