|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericName | |
|---|---|
| org.opengis.feature | Representation a features on a map. |
| org.opengis.metadata.content | Content information (includes Feature catalogue and Coverage descriptions). |
| org.opengis.referencing | Reference systems. |
| org.opengis.util | A set of utilities classes and interfaces for OpenGIS interfaces. |
| Uses of GenericName in org.opengis.feature |
|---|
| Methods in org.opengis.feature that return GenericName | |
|---|---|
GenericName |
FeatureStoreEvent.getTypeName()
Deprecated. Returns the name of the FeatureType that was modified. |
| Methods in org.opengis.feature that return types with arguments of type GenericName | |
|---|---|
List<GenericName> |
FeatureStore.getRootTypeNames()
Deprecated. This method is similar to the FeatureStore.getTypeNames() method,
except that it acknowledges that some features only make sense as
children of another feature collection type. |
List<GenericName> |
FeatureStore.getTypeNames()
Deprecated. Gets a list of all the names of the types held in this feature store. |
| Methods in org.opengis.feature with parameters of type GenericName | |
|---|---|
FeatureStyle |
FeatureStore.getDefaultStyle(GenericName type)
Deprecated. If the feature store wants to provide a default style for the given type, it may return something here. |
FeatureCollection |
FeatureStore.getFeatures(GenericName type)
Deprecated. Gets all features of the given type. |
FeatureCollection |
FeatureStore.getFeatures(GenericName type,
Filter filter)
Deprecated. Gets all features of the given type that pass some filter. |
FeatureType |
FeatureStore.getFeatureType(GenericName typeName)
Deprecated. Returns the schema of the named feature type. |
void |
FeatureStore.registerFeatureCollection(FeatureCollection featureCollection,
GenericName type)
Deprecated. Registers the given feature collection so that it may hear any adds, removes, or updates of Features of the given type. |
void |
FeatureStore.registerFeatureCollection(FeatureCollection featureCollection,
GenericName type,
Filter filter)
Deprecated. Registers the given feature collection so that it may hear any adds, removes, or updates of Features of the given
type that meet the given filter. |
void |
FeatureStore.removeType(GenericName type)
Deprecated. Completely removes all the features of the given type and removes the type itself. |
| Constructors in org.opengis.feature with parameters of type GenericName | |
|---|---|
FeatureStoreEvent(FeatureStore featureStore,
GenericName typeName,
int eventType)
Deprecated. Constructs a new event. |
|
| Uses of GenericName in org.opengis.metadata.content |
|---|
| Methods in org.opengis.metadata.content that return types with arguments of type GenericName | |
|---|---|
Collection<? extends GenericName> |
FeatureCatalogueDescription.getFeatureTypes()
Subset of feature types from cited feature catalogue occurring in dataset. |
| Uses of GenericName in org.opengis.referencing |
|---|
| Methods in org.opengis.referencing that return types with arguments of type GenericName | |
|---|---|
Collection<GenericName> |
IdentifiedObject.getAlias()
An alternative name by which this object is identified. |
| Uses of GenericName in org.opengis.util |
|---|
| Subinterfaces of GenericName in org.opengis.util | |
|---|---|
interface |
LocalName
Identifier within a name space for a local object. |
interface |
MemberName
The name to identify a member of a record. |
interface |
ScopedName
A composite of a local name (as head) for locating another name space, and a generic name (as tail) valid in that name space. |
interface |
TypeName
The name of an attribute type. |
| Methods in org.opengis.util that return GenericName | |
|---|---|
GenericName |
GenericName.getScope()
Deprecated. Replaced by scope(). |
GenericName |
NameSpace.name()
Represents the identifier of this namespace. |
GenericName |
ScopedName.path()
Returns a name which contains every element of the parsed names list except for the last element. |
GenericName |
ScopedName.tail()
Returns the tail of this scoped name. |
GenericName |
GenericName.toFullyQualifiedName()
Returns a view of this name as a fully-qualified name. |
| Methods in org.opengis.util that return types with arguments of type GenericName | |
|---|---|
Set<GenericName> |
NameSpace.getNames()
Returns the set of generic names registered with this namespace. |
| Methods in org.opengis.util with parameters of type GenericName | |
|---|---|
LocalName |
NameFactory.createLocalName(GenericName scope,
String name,
InternationalString localizedName)
Creates a local name from a scope and a name. |
ScopedName |
NameFactory.createScopedName(GenericName scope,
String name,
InternationalString localizedName)
Creates a scoped name from a scope and a name. |
ScopedName |
GenericName.push(GenericName name)
Returns this name expanded with the specified scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||