Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jscience.ml.gml Classes and Interfaces - 57 results found.
NameDescriptionTypePackageFramework
AttributeDefines the interface that every implementation of a GML attribute must implement.Interfaceorg.jscience.ml.gml.infosetJScience
AttributeImplEncapsulates an XML attribute.Classorg.jscience.ml.gml.domJScience
CoordDefines interface that every class representing the GML coord construct must implement.Interfaceorg.jscience.ml.gml.infosetJScience
CoordImplA DOM-based implementation of the Coord interface.Classorg.jscience.ml.gml.domJScience
CoordinateDefines the interface every GML coordinate must implement.Interfaceorg.jscience.ml.gml.infosetJScience
CoordinateImplA convenience class that implements the Coordinate interface.Classorg.jscience.ml.gml.infosetJScience
CoordinatesDefines the interface that every GML coordinates' construct must implement.Interfaceorg.jscience.ml.gml.infosetJScience
CoordinatesImplA DOM-based implementation of the Coordinates interface.Classorg.jscience.ml.gml.domJScience
CoordinateTupleDefines the interface that every GML coordinate tuple must implement.Interfaceorg.jscience.ml.gml.infosetJScience
CoordinateTupleImplConvenience class that implements the CoordinateTuple interface.Classorg.jscience.ml.gml.infosetJScience
CoordinateTupleIteratorDefines the interface that every coordinate tuple iterator must implement.Interfaceorg.jscience.ml.gml.utilJScience
CoordinateTupleIteratorImplA sample implementation of the CoordinateTupleIterator i/f.Classorg.jscience.ml.gml.domJScience
FeatureDefines the interface every feature must implement.Interfaceorg.jscience.ml.gml.infosetJScience
FeatureCollectionDefines the interface every FeatureCollection must implement.Interfaceorg.jscience.ml.gml.infosetJScience
FeatureCollectionImplA DOM-based implementation of the FeatureCollection interface.Classorg.jscience.ml.gml.domJScience
FeatureImplA DOM-based implementation of the Feature interface.Classorg.jscience.ml.gml.domJScience
FeatureIteratorDefines the interface every feature iterator must implement.Interfaceorg.jscience.ml.gml.utilJScience
FeatureIteratorImplA sample implementation of the FeatureIterator interface.Classorg.jscience.ml.gml.domJScience
FeatureOwnerDefines the interface that must be implemented by every class that owns features (e.Interfaceorg.jscience.ml.gml.infosetJScience
GeometryDefines the interface every GML geometry must implement.Interfaceorg.jscience.ml.gml.infosetJScience
GeometryCollectionDefines the interface that every geometry collection must implement.Interfaceorg.jscience.ml.gml.infosetJScience
GeometryCollectionImplA DOM-based implementation of the GeometryCollection interface.Classorg.jscience.ml.gml.domJScience
GeometryImplA DOM-based implementation of the Geometry interface.Classorg.jscience.ml.gml.domJScience
GeometryIteratorDefines the interface every geometry iterator must implement.Interfaceorg.jscience.ml.gml.utilJScience
GeometryIteratorImplA DOM-based implementation of the GeometryIterator interface.Classorg.jscience.ml.gml.domJScience
GeometryOwnerDefines the interface that must be implemented by every class that "owns" geometries (e.Interfaceorg.jscience.ml.gml.infosetJScience
GMLConstructDefines the interface that represents an abstract GML construct.Interfaceorg.jscience.ml.gml.infosetJScience
GMLConstructImplDOM-based implementation of the GMLConstruct interface.Classorg.jscience.ml.gml.domJScience
GMLConstructIteratorDefines an interface for an iterator on GML constructs.Interfaceorg.jscience.ml.gml.utilJScience
GMLConstructIteratorImplA sample implementation of the GMLConstructIterator interface.Classorg.jscience.ml.gml.domJScience
GMLConstructOwnerDefines the interface every owner of GML constructs must implement.Interfaceorg.jscience.ml.gml.infosetJScience
GMLDocumentEncapsulates a DOM-based GML document, i.Classorg.jscience.ml.gml.domJScience
GMLExceptionException thrown in GML-related work.Classorg.jscience.ml.gmlJScience
GMLSchemaEncapsulates the GML Schema as an XML application schema.Classorg.jscience.ml.gmlJScience
NamespaceResolverHelps in resolving namespaces.Classorg.jscience.ml.gml.xml.schemaJScience
PropertyDefines the interface every GML property must implement.Interfaceorg.jscience.ml.gml.infosetJScience
PropertyImplA DOM-based implementation of the Property interface.Classorg.jscience.ml.gml.domJScience
PropertyIteratorDefines the interface every property iterator must implement.Interfaceorg.jscience.ml.gml.utilJScience
PropertyIteratorImplA sample implementation of the PropertyIterator interface.Classorg.jscience.ml.gml.domJScience
PropertyOwnerDefines the interface that must be implemented by every class that owns properties (e.Interfaceorg.jscience.ml.gml.infosetJScience
QNameRepresents a qualified name, pair of (namespace, name).Classorg.jscience.ml.gml.xml.schemaJScience
SchemaGraphRepresents a graph of schema data objects used by SchemaParser.Classorg.jscience.ml.gml.xml.schemaJScience
SchemaLocatorLocates and retrieves a schema from the specified location.Interfaceorg.jscience.ml.gml.xml.schemaJScience
SchemaNodeRepresents a node in a schema graph.Classorg.jscience.ml.gml.xml.schemaJScience
SchemaParserParses the schema and builds a schema graph.Classorg.jscience.ml.gml.xml.schemaJScience
UnknownConstructInterfaceorg.jscience.ml.gml.infosetJScience
UnknownConstructImplRepresents a GML construct that isn't of any familiar kind such as geometry or feature.Classorg.jscience.ml.gml.domJScience
UnknownConstructIteratorInterfaceorg.jscience.ml.gml.utilJScience
UnknownConstructIteratorImplA sample implementation of the UnknownConstructIterator interface.Classorg.jscience.ml.gml.domJScience
UnknownConstructOwnerDefines the interface that an owner of unknown constructs must implement.Interfaceorg.jscience.ml.gml.infosetJScience
XLinkableInterfaceorg.jscience.ml.gml.infosetJScience
XMLDescribableDefines the interface that every GML object that has a corresponding XML element in the GML schema must implement.Interfaceorg.jscience.ml.gml.infosetJScience
XMLDescriptorDefines the interface that every XML descriptor must implement.Interfaceorg.jscience.ml.gml.infosetJScience
XMLDescriptorImplA DOM-based implementation of the XMLDescriptor interface.Classorg.jscience.ml.gml.domJScience
XMLExceptionAn exception thrown in XML-related work.Classorg.jscience.ml.gml.xmlJScience
XMLSchemaEncapsulates the XML schema but this version does not do much on its own.Classorg.jscience.ml.gml.xml.schemaJScience
XMLUtilsProvides some utility methods.Classorg.jscience.ml.gml.xml.utilJScience