G-XML EWEB-3K-N064

Size: px
Start display at page:

Download "G-XML EWEB-3K-N064"

Transcription

1 G-XML EWEB-3K-N064

2 PreSerV for Web G-XML i

3 G-XML PreSerV for Web G-XML SVG G-XML G-XML HTML POI ii

4 Invisible iii

5 6.2.1 center lowerleft upperleft lowerright upperright iv

6 1 1.1 G-XML G-XML2.0 *1 G-XML2.0 SVG Scalable Vector Graphics SVG G-XML *1 G-XML2.0 PreSerV for Web G-XML 2.0 PreSerV Map Viewer G-XML G-XML G-XML 1

7 1.2 G-XML PreSerV for Web PreSerV for Web MapViewer G-XML GIS:Geographical Information System G-XMLGeospatial-eXtensible Markup Language G-XML XML G-XML G-XML2.0 JIS (JIS X 7199) G-XML2.0 PreSerV for Web G-XML GIS G-XML GIS G-XML G-XML G-XML G-XML SVG SVG W3C(World Wide Web Consortium) XML Web SVG DTP SVG 2

8 G-XML 2 G-XML 2.1 G-XML 2-1 G-XML PreSerV for Web G-XML PreSerV for Web MapViewer JavaVM / Java Plug In ( JRE 1.3 J2SDK1.3 ) 2-1 G-XML G-XML PreSerV for Web G-XML2.0 PreSerV for Web PreSerV for Web PreSerV for Web PreSerV for Web 3

9 G-XML 2.2 G-XML Version 1-1 G-XML PROTOCOL 2.0 G-XML psvgxml2050.jar JAR MapViewer JAR preserv50.jar Java JAXPJava API for XML Processing REGEXP Web Java 2 Runtime Environment, Standard Edition 1.3 Java 2 SDK, Standard Edition 1.3 JAXPJava API for XML ProcessingSpecification 1.1 (JAXP) Java 1.4 XML REGEXP REGEXP Java lib ext Netscape 6 Java Microsoft Internet Explorer 4 Java 2.3 G-XML Java G-XML Java Java 2 Runtime Environment, Standard Edition 1.3 Java 2 SDK, Standard Edition 1.3 G-XML G-XML JAR G-XML JAR psvgxml2050.jar CLASSPATH 4

10 G-XML G-XML G-XML JAR JAR HTML APPLET ARCHIVE 5

11 3 G-XML 3.1 gxml_viewer / +--start.html +--jar/ html +--preserv50.jar PreSerV for Web +--psvgxml2050.jar G-XML +--GXMLSample.jar +--svg/ +--mapdata/ +--XXX.xml/ 3-1 6

12 3.2 G-XML SVG G-XML psvgxmlsymbol#setsymbolsource() URL 3-1 try{ /* URL */ String fname = ; psvgxmlsymbol.setsymbolsource(new URL(fname)); }catch(exception e){ e.printstacktrace(); } 3.3 psvgxml2map java.awt javax.swing java.awt javax.swing jp.co.melco.preserv.psvjcanvas jp.co.melco.preserv.j2.psvjcomponent java.awt 7

13 3-2 psvjcanvas canvas = new psvjcanvas(); canvas.setsize(1024, 768); // canvas.setbackground(color.white); // G-XML psvgxmlscreen 3-3 psvgxmlscreen screen = new psvgxmlscreen (canvas,0,0,1000,1000); G-XML psvgxml2map 3-4 psvgxml2map op_map = new psvgxml2map (); op map.attrib(psvanymap.map VISIBLE); // G-XML psvgxmldocument File URL /* File */ String fname = D:/gxml_viewer/mapdata/XXX.xml ; psvgxmldocument doc = new psvgxmldocument(new java.io.file(fname)); /* URL */ String fname = ; psvgxmldocument doc = new psvgxmldocument(new java.net.url(fname)); 8

14 3-6 op map.adddocument(doc); //Document screen.addmap(op map); // 3.4 HTML HTML ARCHIVE PreSerV for Web preserv50.jar PreSerV for Web G-XML psvgxml2050.jar GXMLSample.jar 3-8 HTML <applet code="map_viewer" codebase="." archive="jar/gxmlsample.jar,jar/preserv50.jar,jar/psvgxml2050.jar" width=800 height=650> </applet> 9

15 4 4-1 G-XML PreSerV for Web G-XML

16 4.1 POI PreSerV for Web G-XML PointStyle PointStyle SpatialLocator Coordinates 4-2 POI 4-1 POI <POI id="1" category=""> <RenderingRule id="1" stylename= POI > <PointStyle color="#0000ff" size="10" /> </RenderingRule> <SpatialLocator> <Coordinates>0.0,100.0</Coordinates> </SpatialLocator> </POI> 11

17 4.2 PreSerV for Web G-XML PictureStyle PictureStyle Size Transformation DiagonalTransformation GlobalCoordinateSystem GlobalCoordinateSystem Rectangle Size Transformation MatrixTransformation Size 4-3 G-XML 12

18 0,height width,height 0,0 width,0 (X,Y ) (X,Y) a,b,c,d,e,f X=aX +by +e Y=cX +dy +f 4-3 <Size width="300" height="200" /> <Transformation> <MatrixTransformation a="1" b="0" c="0" d="3" e="900" f="0" unit.location="px" /> </Transformation> 0, ,200 0,0 300,0 900, , , ,

19 4.2.4 URL Picture <Picture id="0" category=" "> <Size width="800" height="600" /> <Transformation> <DiagonalTransformation> <LocalCoordinateSystem spatialreferencesystem="0" > <Rectangle> <Coordinates>0.0, ,0.0</Coordinates> </Rectangle> </LocalCoordinateSystem> <GlobalCoordinateSystem spatialreferencesystem="0" > <Rectangle> <Coordinates>0.0, ,200.0</Coordinates> </Rectangle> </GlobalCoordinateSystem> </DiagonalTransformation> </Transformation> <URL> </Picture> 14

20 4.3 PreSerV for Web G-XML TextStyle TextStyle Size TextStyle Size TextStyle 15

21 15 Size Size Style Style Coordinates Content 16

22 Annotation <Annotation category="annotation"> <RenderingRule> <TextStyle baseangle="0" foregroundcolor="#0000ff" displaysize="40" /> </RenderingRule> <Coordinates>0.0,0.0</Coordinates> <Content>G-XML</Content> </Annotation> 17

23 4.4 PreSerV for Web G-XML G-XML SymbolStyle SymbolStyle Size SymbolStyle Size SymbolStyle Coordinates 18

24 4.4.4 SymbolName Symbl <Symbol> <RenderingRule> <SymbolStyle rotationangle="0" foregroundcolor="#ff0000" backgroundcolor="#ffffff"/> </RenderingRule> <Coordinates>0.0,0.0</Coordinates> <Size width="50.0" /> <SymbolName> </SymbolName> </Symbol> 19

25 4.5 PreSerV for Web G-XML PointStyle PointStyle Coordinates 4-6 Point 4-9 <Point id="1" category=""> <RenderingRule> <PointStyle color="#0000ff" size="10"/> </RenderingRule> <Coordinates>0.0,0.0</Coordinates> </Point> 20

26 4.6 PreSerV for Web G-XML LineStyle Coordinates LineString <LineString id="0" category=" "> <RenderingRule> <LineStyle color="#0000ff" width="2" linepattern="solid" /> </RenderingRule> <Coordinates>0.0, , , , ,0.0</Coordinates> </LineString> 21

27 4.7 PreSerV for Web G-XML LineStyle FaceStyle LineStyle FaceStyle Coordinates 4-8 Rectangle 4-11 <Rectangle id="0" category=" "> <RenderingRule> <LineStyle color="#0000ff" width="2" linepattern="solid"/> </RenderingRule> <Coordinates>0.0, ,100.0</Coordinates> </Rectangle> 22

28 4.8 PreSerV for Web G-XML LineStyle LineStyle Coordinates 4-9 LinearRing 4-12 <LinearRing category=""> <RenderingRule> <LineStyle color="#0000ff" width="2" linepattern="solid" /> </RenderingRule> <Coordinates>0.0, , , , , ,50.0</Coordinates> </LinearRing> 23

29 4.9 PreSerV for Web G-XML LineStyle FaceStyle LineStyle FaceStyle OuterBoundary InnerBoundary

30 4-10 Polygon <Polygon id="0" category=" "> <RenderingRule> <LineStyle color="#0000ff" width="2" linepattern="solid"/> <FaceStyle foregroundcolor="#0000ff" facepattern="hs_solid"/> </RenderingRule> <OuterBoundary> <LinearRing> <Coordinates>-50.0, , , ,100.0</Coordinates> </LinearRing> </OuterBoundary> <InnerBoundary> <LinearRing> <Coordinates>0.0, , , , , , , ,-50.0</Coordinates> </LinearRing> </InnerBoundary> </Polygon> 25

31 4.10 PreSerV for Web G-XML LineStyle FaceStyle LineStyle FaceStyle 5 Radius Coordinates Radius

32 Circle <Circle id="0" category=""> <RenderingRule id="1"> <LineStyle id="1" color="#0000ff" width="2" linepattern="solid" /> </RenderingRule> <Coordinates>0.0, , ,0.0</Coordinates> <Radius>50</Radius> </Circle> 27

33 4.11. PreSerV for Web G-XML LineStyle LineStyle Radius Coordinates Radius Arc Arc 6 28

34 Arc <Arc id="0" category="" startangle="0" endangle="270" > <RenderingRule> <LineStyle color="#0000ff" width="2" linepattern="solid"/> </RenderingRule> <Coordinates>0.0,0.0</Coordinates> <Radius>500</Radius> </Arc> 29

35 <MetricGeospace> <RenderingRule> <LineStyle > <FaceStyle > </RenderingRule> <GeometricFeature> <RenderingRule> </RenderingRule> <Polygon> <RenderingRule> </RenderingRule> MetricGeospace GeometricFeature MetricGeospace Polygon MetricGeospace GeometricFeature </Polygon> </ GeometricFeature </MetricGeospace>

36 5.1.2 <G-XML> <RenderingRule> <LineStyle > <FaceStyle > </RenderingRule> <RenderingRuleReference> RenderingRule id stylename <MetricGeospace> <RenderingRuleReference> <RenderingRuleList> <RenderingRuleReference..> </RenderingRuleList> id stylename <GeometricFeature> <RenderingRuleList> <RenderingRuleReference..> </RenderingRuleList> <Polygon> <RenderingRuleList> <RenderingRuleReference..> </RenderingRuleList> </Polygon> </ GeometricFeature </MetricGeospace> </G-XML>

37 <RenderingRuleReference> id stylename <G-XML> <RenderingRuleList> <ObjectReference..> <RenderingRuleReference..> </RenderingRuleList> <RenderingRuleReference> id category <RenderingRule> <LineStyle > <FaceStyle > </RenderingRule> <MetricGeospace> <GeometricFeature> <Polygon> </Polygon> <ObjectReference> id category </ GeometricFeature </MetricGeospace> </G-XML>

38 G-XML2.0 <Data.xml> <MetricGeospace> <RenderingRuleList> <RenderingRuleReference..> </RenderingRuleList> <GeometricFeature> <RenderingRuleList> <RenderingRuleReference..> </RenderingRuleList> <Polygon> <RenderingRuleList> <RenderingRuleReference..> </RenderingRuleList> </Polygon> <style.xml> <G-XML> <RenderingRule> <LineStyle > <FaceStyle > </RenderingRule> <RenderingRule> <LineStyle > <FaceStyle > </RenderingRule> <RenderingRule> <LineStyle > <FaceStyle > </RenderingRule> </G-XML> </ GeometricFeature </MetricGeospace>

39 <rule.xml> <style.xml> <G-XML> <G-XML> <Data.xml> <MetricGeospace> <GeometricFeature> <Polygon> </Polygon> </ GeometricFeature </MetricGeospace> <RenderingRuleList> <ObjectReference> <RenderingRuleReference> </RenderingRuleList> <RenderingRuleList> <ObjectReference> <RenderingRuleReference> </RenderingRuleList> <RenderingRuleList> <ObjectReference> <RenderingRuleReference> </RenderingRuleList> <RenderingRule> <LineStyle > <FaceStyle > </RenderingRule> <RenderingRule> <LineStyle > <FaceStyle > </RenderingRule> <RenderingRule> <LineStyle > <FaceStyle > </RenderingRule> </G-XML> </G-XML>

40 5.2 G-XML 5-1 PointStyle LineStyle FaceStyle TextStyle SymbolStyle PictureStyle PreSerV for Web G-XML 5.3 Invisible Invisible Invisible Invisible 35

41 <Invisible serialnumber="2" /> <Invisible serialnumber="4" /> 5-6 Invisible 5.4 LineStyle 5-3 solid dot dash dashdot 36

42 5.5 FaceStyle 5-4 HS_SOLID HS_HORIZONTAL HS_VERTICAL HS_CROSS HS_BDIAGONAL HS_FDIAGONAL HS_DIAGCROSS HS_NONE 37

43 5.6 TextStyle 5-5 normal bold italic bolditalic 5.7 TextStyle 5-7 upperleft lowerleft upperright lowerright center 38

44 6 6.1 G-XML2.0 X

45 6.2 0 Coordinate center center 40

46 6.2.2 lowerleft lowerleft 41

47 6.2.3 upperleft upperleft 42

48 6.2.4 lowerright lowerright 43

49 6.2.5 upperright upperright 44

50 6.3 45

51 7 7.1 psvgxmlprinterex 7-1 // psvgxmlprinterex printex = new psvgxmlprinterex(); // Vector vec = screen.getallmap(); for(int i=0;i<vec.size();i++) printex.addmap((psvanymap)vec.elementat(i)); // psvregionbounds region = screen.get_view(); printex.add_view(region.sx,region.sy,region.ex,region.ey); // printex.showpage(); psvgxmlprinterex#showpage 46

G-XML

G-XML G-XML PreSerV for WebG-XML G-XML i 1... 3 1.1 G-XML... 3 1.2... 3 1.3... 4 1.4... 5 2 G-XML... 6 2.1... 6 2.2... 8 2.2.1... 9 2.2.2...13 2.2.3...14 2.2.4...16 2.2.5...16 2.3...17 2.3.2...17 2.3.3...17

More information

概要

概要 EWEB-3K-N069 PreSerV For Web Ver5.0 i 1... 1 1.1... 1 1.2... 2 1.2.1 PreSerV For Web Ver.5.0... 2 1.2.2... 2 2... 3 3... 4 3.1... 4 3.2... 4 3.2.1 Java... 4 3.2.2 JAXP... 5 3.2.3 Regexp... 6 3.2.4... 6

More information

HTML Flash Alt 2

HTML Flash Alt 2 1 HTML Flash Alt 2 [ ] [ ] HTML CSS [ ] 3 1 BGM 4 TAB IT 5 Ver1.0 HTML HTML HTML HTML URL HTML HTML.HTML.HTM 6 HTML h1 h6 *1 HTML title *1 7 HTML img ALT *1 *1 ALT HTML img ALT ALT img ALT ALT * - ALT

More information

山梨県ホームページ作成ガイドライン

山梨県ホームページ作成ガイドライン 17 7 ...1...4...4...4...4...5...5 W3C...5...6...6...6...7...8...8...10...10...10... 11...12...12...13...13...13...14...14...14...15...15...16...16...16...16...16...17...18 15 (2003 ) 69.7 81.1 43.6 19.6

More information

Windows Macintosh 18 Java Windows 21 Java Macintosh

Windows Macintosh 18 Java Windows 21 Java Macintosh 2 2 2 6 6 6 12 16 17 18 Windows Macintosh 18 Java Windows 21 Java Macintosh 23 25 26 26 27 33 34 40 48 55 57 60 Sun Sun Microsystems Java Java Sun Microsystems, Inc. Microsoft Windows Windows Microsoft

More information

1 1 1............................ 1 2.............. 1 3................... 1 4...................... 1 5 Web................. 2 6.....................

1 1 1............................ 1 2.............. 1 3................... 1 4...................... 1 5 Web................. 2 6..................... web 0448039 1 1 1............................ 1 2.............. 1 3................... 1 4...................... 1 5 Web................. 2 6...................... 3 7 HTML CSS.................... 3 8....................

More information

2 2 2 6 9 9 10 14 18 19 21 22 22 Java 23 24 25 25 26 30 31 32 39 46 53 55 58 2 2.0 2.0R Ver.2.0R Java Java 2.0 2.0R 2.0R 2.0 Ver2.0 2.0R Ver2.0R 19 Sun Sun Microsystems Java Java Sun Microsystems, Inc.

More information

1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.

1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2. 1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.......................... 4 3......................

More information

概要

概要 EWEB-3K-N072 PreSerV for Web i 1... 1 1.1... 1 1.1.1... 1 1.1.2... 1 1.2... 4 1.2.1 PreSerV for Web... 4 2... 5 2.1... 6 2.2... 8 2.3... 9 2.3.1... 9 2.3.2... 9 2.4 Web...11 2.4.1 MapDataManger...11 2.4.2...12

More information

全地連"次世代CALS"対応研究会 報告書

全地連次世代CALS対応研究会 報告書 5. GIS と XML CAD や GIS, あるいはワープロソフトなど, 汎用のアプリケーションソフトは, そのソフ トウエアに固有のバイナリ形式でデータを保存することが一般的であって, 同種のアプリ ケーションソフト間においては, 直接的に互換性が確保されていることは極めてまれであ る 多くは交換用の特殊ソフトを使用するか, ソフトウエアベンダーが特別に用意した読 み込み機能を働かせるか, あるいは利用者と制作者などが協議することによって,

More information

XMLテクノロジを使いやすくする

XMLテクノロジを使いやすくする XML 2005 9 XML... 3... 3 XML... 5 DOM XML... 5 DOM 3.0 Load and Save... 5 DOM 3.0 Validation... 8 SAX XML... 11 SAX... 11 XSL... 12... 13... 13... 14... 14 XML... 15 XML... 15 JAXB CLASS GENERATOR... 16

More information

provider_020524_2.PDF

provider_020524_2.PDF 1 1 1 2 2 3 (1) 3 (2) 4 (3) 6 7 7 (1) 8 (2) 21 26 27 27 27 28 31 32 32 36 1 1 2 2 (1) 3 3 4 45 (2) 6 7 5 (3) 6 7 8 (1) ii iii iv 8 * 9 10 11 9 12 10 13 14 15 11 16 17 12 13 18 19 20 (2) 14 21 22 23 24

More information

Q&A集

Q&A集 MapViewer & ver.2 EWEB-3C-N055 PreSerV for Web MapViewer & i 1... 1 1.1... 1 1.2... 2 1.3... 3 1.4... 4 1.5... 5 1.6... 6 1.7... 7 1.8... 8 1.9... 9 1.10...11 1.11...12 1.12...13 1.13...14 1.14...15 1.15...16

More information

Cosminexus Application Designer操作ガイド

Cosminexus Application Designer操作ガイド Cosminexus Application Designer 3020-3-M91 OS Windows Server 2003 Windows Server 2003 R2 Windows XP Windows Vista P-2443-7E74 ucosminexus Developer Standard 07-50 P-2443-7F74 ucosminexus Developer Professional

More information

XMLとは、eXtensible Markup Languageの略で、拡張可能なマーク付け言語である

XMLとは、eXtensible Markup Languageの略で、拡張可能なマーク付け言語である XML ... 2... 2... 2... 3... 4... 4... 5... 6... 6... 6... 7... 8... 8... 9... 9... 12... 12... 14... 15... 15... 15... 15... 15... 16... 16... 17... 17... 18... 19... 20... 21... 22... 28... 29... 30 1

More information

untitled

untitled IT IT IT IT 1 IT 2 Software as a Service (SaaS 3 ) IT SaaS 4 SaaS SaaS PC SaaS SaaS Web SaaS ID IT SaaS IT 1 2 3 Software as a Service ASP(Application Service Provider) SaaS 4 ASPIC SaaS SaaS SaaS SaaS

More information

44 4 I (1) ( ) (10 15 ) ( 17 ) ( 3 1 ) (2)

44 4 I (1) ( ) (10 15 ) ( 17 ) ( 3 1 ) (2) (1) I 44 II 45 III 47 IV 52 44 4 I (1) ( ) 1945 8 9 (10 15 ) ( 17 ) ( 3 1 ) (2) 45 II 1 (3) 511 ( 451 1 ) ( ) 365 1 2 512 1 2 365 1 2 363 2 ( ) 3 ( ) ( 451 2 ( 314 1 ) ( 339 1 4 ) 337 2 3 ) 363 (4) 46

More information

i ii i iii iv 1 3 3 10 14 17 17 18 22 23 28 29 31 36 37 39 40 43 48 59 70 75 75 77 90 95 102 107 109 110 118 125 128 130 132 134 48 43 43 51 52 61 61 64 62 124 70 58 3 10 17 29 78 82 85 102 95 109 iii

More information

untitled

untitled 16.4 35.6 44.6 49.3 49.3 51.8 60.5 69.0 81.0 78.2 78.7 77.9 82.9 88.4 88.5 98.7 26,931 25,31 11,03 16,256 10,32 6,872 60.36 40.80 62.26 11,189 10,62 12,56 11,46 6,985 60.95 12,87 7,919 61.53 12,44 7,657

More information

World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML

World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML Web 工学博士大堀隆文 博士 ( 工学 ) 木下正博 共著 World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML ii HTML CSS CSS HTML HTML HTML HTML Eclipse Eclipse Eclipse

More information

OfficeAPI_sample_program_joyzo_ver1

OfficeAPI_sample_program_joyzo_ver1 Office 8 API 1 ... 2 1... 3 1.1... 3 1.2... 4 1.3... 5 1.4... 5 1.5... 6 1.6... 7 1.6.1... 7 1.6.2... 8 1.6.3... 9 1.6.4... 10 2... 11 2.1... 11 2.1.1 CSV... 11 2.1.2... 12 2.2... 13 2.2.1 CSV... 13 2.2.2...

More information

Q&A集

Q&A集 & ver.2 EWEB-3C-N080 PreSerV for Web MapDataManager & i 1... 1 1.1... 1 1.2... 2 1.3... 6 1.4 MDM. 7 1.5 ( )... 9 1.6 ( )...12 1.7...14 1.8...15 1.9...16 1.10...17 1.11...18 1.12 19 1.13...20 1.14...21

More information

untitled

untitled FAIR 2007 4 FAIR 2007 4 FAIR Web / FAIR FAIR Finance and Accounting Information Rules FAIR 2007 FAIR FAIR FAIR FAIR 2007 4 1. FAIR 1.1 FAIRWeb 1.2 1.3 FAIRWeb 1 1 2 2. 2.1 2.2 2.3 2.4 2.5 2.5.1 2.5.2 2.5.3

More information

Java演習(2) -- 簡単なプログラム --

Java演習(2)   -- 簡単なプログラム -- Java public class Hello Hello (class) (field)... (method)... Java main Hello World(Hello.java) public class Hello { public static void main(string[ ] args) { public() (package) Hello World(Hello.java)

More information

コンピュータグラフィックス - 第4回 色彩の表現

コンピュータグラフィックス - 第4回 色彩の表現 .. 4 2013 10 9 ( ) 2013 10 9 1 / 22 3 3 3 ( ) 2013 10 9 2 / 22 380 nm 780 nm 1 nm = 10 9 m ( ) 2013 10 9 3 / 22 3 3 (S M L ) 3 3 3 ( ) 2013 10 9 4 / 22 加法混色 光の 3 原色を組み合わせることで 様々な色を表現できる 光を重ねて別の色を作ることを加法混色と呼ぶ

More information

Id: evalsheet.tex,v /07/12 11:00:22 alex Exp alex JRE JRE

Id: evalsheet.tex,v /07/12 11:00:22 alex Exp alex JRE JRE 2018 30 Id: evalsheet.tex,v 1.50 2018/07/12 11:00:22 alex Exp alex 1. 2 2. 3 2.1 JRE.............................................. 3 2.1.1 JRE....................................... 3 2.1.2 JRE..................................

More information

OSC_isshiki_090710c.ppt

OSC_isshiki_090710c.ppt Web 2009 W3C/Kwio SiteManager ECHONET Keio-contact@w3.org http://www.w3.org 1 2 1990 Web W3C Tim Berners-Lee Web W3C CERN Web 3 W3C W3C=World Wide Consortium 4 W3C Leading the Web to Its Full Potential...

More information

untitled

untitled 20 31 5104258 1 1. p 2. p 2.1. p 2.2.i ppli Development Kit for JDK-4.0(FOMA) p 2.3. p 2.4. i p 3. p11 3.1. p12 3.2. IApplication RPG2 p12 3.3. RpgCnav p13 3.4. ScratchPad ImageMap MapData p14 4. p17 5.

More information

SGML HTML XML Markup Language Web HTML HTML SGML Standard Generalized Markup Language Markup Language DTD Document Type Definition XML SGML Markup Language HTML XML HTML XML JavaScript JAVA CGI HTML Web

More information

XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0

XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0 XML 2-1 XML XML (Extensible Markup Language) ISO SGML (Standard Generalized Markup Language) W3C (World Wide Web Consortium) XML 1.0 http://www.w3.org/tr/rec-xml http://www.fxis.co.jp/xmlcafe/tmp/rec-xml.html

More information

i

i 14 i ii iii iv v vi 14 13 86 13 12 28 14 16 14 15 31 (1) 13 12 28 20 (2) (3) 2 (4) (5) 14 14 50 48 3 11 11 22 14 15 10 14 20 21 20 (1) 14 (2) 14 4 (3) (4) (5) 12 12 (6) 14 15 5 6 7 8 9 10 7

More information

<4D F736F F D20566F F6E658C6791D FE382C582CC4A D834F E F8F4390B394C52E646F63>

<4D F736F F D20566F F6E658C6791D FE382C582CC4A D834F E F8F4390B394C52E646F63> imai@eng.kagawa-u.ac.jp (Tel: 087-864-2244(FAX )) Vodafone( J-Phone) (J-SA51 090-2829-9999) JavaTM ( Vappli ) SUN ( SUN ) Java2SE(J2SDK1.3.1 Java Standard Edition) Java2MEforCLDC(WTK1.04 Wireless Tool

More information

untitled

untitled RFID 15 9 RFID Radio Frequency IDentificationIC ID RFID IC IC RFID 240 Byte PDA Personal Digital Assistants PDA PocketPC 2002 CFTYPE II CF 125 khz 9600 bps 1 ID ID ID GIS 3 CAD ID PDA a PDA PDA b c PDA

More information

10K pdf

10K pdf #1 #2 Java class Circle { double x; // x double y; // y double radius; // void set(double tx, double ty){ x = tx; y = ty; void set(double tx, double ty, double r) { x = tx; y = ty; radius = r; // Circle

More information

1 1 1............................ 1 2............................ 1 3 Java........................ 2 4........................ 3 2 4 1................

1 1 1............................ 1 2............................ 1 3 Java........................ 2 4........................ 3 2 4 1................ Java 1 1 1............................ 1 2............................ 1 3 Java........................ 2 4........................ 3 2 4 1......................... 4 2.......................... 4 3....................

More information

tn_soturon_sjis.dvi

tn_soturon_sjis.dvi 3D 2005 3 A Graduation Thesis of College of Engineering, Chubu University Evaluation of Usability in Movement Operation for 3D Object Tetsushi Nakagawa 1 1 2 3 2.1... 3 2.2... 4 3 Zoo 7 3.1 Zoo... 7 3.2

More information

: : : TSTank 2

: : : TSTank 2 Java (8) 2008-05-20 Lesson6 Lesson5 Java 1 Lesson 6: TSTank1, TSTank2, TSTank3 java 2 car1 car2 Car car1 = new Car(); Car car2 = new Car(); car1.setcolor(red); car2.setcolor(blue); car2.changeengine(jet);

More information

untitled

untitled .NET Framework 6 2009 2 15 Copyright 2003-2006 All rights reserved. Reports.NET Reports.NET 275-0026 3-29-2-401 http://www.pao.ac/ 1....1 2....4 3....5 3-1. ...5 3-2. ...5 3-3.

More information

ODC FAL CC OKF Open Data Commons (ODC) OKF PDDL ODC-BY ODbL OKF Free Art License(FAL) FAL Copyleft Attitude Creative Commons CC CC0 CC-BY CC-BY-SA CC

ODC FAL CC OKF Open Data Commons (ODC) OKF PDDL ODC-BY ODbL OKF Free Art License(FAL) FAL Copyleft Attitude Creative Commons CC CC0 CC-BY CC-BY-SA CC 1 2 2 3 3 OKF 3-1 ODC FAL CC OKF Open Data Commons (ODC) OKF PDDL ODC-BY ODbL OKF Free Art License(FAL) FAL Copyleft Attitude Creative Commons CC CC0 CC-BY CC-BY-SA CC CC 3-2 http://www.data.go.jp/ CC-BY

More information

第1部 一般的コメント

第1部 一般的コメント (( 2000 11 24 2003 12 31 3122 94 2332 508 26 a () () i ii iii iv (i) (ii) (i) (ii) (iii) (iv) (a) (b)(c)(d) a) / (i) (ii) (iii) (iv) 1996 7 1996 12

More information

TitleWeb における画像とテキストの融合 Author(s) 安岡, 孝一 Citation (2003): 1-12 Issue Date URL Right Type Conference Paper

TitleWeb における画像とテキストの融合 Author(s) 安岡, 孝一 Citation (2003): 1-12 Issue Date URL   Right Type Conference Paper TitleWeb における画像とテキストの融合 Author(s) 安岡, 孝一 Citation (2003): 1-12 Issue Date 2003-03-10 URL http://hdl.handle.net/2433/218368 Right Type Conference Paper Textversion author Kyoto University Web 1 4 7 23 [1]

More information

名刺ファイリングOCR ユーザーズガイド

名刺ファイリングOCR ユーザーズガイド OCR OCR OCR OCR OCR 2004 9 MicrosoftWindowsWindows NT Microsoft Corporation Netscape Netscape Communications Corporation Yahoo! JAPANhttp://www.yahoo.co.jp/ Microsoft Corporation OCR i Multilingual OCR

More information

公図閲覧操作マニュアル

公図閲覧操作マニュアル 2009/03/09 NeoGIS 2010/08/06 NeoGIS - -------------------------------------------------------------- 4 -------------------------------------------------------------- 5 --------------------------------------------------------------

More information

表1票4.qx4

表1票4.qx4 iii iv v 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 22 23 10 11 24 25 26 27 10 56 28 11 29 30 12 13 14 15 16 17 18 19 2010 2111 22 23 2412 2513 14 31 17 32 18 33 19 34 20 35 21 36 24 37 25 38 2614

More information

Applet java.lang.object java.awt.component java.awt.container java.awt.panel java.applet.applet

Applet java.lang.object java.awt.component java.awt.container java.awt.panel java.applet.applet 13 Java 13.9 Applet 13.10 AppletContext 13.11 Applet java.lang.object java.awt.component java.awt.container java.awt.panel java.applet.applet Applet (1/2) Component GUI etc Container Applet (2/2) Panel

More information

E MathML W3C MathJax 1.3 MathJax MathJax[5] TEX MathML JavaScript TEX MathML [8] [9] MathSciNet[10] MathJax MathJax MathJax MathJax MathJax MathJax We

E MathML W3C MathJax 1.3 MathJax MathJax[5] TEX MathML JavaScript TEX MathML [8] [9] MathSciNet[10] MathJax MathJax MathJax MathJax MathJax MathJax We MathML TEX 1,a) 1,b) MathML TEX JavaScript MathJax TEX GUI MathML TEX MathJax Prototype of e-learning and Communication Systems to Support Displaying Math Equations with MathML and TEX Nobuo Yamashita

More information

第1章 国民年金における無年金

第1章 国民年金における無年金 1 2 3 4 ILO ILO 5 i ii 6 7 8 9 10 ( ) 3 2 ( ) 3 2 2 2 11 20 60 12 1 2 3 4 5 6 7 8 9 10 11 12 13 13 14 15 16 17 14 15 8 16 2003 1 17 18 iii 19 iv 20 21 22 23 24 25 ,,, 26 27 28 29 30 (1) (2) (3) 31 1 20

More information

橡sit nakai-ppt

橡sit nakai-ppt GML(Geography Markup Language) nakai@mv.thd.pb.nttdata.co.jp NTT 1 1997 1997 1998 1999 1999 OGC XML Web Mapping SIG GIS Web Galdos Inc. ( ) 1998 2 XML 1.0 XML 1998 12 NTT MDML by NTT Data OGC Simple Features

More information

untitled

untitled Web Ver3 2005 7 1. Web...1 2. Web...2 3. Web...3 4....5 5. ActiveX...9 6. Java...11 7. Netscape Plug-in... 15 8. COM... 19 9. Web API... 20 10.... 21 1. Web for WindowsCSV HTML 1 2. Web Web Web / for WindowsHTML

More information

石井.PDF

石井.PDF 1 2 5 11 15 20 2 copyright copyright 17 18 3 18 19 2 10 4 5 50 50 WIPO 17 15 6 1995 CD PC PP 7 CD 59 CD CD 8 9 10 11 12 20 13 14 WWWWorld Wide Web 15 WWW Netscape Navigator Internet Explorer Web 16 17

More information

20 15 14.6 15.3 14.9 15.7 16.0 15.7 13.4 14.5 13.7 14.2 10 10 13 16 19 22 1 70,000 60,000 50,000 40,000 30,000 20,000 10,000 0 2,500 59,862 56,384 2,000 42,662 44,211 40,639 37,323 1,500 33,408 34,472

More information

- 2 -

- 2 - - 2 - - 3 - (1) (2) (3) (1) - 4 - ~ - 5 - (2) - 6 - (1) (1) - 7 - - 8 - (i) (ii) (iii) (ii) (iii) (ii) 10 - 9 - (3) - 10 - (3) - 11 - - 12 - (1) - 13 - - 14 - (2) - 15 - - 16 - (3) - 17 - - 18 - (4) -

More information

2 1980 8 4 4 4 4 4 3 4 2 4 4 2 4 6 0 0 6 4 2 4 1 2 2 1 4 4 4 2 3 3 3 4 3 4 4 4 4 2 5 5 2 4 4 4 0 3 3 0 9 10 10 9 1 1

2 1980 8 4 4 4 4 4 3 4 2 4 4 2 4 6 0 0 6 4 2 4 1 2 2 1 4 4 4 2 3 3 3 4 3 4 4 4 4 2 5 5 2 4 4 4 0 3 3 0 9 10 10 9 1 1 1 1979 6 24 3 4 4 4 4 3 4 4 2 3 4 4 6 0 0 6 2 4 4 4 3 0 0 3 3 3 4 3 2 4 3? 4 3 4 3 4 4 4 4 3 3 4 4 4 4 2 1 1 2 15 4 4 15 0 1 2 1980 8 4 4 4 4 4 3 4 2 4 4 2 4 6 0 0 6 4 2 4 1 2 2 1 4 4 4 2 3 3 3 4 3 4 4

More information

I? 3 1 3 1.1?................................. 3 1.2?............................... 3 1.3!................................... 3 2 4 2.1........................................ 4 2.2.......................................

More information

1 (1) (2)

1 (1) (2) 1 2 (1) (2) (3) 3-78 - 1 (1) (2) - 79 - i) ii) iii) (3) (4) (5) (6) - 80 - (7) (8) (9) (10) 2 (1) (2) (3) (4) i) - 81 - ii) (a) (b) 3 (1) (2) - 82 - - 83 - - 84 - - 85 - - 86 - (1) (2) (3) (4) (5) (6)

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

