Uses of Class
org.geotools.gml2.SrsSyntax
- 
Packages that use SrsSyntax Package Description 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.gml2Fields in org.geotools.gml2 declared as SrsSyntax Modifier and Type Field Description protected SrsSyntaxGMLConfiguration. srsSyntaxSrs name style to encode srsName URI's withMethods in org.geotools.gml2 that return SrsSyntax Modifier and Type Method Description SrsSyntaxGMLConfiguration. getSrsSyntax()Returns the syntax to use for encoding srs uris.static SrsSyntaxSrsSyntax. 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 Modifier and Type Method Description voidGMLConfiguration. setSrsSyntax(SrsSyntax srsSyntax)Sets the syntax to use for encoding srs uris.
- 
Uses of SrsSyntax in org.geotools.gml2.bindingsMethods in org.geotools.gml2.bindings with parameters of type SrsSyntax Modifier and Type Method Description static StringGML2EncodingUtils. toURI(CoordinateReferenceSystem crs, SrsSyntax srsSyntax, boolean switchCode)Encodes the crs object as a uri using the specified syntax.
- 
Uses of SrsSyntax in org.geotools.gml3Fields in org.geotools.gml3 declared as SrsSyntax Modifier and Type Field Description protected SrsSyntaxGMLConfiguration. srsSyntaxSrs name style to encode srsName URI's withMethods in org.geotools.gml3 that return SrsSyntax Modifier and Type Method Description SrsSyntaxGMLConfiguration. getSrsSyntax()Returns the syntax to use for encoding srs uris.Methods in org.geotools.gml3 with parameters of type SrsSyntax Modifier and Type Method Description voidGMLConfiguration. setSrsSyntax(SrsSyntax srsSyntax)Sets the syntax to use for encoding srs uris.
- 
Uses of SrsSyntax in org.geotools.gml3.bindingsMethods in org.geotools.gml3.bindings with parameters of type SrsSyntax Modifier and Type Method Description voidAbstractGeometryTypeBinding. setSrsSyntax(SrsSyntax srsSyntax)static URIGML3EncodingUtils. toURI(CoordinateReferenceSystem crs, SrsSyntax srsSyntax)Constructors in org.geotools.gml3.bindings with parameters of type SrsSyntax Constructor Description AbstractGeometryTypeBinding(Configuration config, SrsSyntax srsSyntax)EnvelopeTypeBinding(Configuration config, SrsSyntax srsSyntax)
- 
Uses of SrsSyntax in org.geotools.gml3.v3_2Methods in org.geotools.gml3.v3_2 that return SrsSyntax Modifier and Type Method Description SrsSyntaxGMLConfiguration. getSrsSyntax()Returns the syntax to use for encoding srs uris.Methods in org.geotools.gml3.v3_2 with parameters of type SrsSyntax Modifier and Type Method Description voidGMLConfiguration. setSrsSyntax(SrsSyntax srsSyntax)Sets the syntax to use for encoding srs uris.
- 
Uses of SrsSyntax in org.geotools.gml3.v3_2.bindingsConstructors in org.geotools.gml3.v3_2.bindings with parameters of type SrsSyntax Constructor Description EnvelopeTypeBinding(Configuration config, SrsSyntax srsSyntax)
 
-