Uses of Class
org.geotools.gml2.SrsSyntax

Packages that use SrsSyntax
org.geotools.gml2   
org.geotools.gml2.bindings   
org.geotools.gml3   
org.geotools.gml3.bindings   
org.geotools.gml3.v3_2   
org.geotools.gml3.v3_2.bindings   
 

Uses of SrsSyntax in org.geotools.gml2
 

Fields in org.geotools.gml2 declared as SrsSyntax
protected  SrsSyntax GMLConfiguration.srsSyntax
          Srs name style to encode srsName URI's with
 

Methods in org.geotools.gml2 that return SrsSyntax
 SrsSyntax GMLConfiguration.getSrsSyntax()
          Returns the syntax to use for encoding srs uris.
static SrsSyntax SrsSyntax.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SrsSyntax[] SrsSyntax.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.geotools.gml2 with parameters of type SrsSyntax
 void GMLConfiguration.setSrsSyntax(SrsSyntax srsSyntax)
          Sets the syntax to use for encoding srs uris.
 

Uses of SrsSyntax in org.geotools.gml2.bindings
 

Methods in org.geotools.gml2.bindings with parameters of type SrsSyntax
static String GML2EncodingUtils.toURI(CoordinateReferenceSystem crs, SrsSyntax srsSyntax)
          Encodes the crs object as a uri using the specified syntax.
 

Uses of SrsSyntax in org.geotools.gml3
 

Fields in org.geotools.gml3 declared as SrsSyntax
protected  SrsSyntax GMLConfiguration.srsSyntax
          Srs name style to encode srsName URI's with
 

Methods in org.geotools.gml3 that return SrsSyntax
 SrsSyntax GMLConfiguration.getSrsSyntax()
          Returns the syntax to use for encoding srs uris.
 

Methods in org.geotools.gml3 with parameters of type SrsSyntax
 void GMLConfiguration.setSrsSyntax(SrsSyntax srsSyntax)
          Sets the syntax to use for encoding srs uris.
 

Uses of SrsSyntax in org.geotools.gml3.bindings
 

Methods in org.geotools.gml3.bindings with parameters of type SrsSyntax
 void AbstractGeometryTypeBinding.setSrsSyntax(SrsSyntax srsSyntax)
           
 

Constructors in org.geotools.gml3.bindings with parameters of type SrsSyntax
AbstractGeometryTypeBinding(Configuration config, SrsSyntax srsSyntax)
           
EnvelopeTypeBinding(Configuration config, SrsSyntax srsSyntax)
           
 

Uses of SrsSyntax in org.geotools.gml3.v3_2
 

Methods in org.geotools.gml3.v3_2 that return SrsSyntax
 SrsSyntax GMLConfiguration.getSrsSyntax()
          Returns the syntax to use for encoding srs uris.
 

Methods in org.geotools.gml3.v3_2 with parameters of type SrsSyntax
 void GMLConfiguration.setSrsSyntax(SrsSyntax srsSyntax)
          Sets the syntax to use for encoding srs uris.
 

Uses of SrsSyntax in org.geotools.gml3.v3_2.bindings
 

Constructors in org.geotools.gml3.v3_2.bindings with parameters of type SrsSyntax
EnvelopeTypeBinding(Configuration config, SrsSyntax srsSyntax)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.