1 1 1............................ 1 2 jquery........................ 2 3................ 3 4................... 3 2 4 1..............................

1 1 1............................ 1 2 jquery........................ 2 3................ 3 4................... 3 2 4 1.............................. 1 1 1............................ 1 2 jquery........................ 2 3................ 3 4................... 3 2 4 1.............................. 4 2.............................. 6 3...........................

More information

untitled

untitled Flex 2010 1 21 5106139 5106144 1 -------------------------------------------------------------------------------------------------p3 ----------------------------------------------------------------------------------------------p4

More information

新しいイテレーション型開発

新しいイテレーション型開発 2 XAML WPF Windows Presentation Foundation 4 / 4 5 Silverlight 5 XAML 6 6 XAML 6 6 7 8 8 9 XAML 9 XAML 12 12 / / 13 / 14 15 XAML 15 Expression Blend 15 Visual Studio 2008 16 XAML 16 Microsoft Expression

More information

PC

PC PC 1...1 1.1...1 1.2...1 1.2.1...1 1.2.2...3 1.3...4 1.4...4 2...5 2.1...5 2.2...6 2.3...8 2.4...9 3...11 3.1...11 3.2...11 3.2.1...11 3.2.2...11 3.3...12 3.3.1...12 3.3.2...13 3.3.3...15 3.3.4...18 3.4...19

