|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementInstance | |
---|---|
org.geotools.filter.v1_0 | |
org.geotools.filter.v1_0.capabilities | |
org.geotools.filter.v1_1 | |
org.geotools.filter.v1_1.capabilities | |
org.geotools.gml2.bindings | |
org.geotools.gml3.bindings | |
org.geotools.gml4wcs.bindings | |
org.geotools.kml.bindings | |
org.geotools.ows.bindings | |
org.geotools.sld.bindings | |
org.geotools.wcs.bindings | |
org.geotools.wfs.bindings | |
org.geotools.wps.bindings | |
org.geotools.xml | Package supporting XML parsing with a focus on GML. |
org.geotools.xml.impl | |
org.geotools.xs.bindings | Captures initial mapping of XML Simple Types to Java Objects. |
Uses of ElementInstance in org.geotools.filter.v1_0 |
---|
Methods in org.geotools.filter.v1_0 with parameters of type ElementInstance | |
---|---|
void |
OGCLiteralTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCSpatialOpsTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCDistanceTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCLogicOpsTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCBinaryComparisonOpTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCBinaryLogicOpTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCExpressionTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCDistanceBufferTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCFunctionTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCComparisonOpsTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCPropertyNameTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCFilterTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
OGCBinaryOperatorTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
We check out the instance for the op so we can fail early |
void |
OGCBinarySpatialOpTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
We check out the instance for the op so we can fail early |
void |
OGCPropertyIsBetweenTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
Object |
OGCSubBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCAddBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCEqualsBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCLiteralTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
Just pass on emeded value as is |
Object |
OGCSpatialOpsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
This just seems to be the abstract target for substitution |
Object |
OGCDistanceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCLowerBoundaryTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCLogicOpsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCCrossesBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCDWithinBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCContainsBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCBinaryComparisonOpTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCTouchesBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCBinaryLogicOpTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCExpressionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
This binding simply looks for any text in the node and turns it into a literal expression. |
Object |
OGCBBOXTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCPropertyIsGreaterThanBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCOverlapsBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCPropertyIsLessThanOrEqualToBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCDistanceBufferTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCPropertyIsGreaterThanOrEqualToBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCFunctionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCDisjointBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCMulBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCUpperBoundaryTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCAndBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCIntersectsBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCPropertyIsLikeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCOrBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCComparisonOpsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCNotBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCPropertyIsEqualToBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCPropertyIsLessThanBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCBeyondBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCWithinBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCFeatureIdTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCPropertyNameTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCPropertyIsNullTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCFilterTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
Surprised we actually have something to do: namely collapse multiple fid filters using AND |
Object |
OGCBinaryOperatorTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCBinarySpatialOpTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCDivBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCPropertyIsNotEqualToBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OGCPropertyIsBetweenTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Uses of ElementInstance in org.geotools.filter.v1_0.capabilities |
---|
Methods in org.geotools.filter.v1_0.capabilities with parameters of type ElementInstance | |
---|---|
Object |
_Filter_CapabilitiesBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
Scalar_CapabilitiesTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
Spatial_OperatorsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
Spatial_CapabilitiesTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
Function_NamesTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
Function_NameTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
Arithmetic_OperatorsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
FunctionsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
Comparison_OperatorsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Uses of ElementInstance in org.geotools.filter.v1_1 |
---|
Methods in org.geotools.filter.v1_1 with parameters of type ElementInstance | |
---|---|
Object |
SortPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SortByTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
FilterTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GmlObjectIdTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Uses of ElementInstance in org.geotools.filter.v1_1.capabilities |
---|
Methods in org.geotools.filter.v1_1.capabilities with parameters of type ElementInstance | |
---|---|
Object |
Id_CapabilitiesTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_Filter_CapabilitiesBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GeometryOperandsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ComparisonOperatorsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
Spatial_CapabilitiesTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SpatialOperatorsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SpatialOperatorTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Uses of ElementInstance in org.geotools.gml2.bindings |
---|
Methods in org.geotools.gml2.bindings with parameters of type ElementInstance | |
---|---|
Object |
GMLAbstractFeatureCollectionBaseTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLPointPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
Returns an object of type @link Point |
Object |
GMLFeatureAssociationTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLGeometryAssociationTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
Returns an object of type @link Geometry |
Object |
GMLLineStringMemberTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLPolygonPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
This object returns an object of type @link com.vividsolutions.jts.geom.Polygon |
Object |
GMLGeometryPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLGeometryCollectionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
This method returns an object of type @link GeometryCollection |
Object |
GMLLineStringTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLPolygonMemberTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLAbstractFeatureCollectionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLMultiPolygonPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLBoxTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
This method returns an object of type |
Object |
GMLMultiPointTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLMultiLineStringPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLAbstractGeometryTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLLinearRingMemberTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLMultiGeometryPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLLineStringPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
Returns an object of type @link LineString |
Object |
GMLMultiPolygonTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLPolygonTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLBoundingShapeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLPointTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLMultiLineStringTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLMultiPointPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLCoordinatesTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
Returns an object of type CoordinateSequence
TODO: this method should do more validation of the string
|
Object |
GMLPointMemberTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLCoordTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
Returns a coordinate sequence with a single coordinate in it |
Object |
GMLAbstractFeatureTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLLinearRingTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GMLAbstractGeometryCollectionBaseTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
static SimpleFeature |
GML2ParsingUtils.parseFeature(ElementInstance instance,
Node node,
Object value,
FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory)
Utility method to implement Binding.parse for a binding which parses into A feature. |
Uses of ElementInstance in org.geotools.gml3.bindings |
---|
Methods in org.geotools.gml3.bindings with parameters of type ElementInstance | |
---|---|
Object |
MultiLineStringPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GeometryPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractFeatureCollectionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiLineStringTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiGeometryPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
CurveSegmentArrayPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiPolygonTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SurfacePatchArrayPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LocationPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PolygonTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DirectPositionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractGeometryTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractRingPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiSurfacePropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiPolygonPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractSurfaceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MeasureTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
FeatureArrayPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
CurveTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LinearRingPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiCurveTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractFeatureTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiPointTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LineStringSegmentTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LineStringTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ReferenceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PolygonPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LinearRingTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SurfacePropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PolygonPatchTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PointTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
EnvelopeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiCurvePropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PointPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LineStringPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PointArrayPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
BoundingShapeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiSurfaceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
CurvePropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SurfaceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
FeaturePropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiPointPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiGeometryTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SurfaceArrayPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DirectPositionListTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
CurveArrayPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
static SimpleFeature |
GML3ParsingUtils.parseFeature(ElementInstance instance,
Node node,
Object value,
FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory)
Utility method to implement Binding.parse for a binding which parses into A feature. |
Uses of ElementInstance in org.geotools.gml4wcs.bindings |
---|
Methods in org.geotools.gml4wcs.bindings with parameters of type ElementInstance | |
---|---|
Object |
GridEnvelopeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractGeometryBaseTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
CodeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GridTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MetaDataPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PolygonTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractRingTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DirectPositionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractGeometryTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractRingPropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractSurfaceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
StringOrRefTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractMetaDataTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
VectorTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractGMLTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ReferenceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LinearRingTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PointTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
EnvelopeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
ATTENTION: I'm assuming a LatLon envelope here |
Object |
RectifiedGridTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
BoundingShapeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractGeometricPrimitiveTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
TimePositionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
CodeListTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
EnvelopeWithTimePeriodTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GridLimitsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
static SimpleFeature |
GML3ParsingUtils.parseFeature(ElementInstance instance,
Node node,
Object value,
FeatureTypeCache ftCache,
BindingWalkerFactory bwFactory)
Utility method to implement Binding.parse for a binding which parses into A feature. |
Uses of ElementInstance in org.geotools.kml.bindings |
---|
Methods in org.geotools.kml.bindings with parameters of type ElementInstance | |
---|---|
Object |
BoundaryTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
FeatureTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LocationTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LabelStyleTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ContainerTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ObjectTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PolygonTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ColorStyleTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
FolderTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PlacemarkTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MetadataTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LatLonBoxTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
StyleTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PolyStyleTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
RegionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LineStyleTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DocumentTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LookAtTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
KmlTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GeometryTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LineStringTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LinearRingTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PointTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MultiGeometryTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Uses of ElementInstance in org.geotools.ows.bindings |
---|
Methods in org.geotools.ows.bindings with parameters of type ElementInstance | |
---|---|
Object |
ExceptionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ResponsiblePartySubsetTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ContactTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
BoundingBoxTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ResponsiblePartyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SectionsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AcceptFormatsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
CodeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_ServiceProviderBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_ServiceIdentificationBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DescriptionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_OperationBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OnlineResourceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
RequestMethodTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AddressTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MetadataTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
TelephoneTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
IdentificationTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_DCPBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DomainTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_ExceptionReportBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
CapabilitiesBaseTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GetCapabilitiesTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
WGS84BoundingBoxTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_HTTPBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AcceptVersionsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_OperationsMetadataBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
KeywordsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Uses of ElementInstance in org.geotools.sld.bindings |
---|
Methods in org.geotools.sld.bindings with parameters of type ElementInstance | |
---|---|
void |
SLDPointPlacementBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDGreenChannelBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDUserLayerBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDExtentBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDNormalizeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDMarkBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDImageOutlineBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDPointSymbolizerBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDRasterSymbolizerBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDLayerFeatureConstraintsBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDFontBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDAnchorPointBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDDisplacementBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDTextSymbolizerBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDChannelSelectionBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDNamedLayerBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDParameterValueTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDGrayChannelBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDGeometryBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDHistogramBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDStrokeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDShadedReliefBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDFeatureTypeStyleBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDColorMapEntryBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDGraphicFillBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDExternalGraphicBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDBlueChannelBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDRemoteOWSBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDSymbolizerBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDUserStyleBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDStyledLayerDescriptorBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDHaloBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDPerpendicularOffsetBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDFeatureTypeConstraintBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDLabelPlacementBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDGraphicStrokeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDRuleBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDLinePlacementBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDOnlineResourceBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDOverlapBehaviorBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDSymbolizerTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDRedChannelBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDFillBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDGraphicBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDCssParameterBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDNamedStyleBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDLineSymbolizerBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDLegendGraphicBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDColorMapBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDSelectedChannelTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDContrastEnhancementBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
SLDPolygonSymbolizerBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
Object |
SLDPointPlacementBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDGreenChannelBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDUserLayerBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDExtentBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDNormalizeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDMarkBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDImageOutlineBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDPointSymbolizerBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDRasterSymbolizerBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDLayerFeatureConstraintsBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDFontBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDAnchorPointBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDDisplacementBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDTextSymbolizerBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDChannelSelectionBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDNamedLayerBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDParameterValueTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
Even though the spec allows an instance of ParamterValueType to have multiple expressions as children, it is more often that there is only one. |
Object |
SLDGrayChannelBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDGeometryBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDHistogramBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDStrokeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDShadedReliefBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDFeatureTypeStyleBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDColorMapEntryBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDGraphicFillBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDExternalGraphicBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDBlueChannelBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDRemoteOWSBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDSymbolizerBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDUserStyleBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDStyledLayerDescriptorBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDHaloBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDPerpendicularOffsetBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDFeatureTypeConstraintBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDLabelPlacementBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDGraphicStrokeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDRuleBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDLinePlacementBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDOnlineResourceBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDOverlapBehaviorBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDSymbolizerTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDRedChannelBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDFillBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDGraphicBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDCssParameterBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDNamedStyleBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDLineSymbolizerBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDLegendGraphicBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDColorMapBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDSelectedChannelTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDContrastEnhancementBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SLDPolygonSymbolizerBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Uses of ElementInstance in org.geotools.wcs.bindings |
---|
Methods in org.geotools.wcs.bindings with parameters of type ElementInstance | |
---|---|
Object |
RangeSubsetType_axisSubsetBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
IntervalTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MetadataAssociationTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LonLatEnvelopeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
ATTENTION: I'm assuming a LatLon envelope here |
Object |
ContactTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ValueEnumTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ResponsiblePartyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SupportedCRSsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_GetCoverageBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
RangeSubsetTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DomainSubsetTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OutputTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ServiceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_rangeSetBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AxisDescriptionType_valuesBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DCPTypeType_HTTPBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractDescriptionBaseTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MetadataLinkTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
WCSCapabilityTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ValueRangeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OnlineResourceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_DescribeCoverageBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AddressTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DCPTypeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_CoverageDescriptionBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
TelephoneTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
ValueEnumBaseTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
CoverageOfferingTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AxisDescriptionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
TimeSequenceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
WCSCapabilityType_RequestBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
AbstractDescriptionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_keywordsBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
WCSCapabilityType_VendorSpecificCapabilitiesBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
RangeSetTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
TypedLiteralTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SpatialSubsetTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SpatialDomainTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
WCS_CapabilitiesTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DomainSetTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
CoverageOfferingBriefTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_axisDescriptionBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
WCSCapabilityType_ExceptionBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LonLatEnvelopeBaseTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
ATTENTION: I'm assuming a LatLon envelope here |
Object |
TimePeriodTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_ContentMetadataBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SupportedFormatsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
_GetCapabilitiesBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
SupportedInterpolationsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Uses of ElementInstance in org.geotools.wfs.bindings |
---|
Methods in org.geotools.wfs.bindings with parameters of type ElementInstance | |
---|---|
Object |
UpdateElementTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LockFeatureResponseTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
FeatureCollectionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
TransactionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OperationsTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
DescribeFeatureTypeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
Simply returns an instance of DescribeFeatureTypeType and lets
the framework to reflectively set the object properties. |
Object |
TransactionSummaryTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
FeaturesNotLockedTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
OutputFormatListTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
WFS_CapabilitiesTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
NativeTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
FeaturesLockedTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
PropertyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
MetadataURLTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
InsertElementTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LockFeatureTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
GetFeatureWithLockTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
FeatureTypeType_NoSRSBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Uses of ElementInstance in org.geotools.wps.bindings |
---|
Methods in org.geotools.wps.bindings with parameters of type ElementInstance | |
---|---|
Object |
ComplexDataTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
InputReferenceTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
LanguagesBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Uses of ElementInstance in org.geotools.xml |
---|
Methods in org.geotools.xml with parameters of type ElementInstance | |
---|---|
void |
ComplexBinding.initializeChildContext(ElementInstance childInstance,
Node node,
MutablePicoContainer context)
Initializes the context for a child element. |
void |
AbstractComplexBinding.initializeChildContext(ElementInstance childInstance,
Node node,
MutablePicoContainer context)
Does nothing, subclasses should override this method. |
Object |
ComplexBinding.parse(ElementInstance instance,
Node node,
Object value)
Parses a complex element from an instance document into an object representation. |
Object |
AbstractComplexEMFBinding.parse(ElementInstance instance,
Node node,
Object value)
Uses EMF reflection to create an instance of the EMF model object this binding maps to. |
Object |
AbstractComplexBinding.parse(ElementInstance instance,
Node node,
Object value)
Subclasses should override this method, the default implementation return null . |
Object |
SimpleContentComplexEMFBinding.parse(ElementInstance instance,
Node node,
Object value)
Takes value and sets its to the object value. |
Uses of ElementInstance in org.geotools.xml.impl |
---|
Classes in org.geotools.xml.impl that implement ElementInstance | |
---|---|
class |
ElementImpl
|
Constructors in org.geotools.xml.impl with parameters of type ElementInstance | |
---|---|
ContextInitializer(ElementInstance childInstance,
Node node,
MutablePicoContainer context)
|
Uses of ElementInstance in org.geotools.xs.bindings |
---|
Methods in org.geotools.xs.bindings with parameters of type ElementInstance | |
---|---|
void |
XSWildcardBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSTopLevelSimpleTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSExtensionTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSSimpleRestrictionTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSExplicitGroupBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSSimpleExtensionTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSTopLevelComplexTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSLocalComplexTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSComplexRestrictionTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSAnyTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSAllBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSNumFacetBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSNoFixedFacetBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSComplexTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSAttributeGroupRefBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSLocalElementBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSAnnotatedBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSTopLevelAttributeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSElementBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSKeybaseBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSSimpleTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSNamedGroupBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSRealGroupBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSFacetBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSOpenAttrsBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSNarrowMaxMinBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSSimpleExplicitGroupBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSGroupRefBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSGroupBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSAttributeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSRestrictionTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSLocalSimpleTypeBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSNamedAttributeGroupBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSAttributeGroupBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
void |
XSTopLevelElementBinding.initialize(ElementInstance instance,
Node node,
MutablePicoContainer context)
|
Object |
XSWildcardBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSTopLevelSimpleTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSExtensionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSSimpleRestrictionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSExplicitGroupBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSSimpleExtensionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSTopLevelComplexTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSLocalComplexTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSComplexRestrictionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSAnyTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
A quick approx of the available content: This method returns a Map in which the names of children and
attributes are keys, and the parsed children and attributes are the
values. |
Object |
XSAllBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSNumFacetBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSNoFixedFacetBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSComplexTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
This binding delegates to its parent binding, which returns objects of type Map |
Object |
XSAttributeGroupRefBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSLocalElementBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSAnnotatedBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSTopLevelAttributeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSElementBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSKeybaseBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSSimpleTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSNamedGroupBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSRealGroupBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSFacetBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSOpenAttrsBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSNarrowMaxMinBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSSimpleExplicitGroupBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSGroupRefBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSGroupBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSAttributeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSRestrictionTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSLocalSimpleTypeBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSNamedAttributeGroupBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSAttributeGroupBinding.parse(ElementInstance instance,
Node node,
Object value)
|
Object |
XSTopLevelElementBinding.parse(ElementInstance instance,
Node node,
Object value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |