|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DefinitionPath in eu.esdihumboldt.hale.io.gml.writer |
---|
Methods in eu.esdihumboldt.hale.io.gml.writer that return DefinitionPath | |
---|---|
protected DefinitionPath |
CityGMLInstanceWriter.findMemberAttribute(TypeDefinition container,
QName containerName,
TypeDefinition memberType)
|
Uses of DefinitionPath in eu.esdihumboldt.hale.io.gml.writer.internal |
---|
Methods in eu.esdihumboldt.hale.io.gml.writer.internal that return DefinitionPath | |
---|---|
protected DefinitionPath |
StreamGmlWriter.findMemberAttribute(TypeDefinition container,
QName containerName,
TypeDefinition memberType)
Find a matching attribute for the given member type in the given container type |
Methods in eu.esdihumboldt.hale.io.gml.writer.internal that return types with arguments of type DefinitionPath | |
---|---|
static Collection<DefinitionPath> |
GmlWriterUtil.collectPropertyPaths(Iterable<? extends ChildDefinition<?>> children,
DefinitionPath basePath,
boolean elementsOnly)
Collect all the paths to all child properties, even those contained in groups. |
Methods in eu.esdihumboldt.hale.io.gml.writer.internal with parameters of type DefinitionPath | |
---|---|
static Collection<DefinitionPath> |
GmlWriterUtil.collectPropertyPaths(Iterable<? extends ChildDefinition<?>> children,
DefinitionPath basePath,
boolean elementsOnly)
Collect all the paths to all child properties, even those contained in groups. |
Uses of DefinitionPath in eu.esdihumboldt.hale.io.gml.writer.internal.geometry |
---|
Methods in eu.esdihumboldt.hale.io.gml.writer.internal.geometry that return DefinitionPath | |
---|---|
DefinitionPath |
DefinitionPath.add(ChildDefinition<?> child)
Add a child to the path |
DefinitionPath |
DefinitionPath.addDowncast(TypeDefinition subtype)
Add a downcast |
DefinitionPath |
DefinitionPath.addGroup(GroupPropertyDefinition groupDef)
Add a group to the path |
DefinitionPath |
DefinitionPath.addProperty(PropertyDefinition property)
Add a property |
DefinitionPath |
Descent.getPath()
|
DefinitionPath |
GeometryWriter.match(TypeDefinition type,
DefinitionPath basePath,
String gmlNs)
Matches the type against the encoding patterns. |
protected DefinitionPath |
StreamGeometryWriter.matchPath(TypeDefinition type,
Class<? extends com.vividsolutions.jts.geom.Geometry> geomType,
DefinitionPath path)
Determines if a type definition is compatible to a geometry type |
protected abstract DefinitionPath |
AbstractTypeMatcher.matchPath(TypeDefinition type,
T matchParam,
DefinitionPath path)
Determines if a type definition is compatible with the match parameter |
Methods in eu.esdihumboldt.hale.io.gml.writer.internal.geometry that return types with arguments of type DefinitionPath | |
---|---|
List<DefinitionPath> |
StreamGeometryWriter.findCandidates(PropertyDefinition property,
Class<? extends com.vividsolutions.jts.geom.Geometry> geomType)
Find candidates for a possible path to use for writing the geometry |
List<DefinitionPath> |
AbstractTypeMatcher.findCandidates(TypeDefinition elementType,
QName elementName,
boolean unique,
T matchParam)
Find candidates for a possible path |
Methods in eu.esdihumboldt.hale.io.gml.writer.internal.geometry with parameters of type DefinitionPath | |
---|---|
static Descent |
Descent.descend(XMLStreamWriter writer,
DefinitionPath descendPath,
Descent previousDescent,
boolean generateRequiredIDs)
Descend the given path |
DefinitionPath |
GeometryWriter.match(TypeDefinition type,
DefinitionPath basePath,
String gmlNs)
Matches the type against the encoding patterns. |
protected DefinitionPath |
StreamGeometryWriter.matchPath(TypeDefinition type,
Class<? extends com.vividsolutions.jts.geom.Geometry> geomType,
DefinitionPath path)
Determines if a type definition is compatible to a geometry type |
protected abstract DefinitionPath |
AbstractTypeMatcher.matchPath(TypeDefinition type,
T matchParam,
DefinitionPath path)
Determines if a type definition is compatible with the match parameter |
Constructors in eu.esdihumboldt.hale.io.gml.writer.internal.geometry with parameters of type DefinitionPath | |
---|---|
DefinitionPath(DefinitionPath basePath)
Create a definition path beginning with the given base path |
Uses of DefinitionPath in eu.esdihumboldt.hale.io.gml.writer.internal.geometry.writers |
---|
Methods in eu.esdihumboldt.hale.io.gml.writer.internal.geometry.writers that return DefinitionPath | |
---|---|
DefinitionPath |
Pattern.match(TypeDefinition type,
DefinitionPath path,
String gmlNs)
Matches the type against the encoding pattern. |
DefinitionPath |
AbstractPathMatcher.match(TypeDefinition type,
DefinitionPath basePath,
String defaultNs)
Matches the type against the encoding patterns. |
Methods in eu.esdihumboldt.hale.io.gml.writer.internal.geometry.writers with parameters of type DefinitionPath | |
---|---|
DefinitionPath |
Pattern.match(TypeDefinition type,
DefinitionPath path,
String gmlNs)
Matches the type against the encoding pattern. |
DefinitionPath |
AbstractPathMatcher.match(TypeDefinition type,
DefinitionPath basePath,
String defaultNs)
Matches the type against the encoding patterns. |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |