org.deegree.model.spatialschema

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » deegree » org.deegree.model.spatialschema 
org.deegree.model.spatialschema
Java Source File NameTypeComment
Aggregate.javaInterface This interface defines the basis functionallity of all geometry aggregations.
AggregateImpl.javaClass
Boundary.javaInterface This interface defines the basis functionallity of geomerty boundaries.
BoundaryImpl.javaClass default implementation of the Boundary interface.
ByteUtils.javaClass Utilities for reading and writing the components of binary files.
Complex.javaInterface
ComplexBoundary.javaInterface
Composite.javaInterface
CompositeCurve.javaInterface
CompositePoint.javaInterface
CompositeSolid.javaInterface
CompositeSurface.javaInterface
Curve.javaInterface The interface defines the access to curve geometries.
CurveBoundary.javaInterface
CurveBoundaryImpl.javaClass default implementation of the CurveBoundary interface from package jago.model.
CurveImpl.javaClass
CurveSegment.javaInterface
CurveSegmentImpl.javaClass default implementation of the CurveSegment interface from package jago.model.
Envelope.javaInterface a boundingbox as child of a Polygon isn't part of the iso19107 spec but it simplifies the geometry handling
version:
   $Revision: 9343 $
author:
   Andreas Poth
author:
   last edited by: $Author: apoth $
version:
   1.0.
EnvelopeImpl.javaClass
GenericCurve.javaInterface The interface defines the bais of curves and curve segments.
GenericSurface.javaInterface
Geometry.javaInterface The basic interface for all geometries.
GeometryException.javaClass
GeometryFactory.javaClass Factory to create geometry instances.
GeometryImpl.javaClass Default implementation of the Geometry interface from package deegree.model.
GeometryTest.javaClass
version:
   $Revision: 9336 $
author:
   Andreas Poth
author:
   last edited by: $Author: apoth $
version:
   1.0.
GMLGeometryAdapter.javaClass Adapter class for converting GML geometries to deegree geometries and vice versa.
GMLTest.javaClass Test case for Web Feature Service (WFS).
JTSAdapter.javaClass Adapter between deegree-Geometrys and JTS-Geometry objects.
LinearContains.javaClass
version:
   $Revision: 9343 $
author:
   Andreas Poth
author:
   last edited by: $Author: apoth $
version:
   1.0.
LinearIntersects.javaClass
LineString.javaInterface The interface defines a specialisation of the CurveSegment interface for a sequence of point connected with linear interpolation.
LineStringImpl.javaClass default implementation of the LineString interface of package jago.model.
MultiCurve.javaInterface The interface defines the access to a aggregations of Curve objects.
MultiCurveImpl.javaClass default implementation of the MultiCurve interface from package jago.model.
MultiPoint.javaInterface The interface defines the access to a aggregations of Point objects.
MultiPointImpl.javaClass default implementierung of the MultiPoint interface of package jago.model.
MultiPrimitive.javaInterface This interface defines the basis functionallity of all aggregations containing primetive geometries.
MultiPrimitiveImpl.javaClass
MultiSolid.javaInterface Basic interface for handling aggregations of solid geometries.
MultiSurface.javaInterface This Interface defines the Aggregation of Surfaces.
MultiSurfaceImpl.javaClass
OrientableCurve.javaInterface The specialisation of the OrientablePrimitive as a curve.
OrientableCurveImpl.javaClass default implementierung of the OrientableSurface interface from package jago.model.
OrientablePrimitive.javaInterface The basic interface for orientated two dimensional geometries.
OrientablePrimitiveImpl.javaClass default implementation of the OrientablePrimitive interface from package jago.model.
OrientableSurface.javaInterface
OrientableSurfaceImpl.javaClass default implementation of the OrientableSurface interface from package jago.model.
Point.javaInterface
PointImpl.javaClass default implementation of the Point interface.
Polygon.javaInterface A Polygon is a specialized SurfacePatch and it's implementation should be implementable.
PolygonImpl.javaClass
Position.javaInterface A sequence of decimals numbers which when written on a width are a sequence of coordinate positions.
PositionImpl.javaClass A sequence of decimals numbers which when written on a width are a sequence of coordinate positions.
Primitive.javaInterface A Primitive is the basic geometry for all none complex geometries.
PrimitiveBoundary.javaInterface A PrimitiveBoundary is the basic boundary for all none complex geometries.
PrimitiveBoundaryImpl.javaClass default implementation of the PrimitiveBoundary interface.
PrimitiveImpl.javaClass default implementation of the Primitive interface from package jago.model.
Ring.javaInterface
RingImpl.javaClass default implementation of the Ring interface of the
version:
   $Revision: 9343 $
author:
   Andreas Poth
author:
   last edited by: $Author: apoth $
version:
   1.0.
Shell.javaInterface
Solid.javaInterface definies the basis of a three dimensional geometry.
SolidBoundary.javaInterface
Surface.javaInterface Defining the surface geometry of the iso geometry model.
SurfaceBoundary.javaInterface Defining the boundary of a surface.
SurfaceBoundaryImpl.javaClass default implementation of the SurfaceBoundary interface.
SurfaceImpl.javaClass default implementation of the Surface interface from package jago.model.

for simplicity of the implementation it is assumed that a surface is build from just one surface patch.
SurfaceInterpolation.javaInterface Defining the different kind of surface interpolation known by the iso geometry modell.
SurfaceInterpolationImpl.javaClass default implementation of the SurfaceInterpolation interface from the package jago.model.
SurfacePatch.javaInterface Defining the iso geometry SurfacePatch which is used for building surfaces.
SurfacePatchImpl.javaClass default implementation of the SurfacePatch interface from package jago.model.
WKTAdapter.javaClass Adapter class for exporting deegree geometries to WKT and to wrap WKT code geometries to deegree geometries.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.