More information

H H H H H H H H Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Window

H H H H H H H H Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Window H14.8.1 H15.9.15 H16.4.1 H19.7.1 H20.7.1 H20.12.1 H21.5.1 H22.4.1 Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Windows98,Me Windows Vista FZ-1360 IC Windows 7 WindowsNT4.0

More information

...h.book

...h.book OCR OCR OCR OCR OCR 2004 1 MicrosoftWindowsWindows NT Microsoft Corporation Netscape Netscape Communications Corporation Yahoo! JAPANhttp://www.yahoo.co.jp/ Microsoft Corporation OCR i Multilingual OCR

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Biz/Browser 2005 118 Biz/Browser Rich Client Biz/Browser Macromedia Flash MX Curl Surge Runtime Adobe Acrobat B2B B2C OLAP Biz/Designer CRS Chain Reflection Script Flash MX Pro 2004 SWF Action Script Surge

More information

JTS Google App Engine S119325

JTS Google App Engine S119325 JTS Google App Engine S119325 1 3 1.1.............................. 3 1.2.............................. 3 1.3.............................. 4 2 Google App Engine 5 2.1 Google App Engine.....................

More information

2016 IP 1 1 1 1.1............................................. 1 1.2.............................................. 1 1.3............................................. 1 1.4.............................................

More information

122.pdf

122.pdf HironobuUtsugi hironobu-utsugi@exa-corp.co.jp RDB exa review XML HTML W3C(World Wide Web Consortium) XML(Extensible Markup Language) HTML RDB(Relational Database) XML XML DB RDB XML DB XML DB XML * 1 RDB

More information

2 1 6 2 7 2.1....................................... 7 2.2.......................................... 7 3 9 3.1.......................................

2 1 6 2 7 2.1....................................... 7 2.2.......................................... 7 3 9 3.1....................................... 23 Travel M 20 2 1 6 2 7 2.1....................................... 7 2.2.......................................... 7 3 9 3.1....................................... 9 3.1.1....................................

More information

6 Tgif William Chia-Wei Chang tgif 3.0 pixmap URL Tgif 6.1: Tgif

6 Tgif William Chia-Wei Chang tgif 3.0 pixmap URL Tgif 6.1: Tgif 6 Tgif 121 6.1 Tgif............................ 122 6.2..................... 123 6.2.1...................... 126 6.2.2 Dash, Type, Style, Width.......... 127 6.2.3 Pen, Fill............. 128 6.2.4 Text......................

More information

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons.

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons. 1 PC PC 1 PC PC 1 PC PC PC PC 1 1 1 1.1 PC PC PC PC PC workstation PC 1.1.1 hardsoft 1.1.2 PC PC 1.1 1 1. 2. 3. CPU 1 Gustavb, Wikimedia Commons.http://en.wikipedia.org/wiki/Image:Personal_computer,_exploded_5.svg

More information

1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3...................

1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3................... 0448051 1 1 1........................... 1 2.............................. 1 2 2 1........................... 2 2...................... 3 3.................... 4 4........................ 6 5...........................

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

book

book Bibliotheca21 Personal 3020-7-245-30 P-26D3-A114 Bibliotheca21 Personal 01-30 OS Windows 2000 Windows Server(R) 2003 Windows XP Windows Server(R) 2008 Windows Vista(R) Windows 7 Adobe Adobe Systems Incorporated

