Modifier and Type | Method and Description |
---|---|
protected Instance |
PropertiesMergeHandler.merge(Collection<Instance> instances,
TypeDefinition type,
DeepIterableKey mergeKey,
eu.esdihumboldt.cst.functions.core.merge.PropertiesMergeHandler.PropertiesMergeConfig mergeConfig) |
protected abstract Instance |
AbstractMergeHandler.merge(Collection<Instance> instances,
TypeDefinition type,
K mergeKey,
T mergeConfig)
Merge multiple instance into one.
|
Modifier and Type | Method and Description |
---|---|
static PropertyDefinition |
Util.getChild(String localpart,
TypeDefinition definition)
Looks for a child in
definition with the name
localpart |
static String |
Identifier.getNamespace(String countryName,
String providerName,
String productName,
TypeDefinition targetType)
Determine an Inspire Identifier namespace from the given information.
|
Modifier and Type | Method and Description |
---|---|
static List<TypeDefinition> |
BGISAppUtil.getADEFeatureTypes(TypeIndex schema)
Get all ADE feature types from a given schema.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
BGISAppUtil.isFeatureType(TypeDefinition type)
Determine if a given type is a feature type.
|
static boolean |
BGISAppUtil.isID(TypeDefinition type)
Determines if the given type represents a XML ID.
|
Modifier and Type | Method and Description |
---|---|
T |
TypeEntityIndex.get(TypeDefinition type,
Entity entity)
Get an object from the index.
|
void |
TypeEntityIndex.put(TypeDefinition type,
Entity entity,
T object)
Put an object into the index.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
EntityDefinition.getType()
Get the type definition that is associated with the entity.
|
Modifier and Type | Method and Description |
---|---|
static EntityDefinition |
AlignmentUtil.createEntity(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition from a type and a child path.
|
Collection<? extends Cell> |
Alignment.getCells(TypeDefinition type,
SchemaSpaceID schemaSpace)
Get the cells associated with the given type.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
TypeEntityDefinition.getDefinition() |
TypeDefinition |
ChildEntityDefinition.getType() |
TypeDefinition |
TypeEntityDefinition.getType() |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Cell> |
DefaultAlignment.getCells(TypeDefinition type,
SchemaSpaceID schemaSpace) |
Constructor and Description |
---|
ChildEntityDefinition(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition specified by the given child path.
|
PropertyEntityDefinition(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition specified by the given property path.
|
TypeEntityDefinition(TypeDefinition typeDefinition,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition for the given type
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
TransformationTree.getType()
Get the associated type definition
|
Modifier and Type | Method and Description |
---|---|
Collection<SourceNode> |
TransformationTree.getRootSourceNodes(TypeDefinition type)
Gets all root source nodes of the given type.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
TransformationTreeImpl.getType() |
Modifier and Type | Method and Description |
---|---|
Collection<SourceNode> |
TransformationTreeImpl.getRootSourceNodes(TypeDefinition type) |
Constructor and Description |
---|
TargetNodeImpl(EntityDefinition entity,
Collection<CellNode> cells,
TypeDefinition parentType,
int depth,
GroupNode parent)
Create a target node that is populated with assignments and children
according to the given parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTransformation.setTargetType(TypeDefinition targetType)
Set the target type of the created instance that is to be populated with
the function result.
|
Modifier and Type | Method and Description |
---|---|
protected TypeDefinition |
AbstractPropertyTransformation.getTargetType()
Get the target type of the instance that is to be populated with the
function result.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPropertyTransformation.setTargetType(TypeDefinition targetType) |
Constructor and Description |
---|
TypeFilter(TypeDefinition type)
Create a filter matching instances associated with the given type.
|
Modifier and Type | Method and Description |
---|---|
CRSDefinition |
CRSProvider.getCRS(TypeDefinition parentType,
List<QName> propertyPath)
Get the CRS definition for values of the given property definition.
|
Modifier and Type | Method and Description |
---|---|
CRSDefinition |
AbstractCRSManager.getCRS(TypeDefinition parentType,
List<QName> propertyPath) |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
QueryDefinitionIndex.getDef()
Returns the definition
|
Modifier and Type | Method and Description |
---|---|
static List<List<QName>> |
PropertyResolver.getQueryPaths(TypeDefinition typeDef,
DataSet dataSet,
String query)
Returns all possible fully qualified (with namespaces) paths matching the
given query.
|
Constructor and Description |
---|
QueryDefinitionIndex(TypeDefinition def,
DataSet dataSet,
String query)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
Instance.getDefinition()
Get the definition of the type associated with the instance
|
Modifier and Type | Method and Description |
---|---|
MutableInstance |
InstanceFactory.createInstance(TypeDefinition type)
Create an empty instance of the given type
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
DefaultInstance.getDefinition() |
TypeDefinition |
InstanceDecorator.getDefinition() |
Modifier and Type | Method and Description |
---|---|
MutableInstance |
DefaultInstanceFactory.createInstance(TypeDefinition type) |
Constructor and Description |
---|
DefaultInstance(TypeDefinition definition,
DataSet dataSet)
Create an empty instance.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
OInstance.getDefinition() |
Constructor and Description |
---|
OInstance(com.orientechnologies.orient.core.record.impl.ODocument document,
TypeDefinition typeDef,
com.orientechnologies.orient.core.db.record.ODatabaseRecord db,
DataSet dataSet)
Creates an instance based on the given document.
|
OInstance(TypeDefinition typeDef,
DataSet dataSet)
Creates an empty instance associated with the given type.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
OrientInstanceReference.getTypeDefinition() |
Constructor and Description |
---|
OrientInstanceReference(com.orientechnologies.orient.core.id.ORID id,
DataSet dataSet,
TypeDefinition typeDefinition)
Create a reference to an instance
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
InstanceValidator.skipValidation(TypeDefinition typeDef,
Object value)
Determines if validation should be skipped for a certain property type
and value.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
ChildDefinition.getParentType()
Get the parent type of the child.
|
TypeDefinition |
PropertyDefinition.getPropertyType()
Get the type associated with the property
|
TypeDefinition |
TypeDefinition.getSuperType()
Get the super type
|
TypeDefinition |
TypeIndex.getType(QName name)
Get the type with the given name
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends TypeDefinition> |
TypeIndex.getMappingRelevantTypes()
Get all mappable types, i.e.
|
Collection<? extends TypeDefinition> |
TypeDefinition.getSubTypes()
Get the sub types
|
Collection<? extends TypeDefinition> |
TypeIndex.getTypes()
Get all types in the index
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DefinitionUtil.isSuperType(TypeDefinition subType,
TypeDefinition superType)
Checks whether
superType is a super type of
subType or if they are the same. |
static ChildDefinition<?> |
DefinitionUtil.reparentChild(ChildDefinition<?> child,
TypeDefinition newParent)
Create a proxy for the given child with another parent
|
Modifier and Type | Method and Description |
---|---|
void |
TypeIndex.toggleMappingRelevant(Collection<? extends TypeDefinition> types)
Toggles the mappable flag of the given types.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
Reference.getTargetType()
Returns the referenced type.
|
Constructor and Description |
---|
Reference(TypeDefinition targetType)
Creates a reference to the specified type.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
ElementType.getDefinition()
Get the type definition for collection elements of the type
|
Modifier and Type | Method and Description |
---|---|
static ElementType |
ElementType.createFromType(TypeDefinition elementType)
Create an element type constraint with the given element type.
|
Constructor and Description |
---|
GeometryType(TypeDefinition type)
Creates a geometry type constraint that determines the geometry binding
from the given type definition.
|
HasValueFlag(TypeDefinition typeDef)
Creates a default simple type flag from a type definition.
|
ValidationConstraint(Validator validator,
TypeDefinition type)
Constructs a constraint with the given validator.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTypeDefinition
Default
TypeDefinition implementation. |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
AbstractPropertyDecorator.getParentType() |
TypeDefinition |
AbstractChildDefinition.getParentType() |
TypeDefinition |
AbstractGroupPropertyDecorator.getParentType() |
TypeDefinition |
AbstractPropertyDecorator.getPropertyType() |
TypeDefinition |
DefaultPropertyDefinition.getPropertyType() |
TypeDefinition |
DefaultTypeIndex.getType(QName name) |
TypeDefinition |
DefaultSchemaSpace.getType(QName name) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends TypeDefinition> |
DefaultTypeIndex.getMappingRelevantTypes()
Get all mappable types, i.e.
|
Collection<? extends TypeDefinition> |
DefaultSchemaSpace.getMappingRelevantTypes() |
Collection<? extends TypeDefinition> |
DefaultTypeIndex.getTypes() |
Collection<? extends TypeDefinition> |
DefaultSchemaSpace.getTypes() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTypeIndex.addType(TypeDefinition type)
Add a type to the type index.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTypeIndex.toggleMappingRelevant(Collection<? extends TypeDefinition> types) |
void |
DefaultSchemaSpace.toggleMappingRelevant(Collection<? extends TypeDefinition> types) |
Constructor and Description |
---|
DefaultPropertyDefinition(QName name,
DefinitionGroup parentGroup,
TypeDefinition propertyType)
Create a new property and add it to the parent group
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
ReparentGroupProperty.getParentType() |
TypeDefinition |
ReparentProperty.getParentType() |
Constructor and Description |
---|
ReparentGroupProperty(GroupPropertyDefinition propertyGroup,
TypeDefinition newParent)
Create a decorator for the given property that has a changed parent type
|
ReparentProperty(PropertyDefinition property,
TypeDefinition newParent)
Create a decorator for the given property that has a changed parent type
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
PropertyType.getTypeDefinition()
Getter for the type definition
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
AbstractPropertyType.getTypeDefinition() |
Modifier and Type | Method and Description |
---|---|
protected void |
FixedConstraintsGeometryHandler.checkType(TypeDefinition type)
Check if the given type definition is supported by the geometry handler.
|
Iterable<TypeConstraint> |
FixedConstraintsGeometryHandler.getTypeConstraints(TypeDefinition type) |
Iterable<TypeConstraint> |
GeometryHandler.getTypeConstraints(TypeDefinition type)
Get the type constraints to associated with a geometry type definition.
This method should at least return the Binding and
GeometryType constraints. |
Iterable<TypeConstraint> |
Geometries.getTypeConstraints(TypeDefinition type) |
Modifier and Type | Method and Description |
---|---|
static Object |
SimpleTypeUtil.convertFromXml(String value,
TypeDefinition type)
Convert a string belonging to a XML simple type to the binding specified
by the given type definition.
|
static <T> String |
SimpleTypeUtil.convertToXml(T value,
TypeDefinition type)
Convert a simple type value to a string
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
GmlInstanceCollection.InstanceIterator.nextType()
Get the type of the next instance.
|
Modifier and Type | Method and Description |
---|---|
static Instance |
StreamGmlHelper.parseInstance(XMLStreamReader reader,
TypeDefinition type,
Integer indexInStream,
boolean strict,
Integer srsDimension,
CRSProvider crsProvider,
TypeDefinition parentType,
List<QName> propertyPath,
boolean allowNull)
Parses an instance with the given type from the given XML stream reader.
|
Constructor and Description |
---|
StreamGmlInstance(TypeDefinition typeDef,
int indexInStream)
Create an instance with an associated stream index
|
Modifier and Type | Method and Description |
---|---|
protected DefinitionPath |
CityGMLInstanceWriter.findMemberAttribute(TypeDefinition container,
QName containerName,
TypeDefinition memberType) |
protected void |
InspireInstanceWriter.writeAdditionalElements(XMLStreamWriter writer,
TypeDefinition containerDefinition,
IOReporter reporter) |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
SchemaDecorator.getType(QName name) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends TypeDefinition> |
SchemaDecorator.getMappingRelevantTypes() |
Collection<? extends TypeDefinition> |
SchemaDecorator.getTypes() |
Modifier and Type | Method and Description |
---|---|
protected DefinitionPath |
StreamGmlWriter.findMemberAttribute(TypeDefinition container,
QName containerName,
TypeDefinition memberType)
Find a matching attribute for the given member type in the given
container type
|
static QName |
GmlWriterUtil.getElementName(TypeDefinition type)
Get the element name from a type definition
|
static boolean |
GmlWriterUtil.isFeatureType(TypeDefinition type)
Determine if a given type is a feature type.
|
static boolean |
GmlWriterUtil.isID(TypeDefinition type)
Determines if the given type represents a XML ID
|
protected void |
StreamGmlWriter.writeAdditionalElements(XMLStreamWriter writer,
TypeDefinition containerDefinition,
IOReporter reporter)
This method is called after the container element is started and filled
with needed attributes.
|
protected void |
StreamGmlWriter.writeMember(Instance instance,
TypeDefinition type)
Write a given instance
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaDecorator.toggleMappingRelevant(Collection<? extends TypeDefinition> types) |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
DefinitionPath.getLastType()
Get the last type of the path.
|
TypeDefinition |
PathElement.getType()
Get the path element type definition.
|
Modifier and Type | Method and Description |
---|---|
DefinitionPath |
DefinitionPath.addDowncast(TypeDefinition subtype)
Add a downcast
|
List<DefinitionPath> |
AbstractTypeMatcher.findCandidates(TypeDefinition elementType,
QName elementName,
boolean unique,
T matchParam)
Find candidates for a possible 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
|
void |
GeometryWriter.write(XMLStreamWriter writer,
T geometry,
TypeDefinition elementType,
QName elementName,
String gmlNs)
Write a geometry.
|
Constructor and Description |
---|
DefinitionPath(TypeDefinition firstType,
QName elementName,
boolean unique)
Create an empty definition path
|
Modifier and Type | Method and Description |
---|---|
static Descent |
AbstractPathMatcher.descend(XMLStreamWriter writer,
Pattern descendPattern,
TypeDefinition elementType,
QName elementName,
String defaultNs,
boolean unique)
Descend the given pattern
|
protected static void |
AbstractGeometryWriter.descendAndWriteCoordinates(XMLStreamWriter writer,
Pattern descendPattern,
com.vividsolutions.jts.geom.Coordinate[] coordinates,
TypeDefinition elementType,
QName elementName,
String gmlNs,
boolean unique)
Write coordinates into a posList or coordinates property
|
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.
|
protected boolean |
AbstractGeometryWriter.verifyEndPoint(TypeDefinition endPoint)
Verify the verification end point.
|
protected abstract boolean |
AbstractPathMatcher.verifyEndPoint(TypeDefinition endPoint)
Verify the verification end point.
|
void |
EnvelopeWriter.write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.Geometry geom,
TypeDefinition elementType,
QName elementName,
String gmlNs) |
void |
LineStringWriter.write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.LineString geometry,
TypeDefinition elementType,
QName elementName,
String gmlNs) |
void |
CurveWriter.write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.MultiLineString geometry,
TypeDefinition elementType,
QName elementName,
String gmlNs) |
void |
MultiLineStringWriter.write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.MultiLineString geometry,
TypeDefinition elementType,
QName elementName,
String gmlNs) |
void |
MultiPointWriter.write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.MultiPoint geometry,
TypeDefinition elementType,
QName elementName,
String gmlNs) |
void |
LegacyMultiPolygonWriter.write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.MultiPolygon geometry,
TypeDefinition elementType,
QName elementName,
String gmlNs) |
void |
MultiPolygonWriter.write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.MultiPolygon geometry,
TypeDefinition elementType,
QName elementName,
String gmlNs) |
void |
PointWriter.write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.Point geometry,
TypeDefinition elementType,
QName elementName,
String gmlNs) |
void |
PolygonWriter.write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.Polygon polygon,
TypeDefinition elementType,
QName elementName,
String gmlNs) |
void |
LegacyPolygonWriter.write(XMLStreamWriter writer,
com.vividsolutions.jts.geom.Polygon polygon,
TypeDefinition elementType,
QName elementName,
String gmlNs) |
protected static void |
AbstractGeometryWriter.writeCoordinates(XMLStreamWriter writer,
com.vividsolutions.jts.geom.Coordinate[] coordinates,
TypeDefinition elementType,
String gmlNs)
Write coordinates into a pos, posList or coordinates property
|
protected static boolean |
AbstractGeometryWriter.writePos(XMLStreamWriter writer,
com.vividsolutions.jts.geom.Coordinate[] coordinates,
TypeDefinition elementType,
String gmlNs,
String posName)
Write coordinates into a pos property
|
Modifier and Type | Method and Description |
---|---|
Object |
GeometryAdvisor.convertGeometry(GeometryProperty<?> geom,
TypeDefinition columnType)
Convert a property to a value that can be stored in the database.
|
Modifier and Type | Method and Description |
---|---|
Object |
PostGISGeometries.convertGeometry(GeometryProperty<?> geom,
TypeDefinition columnType) |
Modifier and Type | Method and Description |
---|---|
void |
GeoJSONConfig.addDefaultGeometry(TypeDefinition type,
PropertyEntityDefinition property)
Add a default geometry property.
Each type may only have one property set, a subsequent call with the same type overrides the previous default. |
PropertyEntityDefinition |
GeoJSONConfig.getDefaultGeometry(TypeDefinition type)
Returns the default geometry property for the given type.
Geometries must be searched below the given property. |
Modifier and Type | Method and Description |
---|---|
static TypeDefinition |
ShapeSchemaReader.readShapeType(LocatableInputSupplier<? extends InputStream> source)
Get the type definition from a Shapefile.
|
Modifier and Type | Method and Description |
---|---|
static Pair<TypeDefinition,Integer> |
ShapeInstanceReader.getMostCompatibleShapeType(TypeIndex types,
TypeDefinition dataType)
Determine the type out of the the mapping relevant types in the given
type index, that matches the given data type best.
|
Modifier and Type | Method and Description |
---|---|
static int |
ShapeInstanceReader.checkCompatibility(TypeDefinition schemaType,
TypeDefinition dataType)
Determines if the compatibility rating between the two Shapefile type
definitions.
|
static Pair<TypeDefinition,Integer> |
ShapeInstanceReader.getMostCompatibleShapeType(TypeIndex types,
TypeDefinition dataType)
Determine the type out of the the mapping relevant types in the given
type index, that matches the given data type best.
|
Constructor and Description |
---|
ShapesInstanceCollection(org.geotools.data.DataStore store,
TypeDefinition defaultType,
TypeIndex typeIndex,
CRSProvider crsProvider)
Data store for accessing simple features (from a Shapefile).
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
TypeSelectionPage.isValidType(TypeDefinition schemaType)
Determines if the given type is compatible to the structure of the
selected file.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
XmlElement.getType()
Get the type definition associated with the element
|
TypeDefinition |
XmlAttribute.getType()
Get the type definition associated with the attribute
|
Modifier and Type | Method and Description |
---|---|
void |
XmlIndex.addType(TypeDefinition type) |
Constructor and Description |
---|
XmlAttribute(QName attributeName,
TypeDefinition type)
Create a new schema attribute
|
XmlElement(QName elementName,
TypeDefinition type,
QName substitutionGroup)
Create a new schema element
|
Modifier and Type | Class and Description |
---|---|
class |
AnonymousXmlType
An anonymous XML type
|
class |
XmlTypeDefinition
XML type definition
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
LazyPropertyDefinition.getPropertyType() |
protected TypeDefinition |
XmlAttributeReferenceProperty.resolvePropertyType(XmlIndex index) |
protected abstract TypeDefinition |
LazyPropertyDefinition.resolvePropertyType(XmlIndex index)
Resolve the property type using the XML index
|
protected TypeDefinition |
XmlElementReferenceProperty.resolvePropertyType(XmlIndex index) |
Constructor and Description |
---|
UnionBinding(Collection<? extends TypeDefinition> unionTypes)
Create a type union binding constraint
|
UnionEnumeration(Collection<? extends TypeDefinition> unionTypes)
Create a type union binding constraint
|
UnionValidationConstraint(Collection<? extends TypeDefinition> unionTypes)
Create a type union validation constraint.
|
Modifier and Type | Method and Description |
---|---|
String |
XsltGenerationContext.getSourceContext(TypeDefinition type)
Get the context from which source instances of the given type should be
retrieved.
|
String |
SourceContextProvider.getSourceContext(TypeDefinition type,
NamespaceContext namespaceContext)
Get the context from which source instances of the given type should be
retrieved.
|
Modifier and Type | Method and Description |
---|---|
String |
CityGMLSourceContext.getSourceContext(TypeDefinition type,
NamespaceContext namespaceContext) |
static boolean |
CityGMLSourceContext.isCityGMLType(TypeDefinition type,
String baseTypeName)
Determine if a given type is or inherits from a specific CityGML base
type.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
XslForEach.getType() |
Modifier and Type | Method and Description |
---|---|
protected DefinitionPath |
XsltGenerator.findMemberAttribute(XmlElement container,
TypeDefinition memberType)
Find a matching attribute for the given member type in the given
container type
|
Modifier and Type | Method and Description |
---|---|
static String |
FilterToXPath.toXPath(TypeDefinition definition,
NamespaceContext namespaceContext,
Filter filter)
Transforms the given filter of the given type to a XPath query.
|
static String |
GeotoolsFilterToXPath.toXPath(TypeDefinition definition,
NamespaceContext namespaceContext,
org.opengis.filter.Filter filter)
Transforms the given filter of the given type to a XPath query.
|
Modifier and Type | Method and Description |
---|---|
protected TypeDefinition |
TypeDefinitionDialog.getObjectFromSelection(org.eclipse.jface.viewers.ISelection selection) |
Modifier and Type | Method and Description |
---|---|
protected AbstractViewerSelectionDialog<TypeDefinition,?> |
TypeDefinitionSelector.createSelectionDialog(org.eclipse.swt.widgets.Shell parentShell) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyDefinitionSelector.setParentType(TypeDefinition parentType)
Set the parent type
|
protected void |
TypeDefinitionDialog.setupViewer(org.eclipse.jface.viewers.TreeViewer viewer,
TypeDefinition initialSelection) |
Constructor and Description |
---|
PropertyDefinitionDialog(org.eclipse.swt.widgets.Shell parentShell,
SchemaSpaceID ssid,
TypeDefinition parentType,
String title,
EntityDefinition initialSelection)
Create a property entity dialog
|
PropertyDefinitionSelector(org.eclipse.swt.widgets.Composite parent,
TypeDefinition parentType,
SchemaSpaceID ssid)
Create an entity selector for
Property entities |
TypeDefinitionDialog(org.eclipse.swt.widgets.Shell parentShell,
String title,
TypeDefinition initialSelection,
Iterable<TypeDefinition> types)
Create a type definition selection dialog.
|
TypeDefinitionDialog(org.eclipse.swt.widgets.Shell parentShell,
String title,
TypeDefinition initialSelection,
TypeIndex types)
Create a type definition selection dialog.
|
Constructor and Description |
---|
TypeDefinitionDialog(org.eclipse.swt.widgets.Shell parentShell,
String title,
TypeDefinition initialSelection,
Iterable<TypeDefinition> types)
Create a type definition selection dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
CQLFilterField.setType(TypeDefinition type)
Set the type definition
|
Constructor and Description |
---|
CQLFilterField(TypeDefinition type,
org.eclipse.swt.widgets.Composite parent,
int style,
SchemaSpaceID ssid)
Creates a CQL filter field for the given type and schema space.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
PropertyField.getParentType() |
Modifier and Type | Method and Description |
---|---|
void |
GeometrySchemaServiceListener.defaultGeometryChanged(TypeDefinition type)
Notifies the listener that the default geometry for the given type has
changed.
|
List<QName> |
GeometrySchemaService.getDefaultGeometry(TypeDefinition type)
Get the property path to the default geometry of the given type.
Note that the path does not necessarily have to point to a property with GeometryProperty binding, but can also lead to a property
containing nested geometry properties (e.g. |
void |
GeometrySchemaService.setDefaultGeometry(TypeDefinition type,
List<QName> path)
Set the property path of the default geometry for the given type.
Note that the path does not necessarily have to point to a property with GeometryProperty binding, but can also lead to a property
containing nested geometry properties (e.g. |
Modifier and Type | Method and Description |
---|---|
protected List<QName> |
AbstractGeometrySchemaService.determineDefaultGeometry(TypeDefinition type)
Determine the path to a geometry property to be used as default geometry
for the given type.
|
List<QName> |
AbstractGeometrySchemaService.getDefaultGeometry(TypeDefinition type) |
protected abstract List<QName> |
AbstractGeometrySchemaService.loadDefaultGeometry(TypeDefinition type)
Load the path of the default geometry for the given type.
|
protected void |
AbstractGeometrySchemaService.notifyDefaultGeometryChanged(TypeDefinition type)
Notifies the listeners that the default geometry for the given type has
changed.
|
protected abstract void |
AbstractGeometrySchemaService.saveDefaultGeometry(TypeDefinition type,
List<QName> path)
Save the association of the given property path as the default geometry
of the given type.
|
void |
AbstractGeometrySchemaService.setDefaultGeometry(TypeDefinition type,
List<QName> path) |
Modifier and Type | Method and Description |
---|---|
CRSDefinition |
DialogCRSProvider.getCRS(TypeDefinition parentType,
List<QName> propertyPath) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends TypeEntityDefinition> |
EntityDefinitionService.getTypeEntities(TypeDefinition type,
SchemaSpaceID schemaSpace)
Get all available entity definitions for a given type.
|
Modifier and Type | Method and Description |
---|---|
protected EntityDefinition |
AbstractEntityDefinitionService.createEntity(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition from a type and a child path
|
Collection<? extends TypeEntityDefinition> |
EntityDefinitionServiceImpl.getTypeEntities(TypeDefinition type,
SchemaSpaceID schemaSpace) |
Collection<? extends TypeEntityDefinition> |
EntityDefinitionServiceDecorator.getTypeEntities(TypeDefinition type,
SchemaSpaceID schemaSpace) |
Modifier and Type | Method and Description |
---|---|
protected List<QName> |
ProjectGeometrySchemaService.loadDefaultGeometry(TypeDefinition type) |
protected void |
ProjectGeometrySchemaService.saveDefaultGeometry(TypeDefinition type,
List<QName> path) |
Modifier and Type | Method and Description |
---|---|
Set<TypeDefinition> |
InstanceService.getInstanceTypes(DataSet dataset)
Get the types for which instances are present in the given data set
|
Modifier and Type | Method and Description |
---|---|
Set<TypeDefinition> |
OrientInstanceService.getInstanceTypes(DataSet dataset) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaServiceAdapter.mappableTypesChanged(SchemaSpaceID spaceID,
Collection<? extends TypeDefinition> types) |
void |
SchemaServiceListener.mappableTypesChanged(SchemaSpaceID spaceID,
Collection<? extends TypeDefinition> types)
Called when the mappable flag of some types changed.
|
void |
SchemaService.toggleMappable(SchemaSpaceID spaceID,
Collection<? extends TypeDefinition> types)
Toggles the mappable flag of all given types of the given schema space
|
Modifier and Type | Method and Description |
---|---|
Set<TypeDefinition> |
EditMappableTypesPage.getSelectedTypes()
Returns the set of types the user selected to change the mappable flag.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSchemaService.notifyMappableTypesChanged(SchemaSpaceID spaceID,
Collection<? extends TypeDefinition> types)
Called when the mappable flag of some types changed.
|
void |
SchemaServiceImpl.toggleMappable(SchemaSpaceID spaceID,
Collection<? extends TypeDefinition> types) |
Constructor and Description |
---|
SchemaServiceImpl.ToggleMappableOperation(SchemaSpaceID spaceID,
Collection<? extends TypeDefinition> types)
Creates an operation that toggles some mappable flags.
|
Modifier and Type | Method and Description |
---|---|
protected Pair<TypeDefinition,DataSet> |
DataSetTypeSelectionDialog.getObjectFromSelection(org.eclipse.jface.viewers.ISelection selection) |
Modifier and Type | Method and Description |
---|---|
static org.geotools.styling.FeatureTypeStyle |
StyleHelper.getDefaultStyle(TypeDefinition typeDef,
DataSet dataSet)
Returns a default style for the given type.
|
static String |
StyleHelper.getFeatureTypeName(TypeDefinition typeDef)
Get the name used in styles for the given type definition.
|
static org.geotools.styling.Style |
StyleHelper.getStyle(TypeDefinition type,
DataSet dataSet)
Get a style containing the default style for the given type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataSetTypeSelectionDialog.setupViewer(org.eclipse.jface.viewers.TreeViewer viewer,
Pair<TypeDefinition,DataSet> initialSelection) |
Constructor and Description |
---|
FeatureTypeStyleAction(TypeDefinition type,
DataSet dataSet)
Creates an action for editing a feature type style.
|
Constructor and Description |
---|
DataSetTypeSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
String title,
Pair<TypeDefinition,DataSet> initialSelection,
com.google.common.collect.Multimap<DataSet,TypeDefinition> types)
Create a type definition selection dialog.
|
DataSetTypeSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
String title,
Pair<TypeDefinition,DataSet> initialSelection,
com.google.common.collect.Multimap<DataSet,TypeDefinition> types)
Create a type definition selection dialog.
|
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
FeatureStyleDialog.getType() |
Constructor and Description |
---|
FeatureStyleDialog(TypeDefinition type,
DataSet dataSet)
Creates a dialog for editing a feature type style
|
Constructor and Description |
---|
FilterEditor(org.eclipse.swt.widgets.Composite parent,
TypeDefinition typeDefinition,
org.opengis.filter.Filter filter)
Creates a
Filter editor |
RuleEditor(org.eclipse.swt.widgets.Composite parent,
TypeDefinition typeDefinition,
org.opengis.filter.Filter filter,
Class<T> symbolizerType,
T symbolizer,
EditorFactory<T> symbolizerFactory)
Creates a
Rule editor |
Modifier and Type | Method and Description |
---|---|
org.geotools.styling.Style |
StyleService.getDefinedStyle(TypeDefinition type)
Get the defined style for the given type.
|
org.geotools.styling.Style |
StyleService.getStyle(TypeDefinition type,
DataSet dataSet)
Get the style for a given type.
|
Modifier and Type | Method and Description |
---|---|
org.geotools.styling.Style |
StyleServiceImpl.getDefinedStyle(TypeDefinition type) |
org.geotools.styling.Style |
StyleServiceImpl.getStyle(TypeDefinition type,
DataSet dataSet)
This implementation will build a simple style if none is defined
previously.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataView.selectionChanged(TypeDefinition type,
Iterable<Instance> selection) |
void |
InstanceViewer.setInput(TypeDefinition type,
Iterable<Instance> instances)
Set the input.
|
Modifier and Type | Method and Description |
---|---|
void |
DefinitionInstanceTreeViewer.setInput(TypeDefinition type,
Iterable<Instance> instances) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceExplorer.setInput(TypeDefinition type,
Iterable<Instance> instances) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceSelectionListener.selectionChanged(TypeDefinition type,
Iterable<Instance> selection)
Called when the selection changed
|
Modifier and Type | Method and Description |
---|---|
protected TypeDefinition |
TypeDefinitionSection.extract(Object input) |
Modifier and Type | Method and Description |
---|---|
TypeDefinition |
TypeHierarchyContentProvider.ParentPath.getHead()
Get the head type in the path
|
TypeDefinition |
TypeHierarchyContentProvider.ParentPath.getMainType()
Get the main type.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeHierarchyView.setType(TypeDefinition type) |
Constructor and Description |
---|
TypeHierarchyContentProvider.ParentPath(TypeDefinition main)
Create a parent path for the given type
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a