Uses of Class
org.deegree.gml.GMLVersion

Packages that use GMLVersion
org.deegree.feature   
org.deegree.feature.persistence   
org.deegree.feature.types   
org.deegree.feature.xpath   
org.deegree.gml   
org.deegree.gml.dictionary   
org.deegree.gml.feature   
org.deegree.gml.feature.schema   
org.deegree.gml.geometry   
org.deegree.gml.geometry.validation   
org.deegree.gml.props   
org.deegree.gml.schema   
 

Uses of GMLVersion in org.deegree.feature
 

Methods in org.deegree.feature with parameters of type GMLVersion
 Property[] AbstractFeature.getProperties(GMLVersion version)
           
 Property[] Feature.getProperties(GMLVersion version)
          Returns all properties in order, including standard GML properties.
 Property[] AbstractFeature.getProperties(javax.xml.namespace.QName propName, GMLVersion version)
           
 Property[] Feature.getProperties(javax.xml.namespace.QName propName, GMLVersion version)
          Returns the properties with the given name, in order.
 Property AbstractFeature.getProperty(javax.xml.namespace.QName propName, GMLVersion version)
           
 Property Feature.getProperty(javax.xml.namespace.QName propName, GMLVersion version)
          Returns the property with the given name.
 void AbstractFeature.setProperties(java.util.List<Property> props, GMLVersion version)
           
 void Feature.setProperties(java.util.List<Property> props, GMLVersion version)
          Called during construction to initialize the properties of the feature.
 void AbstractFeature.setPropertyValue(javax.xml.namespace.QName propName, int occurence, TypedObjectNode value, GMLVersion version)
           
 void Feature.setPropertyValue(javax.xml.namespace.QName propName, int occurence, TypedObjectNode value, GMLVersion version)
          Sets the value of a specific occurrence of a property with a given name (or removes the property from the feature).
 

Constructors in org.deegree.feature with parameters of type GMLVersion
GenericFeature(GenericFeatureType ft, java.lang.String fid, java.util.List<Property> props, GMLVersion version)
          Creates a new GenericFeature instance.
GenericFeatureCollection(FeatureCollectionType ft, java.lang.String fid, java.util.List<Property> props, GMLVersion version)
          Creates a new GenericFeatureCollection instance with type information and content specified using properties.
 

Uses of GMLVersion in org.deegree.feature.persistence
 

Constructors in org.deegree.feature.persistence with parameters of type GMLVersion
BlobCodec(GMLVersion gmlVersion, BlobCodec.Compression compression)
          Creates a new BlobCodec instance.
 

Uses of GMLVersion in org.deegree.feature.types
 

Methods in org.deegree.feature.types with parameters of type GMLVersion
 PropertyType GenericFeatureType.getPropertyDeclaration(javax.xml.namespace.QName propName, GMLVersion version)
           
 PropertyType GenericFeatureCollectionType.getPropertyDeclaration(javax.xml.namespace.QName propName, GMLVersion version)
           
 PropertyType FeatureType.getPropertyDeclaration(javax.xml.namespace.QName propName, GMLVersion version)
          Returns the declaration of the property with the given name.
 java.util.List<PropertyType> GenericFeatureType.getPropertyDeclarations(GMLVersion version)
           
 java.util.List<PropertyType> GenericFeatureCollectionType.getPropertyDeclarations(GMLVersion version)
           
 java.util.List<PropertyType> FeatureType.getPropertyDeclarations(GMLVersion version)
          Returns all property declarations of the feature type, including those that any GML feature allows for.
 Feature GenericFeatureType.newFeature(java.lang.String fid, java.util.List<Property> props, GMLVersion version)
           
 Feature GenericFeatureCollectionType.newFeature(java.lang.String fid, java.util.List<Property> props, GMLVersion version)
           
 Feature FeatureType.newFeature(java.lang.String fid, java.util.List<Property> props, GMLVersion version)
          Creates a new Feature instance (that is of this type).
 

Uses of GMLVersion in org.deegree.feature.xpath
 

Constructors in org.deegree.feature.xpath with parameters of type GMLVersion
FeatureXPath(java.lang.String xpathExpr, Feature rootFeature, GMLVersion version)
          Create a new FeatureXPath from an XPath expression string.
FeatureXPathEvaluator(GMLVersion version)
          Creates a new FeatureXPathEvaluator instance.
GMLObjectNode(XPathNode parentNode, V object, GMLVersion version)
           
 

Uses of GMLVersion in org.deegree.gml
 

Methods in org.deegree.gml that return GMLVersion
static GMLVersion GMLVersion.fromMimeType(java.lang.String mimeType, GMLVersion defaultVersion)
          This method creates a GMLVersion from the given mimetype.
static GMLVersion GMLVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GMLVersion[] GMLVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.gml with parameters of type GMLVersion
static GMLStreamReader GMLInputFactory.createGMLStreamReader(GMLVersion version, java.net.URL url)
          Creates a new GMLStreamReader instance for reading GML of the specified version.
static GMLStreamReader GMLInputFactory.createGMLStreamReader(GMLVersion version, javax.xml.stream.XMLStreamReader xmlStream)
          Creates a new GMLStreamReader instance for reading GML of the specified version.
static GMLStreamWriter GMLOutputFactory.createGMLStreamWriter(GMLVersion version, javax.xml.stream.XMLStreamWriter xmlStream)
          Creates a new GMLStreamWriter instance for generating GML of the specified version.
static GMLVersion GMLVersion.fromMimeType(java.lang.String mimeType, GMLVersion defaultVersion)
          This method creates a GMLVersion from the given mimetype.
 void XMLTransformer.transform(javax.xml.stream.XMLStreamReader reader, javax.xml.stream.XMLStreamWriter writer, CoordinateSystem sourceCRS, GMLVersion gmlVersion, boolean testValidArea, java.util.List<Transformation> requestedTransformation)
          Transforms the given input stream, and streams the input into the output directly.
 void XMLTransformer.transform(javax.xml.stream.XMLStreamReader reader, javax.xml.stream.XMLStreamWriter writer, GMLVersion gmlVersion)
          Transforms the given input stream, and streams the input into the output directly.
 

Constructors in org.deegree.gml with parameters of type GMLVersion
GMLDocumentIdContext(GMLVersion version)
          Creates a new GMLDocumentIdContext instance for a GML document of the given version.
 

Uses of GMLVersion in org.deegree.gml.dictionary
 

Constructors in org.deegree.gml.dictionary with parameters of type GMLVersion
GMLDictionaryReader(GMLVersion version, javax.xml.stream.XMLStreamReader xmlStream, GMLDocumentIdContext idContext)
           
GMLDictionaryWriter(GMLVersion version, javax.xml.stream.XMLStreamWriter writer)
          Creates a new {link GMLDictionaryWriter instance.
 

Uses of GMLVersion in org.deegree.gml.feature
 

Methods in org.deegree.gml.feature with parameters of type GMLVersion
static Pair<StandardGMLFeatureProps,java.util.List<Property>> StandardGMLFeatureProps.create(java.util.List<Property> props, GMLVersion version)
          Creates a StandardGMLFeatureProps instances from the given list of Property objects and returns the remaining properties that are not GML default properties.
 java.util.Collection<Property> StandardGMLFeatureProps.getProperties(GMLVersion version)
          Returns the corresponding Property instances for a specific GML version.
 Property[] FeatureReference.getProperties(GMLVersion version)
           
 Property[] StandardGMLFeatureProps.getProperties(javax.xml.namespace.QName propName, GMLVersion version)
          Returns the standard GML properties with the given name.
 Property[] FeatureReference.getProperties(javax.xml.namespace.QName propName, GMLVersion version)
           
 java.lang.Object[] StandardGMLFeatureProps.getPropertiesValues(javax.xml.namespace.QName propName, GMLVersion version)
          Returns the values of the standard GML properties with the given name.
 Property StandardGMLFeatureProps.getProperty(javax.xml.namespace.QName propName, GMLVersion version)
          Returns the standard GML property with the given name.
 Property FeatureReference.getProperty(javax.xml.namespace.QName propName, GMLVersion version)
           
static PropertyType StandardGMLFeatureProps.getPropertyType(javax.xml.namespace.QName propName, GMLVersion version)
          Returns the standard GML property declaration with the given name for the specified GML version.
static java.util.Collection<PropertyType> StandardGMLFeatureProps.getPropertyTypes(GMLVersion version)
          Returns the declaration for standard properties that any GML feature allows for.
 java.lang.Object StandardGMLFeatureProps.getPropertyValue(javax.xml.namespace.QName propName, GMLVersion version)
          Returns the value of the standard GML property with the given name.
 void FeatureReference.setProperties(java.util.List<Property> props, GMLVersion version)
           
 boolean StandardGMLFeatureProps.setPropertyValue(javax.xml.namespace.QName propName, int occurence, TypedObjectNode value, GMLVersion version)
           
 void FeatureReference.setPropertyValue(javax.xml.namespace.QName propName, int occurence, TypedObjectNode value, GMLVersion version)
           
 

Constructors in org.deegree.gml.feature with parameters of type GMLVersion
GMLFeatureReader(GMLVersion version, ApplicationSchema schema, GMLDocumentIdContext idContext, int defaultCoordDim)
          Creates a new GMLFeatureReader instance that is configured for building features with the specified feature types.
GMLFeatureReader(GMLVersion version, ApplicationSchema schema, GMLDocumentIdContext idContext, int defaultCoordDim, GMLReferenceResolver resolver)
          Creates a new GMLFeatureReader instance that is configured for building features with the specified feature types.
GMLFeatureWriter(GMLVersion version, javax.xml.stream.XMLStreamWriter writer, CRS outputCRS, CoordinateFormatter formatter, java.lang.String referenceTemplate, PropertyName[] requestedProps, int traverseXlinkDepth, int traverseXlinkExpiry, XLinkPropertyName[] xlinkProps, boolean exportSfGeometries, boolean outputGeometries, java.util.Map<java.lang.String,java.lang.String> prefixToNs, AdditionalObjectHandler additionalObjectHandler)
           
 

Uses of GMLVersion in org.deegree.gml.feature.schema
 

Constructors in org.deegree.gml.feature.schema with parameters of type GMLVersion
ApplicationSchemaXSDDecoder(GMLVersion gmlVersion, java.util.Map<java.lang.String,java.lang.String> namespaceHints, java.io.File schemaFile)
          Creates a new ApplicationSchemaXSDDecoder from the given schema file (which may be a directory).
ApplicationSchemaXSDDecoder(GMLVersion gmlVersion, java.util.Map<java.lang.String,java.lang.String> namespaceHints, java.lang.String... schemaUrls)
          Creates a new ApplicationSchemaXSDDecoder from the given schema URL(s).
ApplicationSchemaXSDEncoder(GMLVersion version, java.lang.String targetNamespace, java.util.Map<java.lang.String,java.lang.String> importURLs, java.util.Map<java.lang.String,java.lang.String> prefixToNs)
          Creates a new ApplicationSchemaXSDEncoder for the given GML version and optional import URL.
 

Uses of GMLVersion in org.deegree.gml.geometry
 

Constructors in org.deegree.gml.geometry with parameters of type GMLVersion
GML3GeometryReader(GMLVersion version, GeometryFactory geomFac, GMLDocumentIdContext idContext, int defaultCoordDim)
          Creates a new GML3GeometryReader instance.
GML3GeometryWriter(GMLVersion version, javax.xml.stream.XMLStreamWriter writer)
          Creates a new GML3GeometryWriter instance, with no default crs, the default formatter and no simple feature support.
GML3GeometryWriter(GMLVersion version, javax.xml.stream.XMLStreamWriter writer, CRS outputCrs, CoordinateFormatter formatter, boolean exportSf, java.util.Set<java.lang.String> exportedIds)
          Creates a new GML3GeometryWriter instance.
 

Uses of GMLVersion in org.deegree.gml.geometry.validation
 

Constructors in org.deegree.gml.geometry.validation with parameters of type GMLVersion
GML3GeometryValidator(GMLVersion version, XMLStreamReaderWrapper xmlStream, GMLValidationEventHandler gmlErrorHandler, int defaultCoordDim)
           
 

Uses of GMLVersion in org.deegree.gml.props
 

Constructors in org.deegree.gml.props with parameters of type GMLVersion
GMLStdPropsReader(GMLVersion version)
          Creates a new GMLStdPropsReader for the specified GML version.
GMLStdPropsWriter(GMLVersion version, javax.xml.stream.XMLStreamWriter writer)
          Creates a new GMLStdPropsWriter instance.
 

Uses of GMLVersion in org.deegree.gml.schema
 

Methods in org.deegree.gml.schema that return GMLVersion
 GMLVersion GMLSchemaInfoSet.getVersion()
          Returns the GML version used for the infoset.
 

Constructors in org.deegree.gml.schema with parameters of type GMLVersion
GMLSchemaInfoSet(GMLVersion version, java.lang.String... schemaUrls)
          Creates a new GMLSchemaInfoSet instance for the given GML version and using the specified schemas.
 



Copyright © 2011. All Rights Reserved.