More information

support.book

support.book BEAWebLogic Platform ªªª ª yª ª ª ª ª ªª ªªªª 7.0 ªªªª ªªª 2 ªª ª ª : 2003 2 u : m Copyright 2003 BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªªª «BEA «vw ~ ª ªª

More information

() DTD

() DTD 20 5 () 1...1 2...2 3...5 3-1...5 3-2...11 4...13 5...15 5-1...15 5-2...15 6...16 7...18 7-1...18 7-2...19 7-3...20 8...21 8-1...21 8-2...22 8-3...23 1 DTD... 1-1 2 XML... 2-1 3... 3-1 4 XML... 4-1 ()

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 12 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. Bento FileMaker, Inc. FileMaker

More information

CSV ToDo ToDo

CSV ToDo ToDo intra-mart ver4.0 2003/05/02 1. ( 10 imode ConceptBase imode CSV ToDo ToDo 2. intra-mart ver4.0 Java Sun JDK1.3.1 WebServerConnector Java DDL intra-mart intra-mart Java OS (1 Web Web intra-mart 2 Sun ONE

More information

2 1 5 1.1..................................... 5 2 6 2.1....................................... 6 2.2.......................................... 6 3 8

2 1 5 1.1..................................... 5 2 6 2.1....................................... 6 2.2.......................................... 6 3 8 23 2 1 5 1.1..................................... 5 2 6 2.1....................................... 6 2.2.......................................... 6 3 8 3.1....................................... 8 3.2...............................

More information

1 1 2 Unix 1 3 4 4 SVG 6 4.1 SVG................................... 6 4.2 SVG......................... 6 4.3 SVG.............................. 7 4.4..

1 1 2 Unix 1 3 4 4 SVG 6 4.1 SVG................................... 6 4.2 SVG......................... 6 4.3 SVG.............................. 7 4.4.. WWW 17 2 10 1 1 2 Unix 1 3 4 4 SVG 6 4.1 SVG................................... 6 4.2 SVG......................... 6 4.3 SVG.............................. 7 4.4................................. 8 4.5...........................

More information

「産業上利用することができる発明」の審査の運用指針(案)

「産業上利用することができる発明」の審査の運用指針(案) 1 1.... 2 1.1... 2 2.... 4 2.1... 4 3.... 6 4.... 6 1 1 29 1 29 1 1 1. 2 1 1.1 (1) (2) (3) 1 (4) 2 4 1 2 2 3 4 31 12 5 7 2.2 (5) ( a ) ( b ) 1 3 2 ( c ) (6) 2. 2.1 2.1 (1) 4 ( i ) ( ii ) ( iii ) ( iv)

More information

養育費相支セ_NL04.indd

養育費相支セ_NL04.indd Family Problems Information Center 4 N E W S L E T T E R 2010.8 N E W S L E T T E R 2 0 1 0. 8 4 N E W S L E T T E R 2 0 1 0. 8 Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 4 4 Family Problems Information Center URL http://www1.odn.ne.jp/fpic/youikuhi/index.html

More information

Java updated

Java updated Java 2003.07.14 updated 3 1 Java 5 1.1 Java................................. 5 1.2 Java..................................... 5 1.3 Java................................ 6 1.3.1 Java.......................

More information

Vol.56 No (Mar. 2015) Canvas SVG HTML Web Viewport Library UML Canvas SVG 1,000 HTML SVG Viewport Library Viewport Library HTML HTML Web H

Vol.56 No (Mar. 2015) Canvas SVG HTML Web Viewport Library UML Canvas SVG 1,000 HTML SVG Viewport Library Viewport Library HTML HTML Web H Vol.56 No.3 1039 1048 (Mar. 2015) Web 1,a) 1,b) 2014 6 30, 2014 10 8 HTML5 Web HTML5 HTML Canvas SVG HTML Canvas SVG Web Viewport Library Viewport Library HTML SVG Viewport Library Viewport Library AssureNote

More information

22 9 1... 1 2... 2 3... 3 4... 6 4-1... 6 4-2... 13 4-3... 15 4-4... 17 4-5... 19 5... 23 6... 25 7... 28 7-1... 28 7-2... 29 7-3... 31 8... 32 8-1... 32 8-2... 33 8-3... 34 8-4... 34 1 DTD... 1-1 2 XML...

More information

オンラインによる 「電子申告・納税等開始(変更等)届出書」 提出方法

オンラインによる 「電子申告・納税等開始(変更等)届出書」 提出方法 18 2 1 OS 2 OS WWW OS Windows 2000 Professional Windows XP (Home Edition) Windows XP (Professional Edition) WWW Microsoft Internet Explorer 6.0 Windows 98 Windows Me WindowsNT OS e-tax 3 Internet Explorer

More information

i ii iii iv v vi vii ( ー ー ) ( ) ( ) ( ) ( ) ー ( ) ( ) ー ー ( ) ( ) ( ) ( ) ( ) 13 202 24122783 3622316 (1) (2) (3) (4) 2483 (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) 11 11 2483 13

More information

u302.book

u302.book Text Search Filter Library Version 3 3000-6-302-10 P-1MD3-3831* Text Search Filter Library Version 3 03-10 OS AIX 5L V5.2 AIX 5L V5.3 P-24D3-3834 Text Search Filter Library Version 3 03-10 OS Windows 2000

More information

ルール&マナー集_社内版)_修正版.PDF

ルール&マナー集_社内版)_修正版.PDF WWW(World Wide Web) Web 12 WWW ID 2 1 2 3 4 WWW World Wide Web 5 5 A B 11 http://www.enc.or.jp/enc/code/rule/main.html 12 3 ... 2 1... 5 1.1... 5 1.2... 5 1.3... 6 1.4... 7 2... 9 2.1... 9 2.2 ID... 10

More information