|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(QName propName,
GMLVersion version)
|
Property[] |
Feature.getProperties(QName propName,
GMLVersion version)
Returns the properties with the given name, in order. |
Property |
AbstractFeature.getProperty(QName propName,
GMLVersion version)
|
Property |
Feature.getProperty(QName propName,
GMLVersion version)
Returns the property with the given name. |
void |
AbstractFeature.setProperties(List<Property> props,
GMLVersion version)
|
void |
Feature.setProperties(List<Property> props,
GMLVersion version)
Called during construction to initialize the properties of the feature. |
void |
AbstractFeature.setPropertyValue(QName propName,
int occurence,
TypedObjectNode value,
GMLVersion version)
|
void |
Feature.setPropertyValue(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(FeatureType ft,
String fid,
List<Property> props,
GMLVersion version,
ExtraProps extraProps)
Creates a new GenericFeature instance. |
|
GenericFeatureCollection(FeatureCollectionType ft,
String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
Creates a new GenericFeatureCollection instance with type information and content specified using
properties. |
Uses of GMLVersion in org.deegree.feature.persistence.sql.blob |
---|
Constructors in org.deegree.feature.persistence.sql.blob 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 |
FeatureType.getPropertyDeclaration(QName propName,
GMLVersion version)
Returns the declaration of the property with the given name. |
PropertyType |
DynamicFeatureType.getPropertyDeclaration(QName propName,
GMLVersion version)
|
PropertyType |
GenericFeatureType.getPropertyDeclaration(QName propName,
GMLVersion version)
|
List<PropertyType> |
FeatureType.getPropertyDeclarations(GMLVersion version)
Returns all property declarations of the feature type, including those that any GML feature allows for. |
List<PropertyType> |
DynamicFeatureType.getPropertyDeclarations(GMLVersion version)
|
List<PropertyType> |
GenericFeatureType.getPropertyDeclarations(GMLVersion version)
|
Feature |
FeatureType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
Creates a new Feature instance (that is of this type). |
Feature |
DynamicFeatureType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
|
Feature |
GenericFeatureType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
|
Feature |
GenericFeatureCollectionType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
|
Uses of GMLVersion in org.deegree.feature.xpath |
---|
Constructors in org.deegree.feature.xpath with parameters of type GMLVersion | |
---|---|
FeatureXPath(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<P> parentNode,
V object,
GMLVersion version)
|
Uses of GMLVersion in org.deegree.filter.function |
---|
Methods in org.deegree.filter.function with parameters of type GMLVersion | |
---|---|
QName |
ParameterType.getType(GMLVersion version)
Returns the qualified name of the schema type. |
Uses of GMLVersion in org.deegree.gml |
---|
Methods in org.deegree.gml that return GMLVersion | |
---|---|
static GMLVersion |
GMLVersion.fromMimeType(String mimeType,
GMLVersion defaultVersion)
This method creates a GMLVersion from the given mimetype. |
static GMLVersion |
GMLVersion.valueOf(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,
URL url)
Creates a new GMLStreamReader instance for reading GML of the specified version. |
static GMLStreamReader |
GMLInputFactory.createGMLStreamReader(GMLVersion version,
XMLStreamReader xmlStream)
Creates a new GMLStreamReader instance for reading GML of the specified version. |
static GMLStreamWriter |
GMLOutputFactory.createGMLStreamWriter(GMLVersion version,
XMLStreamWriter xmlStream)
Creates a new GMLStreamWriter instance for generating GML of the specified version. |
static GMLVersion |
GMLVersion.fromMimeType(String mimeType,
GMLVersion defaultVersion)
This method creates a GMLVersion from the given mimetype. |
void |
XMLTransformer.transform(XMLStreamReader reader,
XMLStreamWriter writer,
GMLVersion gmlVersion)
Transforms the given input stream, and streams the input into the output directly. |
void |
XMLTransformer.transform(XMLStreamReader reader,
XMLStreamWriter writer,
ICRS sourceCRS,
GMLVersion gmlVersion,
boolean testValidArea,
List<Transformation> requestedTransformation)
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,
XMLStreamReader xmlStream,
GMLDocumentIdContext idContext)
|
|
GMLDictionaryWriter(GMLVersion version,
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,List<Property>> |
StandardGMLFeatureProps.create(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. |
Collection<Property> |
StandardGMLFeatureProps.getProperties(GMLVersion version)
Returns the corresponding Property instances for a specific GML version. |
Property[] |
FeatureReference.getProperties(GMLVersion version)
|
Property[] |
StandardGMLFeatureProps.getProperties(QName propName,
GMLVersion version)
Returns the standard GML properties with the given name. |
Property[] |
FeatureReference.getProperties(QName propName,
GMLVersion version)
|
Object[] |
StandardGMLFeatureProps.getPropertiesValues(QName propName,
GMLVersion version)
Returns the values of the standard GML properties with the given name. |
Property |
StandardGMLFeatureProps.getProperty(QName propName,
GMLVersion version)
Returns the standard GML property with the given name. |
Property |
FeatureReference.getProperty(QName propName,
GMLVersion version)
|
static PropertyType |
StandardGMLFeatureProps.getPropertyType(QName propName,
GMLVersion version)
Returns the standard GML property declaration with the given name for the specified GML version. |
static Collection<PropertyType> |
StandardGMLFeatureProps.getPropertyTypes(GMLVersion version)
Returns the declaration for standard properties that any GML feature allows for. |
Object |
StandardGMLFeatureProps.getPropertyValue(QName propName,
GMLVersion version)
Returns the value of the standard GML property with the given name. |
void |
FeatureReference.setProperties(List<Property> props,
GMLVersion version)
|
boolean |
StandardGMLFeatureProps.setPropertyValue(QName propName,
int occurence,
TypedObjectNode value,
GMLVersion version)
|
void |
FeatureReference.setPropertyValue(QName propName,
int occurence,
TypedObjectNode value,
GMLVersion version)
|
Constructors in org.deegree.gml.feature with parameters of type GMLVersion | |
---|---|
GMLFeatureReader(GMLVersion version,
AppSchema 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,
XMLStreamWriter writer,
ICRS outputCRS,
CoordinateFormatter formatter,
String remoteXlinkTemplate,
ProjectionClause[] projections,
int traverseXlinkDepth,
int traverseXlinkExpiry,
boolean exportSfGeometries,
boolean outputGeometries,
Map<String,String> prefixToNs,
GMLForwardReferenceHandler additionalObjectHandler,
boolean exportExtraProps)
Creates a new GMLFeatureWriter instance. |
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,
XMLStreamWriter writer)
Creates a new GML3GeometryWriter instance, with no default crs, the default formatter and no simple
feature support. |
|
GML3GeometryWriter(GMLVersion version,
XMLStreamWriter writer,
ICRS outputCrs,
CoordinateFormatter formatter,
boolean exportSf,
Set<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,
XMLStreamWriter writer)
Creates a new GMLStdPropsWriter instance. |
Uses of GMLVersion in org.deegree.gml.schema |
---|
Methods in org.deegree.gml.schema that return GMLVersion | |
---|---|
static GMLVersion |
GMLSchemaInfoSet.determineGMLVersion(XMLSchemaInfoSet xmlSchemaInfoSet)
Determines the GML version of the given XMLSchemaInfoSet heuristically. |
GMLVersion |
GMLSchemaInfoSet.getVersion()
Returns the GML version used for the infoset. |
Constructors in org.deegree.gml.schema with parameters of type GMLVersion | |
---|---|
GMLAppSchemaReader(GMLVersion gmlVersion,
Map<String,String> namespaceHints,
File schemaFile)
Creates a new GMLAppSchemaReader from the given schema file (which may be a directory). |
|
GMLAppSchemaReader(GMLVersion gmlVersion,
Map<String,String> namespaceHints,
LSInput... inputs)
Creates a new GMLAppSchemaReader from the given LSInput s. |
|
GMLAppSchemaReader(GMLVersion gmlVersion,
Map<String,String> namespaceHints,
String... schemaUrls)
Creates a new GMLAppSchemaReader from the given schema URL(s). |
|
GMLAppSchemaWriter(GMLVersion version,
String targetNamespace,
Map<String,String> importURLs,
Map<String,String> prefixToNs)
Creates a new GMLAppSchemaWriter for the given GML version and optional import URL. |
|
GMLSchemaInfoSet(GMLVersion gmlVersion,
LSInput... inputs)
Creates a new GMLSchemaInfoSet instance for the given GML version and using the specified inputs. |
|
GMLSchemaInfoSet(GMLVersion version,
String... schemaUrls)
Creates a new GMLSchemaInfoSet instance for the given GML version and using the specified schemas. |
Uses of GMLVersion in org.deegree.services.wfs |
---|
Methods in org.deegree.services.wfs with parameters of type GMLVersion | |
---|---|
static String |
WebFeatureService.getSchemaLocation(Version version,
GMLVersion gmlVersion,
QName... fts)
Returns the value for the 'xsi:schemaLocation' attribute to be included in a GetGmlObject or
GetFeature response. |
Constructors in org.deegree.services.wfs with parameters of type GMLVersion | |
---|---|
QueryAnalyzer(List<Query> wfsQueries,
WebFeatureService controller,
WFSFeatureStoreManager service,
GMLVersion outputFormat,
boolean checkInputDomain)
Creates a new QueryAnalyzer . |
Uses of GMLVersion in org.deegree.services.wfs.format.gml |
---|
Constructors in org.deegree.services.wfs.format.gml with parameters of type GMLVersion | |
---|---|
GMLFormat(WebFeatureService master,
GMLVersion gmlVersion)
|
Uses of GMLVersion in org.deegree.services.wms.controller.plugins |
---|
Constructors in org.deegree.services.wms.controller.plugins with parameters of type GMLVersion | |
---|---|
XSLTFeatureInfoSerializer(GMLVersion version,
URL xslt,
DeegreeWorkspace workspace)
|
Uses of GMLVersion in org.deegree.services.wps.provider.sextante |
---|
Methods in org.deegree.services.wps.provider.sextante that return GMLVersion | |
---|---|
static GMLVersion |
FormatHelper.determineGMLVersion(ComplexInput input)
Returns the GMLVersion of the input data. |
static GMLVersion |
FormatHelper.determineGMLVersion(ComplexOutput output)
Returns the GMLVersion of the output data. |
GMLVersion |
GMLSchema.getGMLVersion()
Returns GMLVersion of the schema. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |