Java Doc for GeoTiffConstants.java in  » GIS » GeoTools-2.4.1 » org » geotools » gce » geotiff » IIOMetadataAdpaters » utils » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 » GeoTools 2.4.1 » org.geotools.gce.geotiff.IIOMetadataAdpaters.utils 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.geotools.gce.geotiff.IIOMetadataAdpaters.utils.GeoTiffConstants

GeoTiffConstants
final public class GeoTiffConstants (Code)

author:
   simone


Field Summary
final public static  shortARRAY_ELEM_INCREMENT
    
final public static  intDEFAULT_GEOTIFF_VERSION
    
final public static  intDEFAULT_KEY_REVISION_MAJOR
    
final public static  intDEFAULT_KEY_REVISION_MINOR
    
final public static  StringGEOTIFF_ASCIIS_TAG
    
final public static  StringGEOTIFF_ASCII_TAG
    
final public static  StringGEOTIFF_DOUBLES_TAG
    
final public static  StringGEOTIFF_DOUBLE_TAG
     The DOM element ID (tag) for a single TIFF double.
final public static  StringGEOTIFF_FIELD_TAG
    
final public static  StringGEOTIFF_IFD_TAG
    
final public static  StringGEOTIFF_IIO_METADATA_FORMAT_NAME
    
final public static  StringGEOTIFF_IIO_ROOT_ELEMENT_NAME
    
final public static  StringGEOTIFF_SHORTS_TAG
    
final public static  StringGEOTIFF_SHORT_TAG
     The DOM element ID (tag) for a single TIFF Short value.
final public static  StringGEOTIFF_TAGSETS_ATT_NAME
    
final public static  intGTModelTypeGeoKey
     GTModelTypeGeoKey Key ID = 1024 Type: SHORT (code) Values: Section 6.3.1.1 Codes This GeoKey defines the general type of model Coordinate system used, and to which the raster space will be transformed: unknown, Geocentric (rarely used), Geographic, Projected Coordinate System, or user-defined.
final public static  intGTRasterTypeGeoKey
     GTRasterTypeGeoKey Key ID = 1025 Type = Section 6.3.1.2 codes This establishes the Raster Space coordinate system used; there are currently only two, namely RasterPixelIsPoint and RasterPixelIsArea.
final public static  shortGTUserDefinedGeoKey
    
final public static  StringGTUserDefinedGeoKey_String
    
final public static  StringNAME_ATTR
    
final public static  StringNUMBER_ATTR
    
final public static  intRasterPixelIsArea
    
final public static  intRasterPixelIsPoint
    
final public static  intUNDEFINED
    
final public static  intUSHORT_MAX
    
final public static  intUSHORT_MIN
    
final public static  StringVALUE_ATTR
    



Field Detail
ARRAY_ELEM_INCREMENT
final public static short ARRAY_ELEM_INCREMENT(Code)



DEFAULT_GEOTIFF_VERSION
final public static int DEFAULT_GEOTIFF_VERSION(Code)



DEFAULT_KEY_REVISION_MAJOR
final public static int DEFAULT_KEY_REVISION_MAJOR(Code)



DEFAULT_KEY_REVISION_MINOR
final public static int DEFAULT_KEY_REVISION_MINOR(Code)



GEOTIFF_ASCIIS_TAG
final public static String GEOTIFF_ASCIIS_TAG(Code)
The DOM element ID (tag) for a set of TIFF Ascii values



GEOTIFF_ASCII_TAG
final public static String GEOTIFF_ASCII_TAG(Code)
The DOM element ID (tag) for a single TIFF Ascii value



GEOTIFF_DOUBLES_TAG
final public static String GEOTIFF_DOUBLES_TAG(Code)
The DOM element ID (tag) for a set of TIFF Double values



GEOTIFF_DOUBLE_TAG
final public static String GEOTIFF_DOUBLE_TAG(Code)
The DOM element ID (tag) for a single TIFF double. The value is stored in an attribute named "value"



GEOTIFF_FIELD_TAG
final public static String GEOTIFF_FIELD_TAG(Code)
The DOM element ID (tag) for a TIFF Field



GEOTIFF_IFD_TAG
final public static String GEOTIFF_IFD_TAG(Code)
The DOM element ID (tag) for a TIFF Image File Directory



GEOTIFF_IIO_METADATA_FORMAT_NAME
final public static String GEOTIFF_IIO_METADATA_FORMAT_NAME(Code)



GEOTIFF_IIO_ROOT_ELEMENT_NAME
final public static String GEOTIFF_IIO_ROOT_ELEMENT_NAME(Code)



GEOTIFF_SHORTS_TAG
final public static String GEOTIFF_SHORTS_TAG(Code)
The DOM element ID (tag) for a set of TIFF Short values



GEOTIFF_SHORT_TAG
final public static String GEOTIFF_SHORT_TAG(Code)
The DOM element ID (tag) for a single TIFF Short value. The value is stored in an attribute named "value"



GEOTIFF_TAGSETS_ATT_NAME
final public static String GEOTIFF_TAGSETS_ATT_NAME(Code)



GTModelTypeGeoKey
final public static int GTModelTypeGeoKey(Code)
GTModelTypeGeoKey Key ID = 1024 Type: SHORT (code) Values: Section 6.3.1.1 Codes This GeoKey defines the general type of model Coordinate system used, and to which the raster space will be transformed: unknown, Geocentric (rarely used), Geographic, Projected Coordinate System, or user-defined. If the coordinate system is a PCS, then only the PCS code need be specified. If the coordinate system does not fit into one of the standard registered PCS'S, but it uses one of the standard projections and datums, then its should be documented as a PCS model with "user-defined" type, requiring the specification of projection parameters, etc. GeoKey requirements for User-Defined Model Type (not advisable): GTCitationGeoKey



GTRasterTypeGeoKey
final public static int GTRasterTypeGeoKey(Code)
GTRasterTypeGeoKey Key ID = 1025 Type = Section 6.3.1.2 codes This establishes the Raster Space coordinate system used; there are currently only two, namely RasterPixelIsPoint and RasterPixelIsArea.



GTUserDefinedGeoKey
final public static short GTUserDefinedGeoKey(Code)



GTUserDefinedGeoKey_String
final public static String GTUserDefinedGeoKey_String(Code)



NAME_ATTR
final public static String NAME_ATTR(Code)
The DOM attribute name for a TIFF Field Tag (name)



NUMBER_ATTR
final public static String NUMBER_ATTR(Code)
The DOM attribute name for a TIFF Field Tag (number)



RasterPixelIsArea
final public static int RasterPixelIsArea(Code)
6.3.1.2 Raster Type Codes Ranges: 0 = undefined [ 1, 1023] = Raster Type Codes (GeoTIFFWritingUtilities Defined) [1024, 32766] = Reserved 32767 = user-defined [32768, 65535]= Private User



RasterPixelIsPoint
final public static int RasterPixelIsPoint(Code)



UNDEFINED
final public static int UNDEFINED(Code)



USHORT_MAX
final public static int USHORT_MAX(Code)



USHORT_MIN
final public static int USHORT_MIN(Code)



VALUE_ATTR
final public static String VALUE_ATTR(Code)
The DOM attribute name for a TIFF Entry value (whether Short, Double, or Ascii)





Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.